We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72484b8 commit c7759c4Copy full SHA for c7759c4
charts/python-flask-docker/Chart.yaml
@@ -1,4 +1,5 @@
1
apiVersion: v1
2
+appVersion: 0.0.5
3
description: A Helm chart for Kubernetes
4
name: python-flask-docker
-version: v0.1.0
5
+version: 0.0.5
charts/python-flask-docker/values.yaml
@@ -3,8 +3,8 @@
# Declare variables to be passed into your templates.
replicaCount: 1
image:
6
- repository: draft
7
- tag: dev
+ repository: 10.108.2.189:5000/thiagolinux/python-flask-docker
+ tag: 0.0.5
8
pullPolicy: IfNotPresent
9
10
# define environment variables here as a map of key: value
0 commit comments