diff --git a/charts/cloudshell-tutorial/Chart.yaml b/charts/cloudshell-tutorial/Chart.yaml index 8fe1aed..f6895b7 100644 --- a/charts/cloudshell-tutorial/Chart.yaml +++ b/charts/cloudshell-tutorial/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 description: A Helm chart for Kubernetes icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-platform/d273e09/images/go.png name: cloudshell-tutorial -version: 0.1.0-SNAPSHOT +version: 0.0.1 diff --git a/charts/cloudshell-tutorial/values.yaml b/charts/cloudshell-tutorial/values.yaml index f2932b6..975f149 100755 --- a/charts/cloudshell-tutorial/values.yaml +++ b/charts/cloudshell-tutorial/values.yaml @@ -3,8 +3,8 @@ # Declare variables to be passed into your templates. replicaCount: 1 image: - repository: draft - tag: dev + repository: 10.43.253.213:5000/nofarb/cloudshell-tutorial + tag: 0.0.1 pullPolicy: IfNotPresent service: name: cloudshell-tutorial