diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 2dd1ee6..3d8b614 100644 --- a/helm/Chart.yaml +++ b/helm/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/nodejs.png name: example-todo-model-service -version: 0.0.0-dev +version: v0.13.1 diff --git a/helm/values.yaml b/helm/values.yaml index a7c6a05..0e407e3 100755 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -10,7 +10,7 @@ podsLabels: {} deploymentLabels: {} image: repository: ghcr.io/cloudnativeentrepreneur/example-todo-model-service - tag: latest + tag: v0.13.1 pullPolicy: IfNotPresent # define environment variables here as a map of key: value env: @@ -53,5 +53,4 @@ sourced: psql: name: example-sourced-db-postgresql hostname: example-sourced-db-postgresql - -imagePullSecrets: ghcr \ No newline at end of file +imagePullSecrets: ghcr