From c1cc507d9f70736a0dffb3b983bf0405c53167dc Mon Sep 17 00:00:00 2001 From: Michael Sinz <36865706+Michael-Sinz@users.noreply.github.com> Date: Mon, 1 Mar 2021 10:56:32 -0800 Subject: [PATCH] Update chart to point to newest image (v0.0.9) (#66) --- helm/vmss-prototype/Chart.yaml | 2 +- helm/vmss-prototype/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/vmss-prototype/Chart.yaml b/helm/vmss-prototype/Chart.yaml index 1421634..75cc1ec 100644 --- a/helm/vmss-prototype/Chart.yaml +++ b/helm/vmss-prototype/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: A Helm chart for the Kamino vmss-prototype pattern image generator name: vmss-prototype -version: 0.0.8 +version: 0.0.9 maintainers: - name: Michael Sinz email: msinz@microsoft.com diff --git a/helm/vmss-prototype/values.yaml b/helm/vmss-prototype/values.yaml index 5464d63..9b0abbe 100644 --- a/helm/vmss-prototype/values.yaml +++ b/helm/vmss-prototype/values.yaml @@ -8,9 +8,9 @@ kamino: # TODO: Point these to our public container registry once we have it setup imageRegistry: ghcr.io imageRepository: jackfrancis/kamino/vmss-prototype - imageTag: v0.0.8 + imageTag: v0.0.9 # Pulling by hash has stronger assurance that the container is unchanged - imageHash: "26bef983e30edc597c932d8ca3246f949638fae738888109649f4e26a770f4a0" + imageHash: "904b906e98009387f78cf2224be7805b27643cceba7c8bc03b35990b60df5a3f" pullByHash: true # include the name of the image pull secret in your cluster if you