From 373374cab78c957852764b2f31817e2efa1a8159 Mon Sep 17 00:00:00 2001 From: Michael Sinz <36865706+Michael-Sinz@users.noreply.github.com> Date: Fri, 12 Mar 2021 09:14:56 -0800 Subject: [PATCH] Update chart to use v0.0.10 image (#68) The new image is no different than v0.0.9 other than some security fixes from Ubuntu/Debian. It is a rebuild but since we run strict identity for the image, it requires an update to the chart to pick that specific update. --- 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 75cc1ec..0f0bc12 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.9 +version: 0.0.10 maintainers: - name: Michael Sinz email: msinz@microsoft.com diff --git a/helm/vmss-prototype/values.yaml b/helm/vmss-prototype/values.yaml index 9b0abbe..faf8804 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.9 + imageTag: v0.0.10 # Pulling by hash has stronger assurance that the container is unchanged - imageHash: "904b906e98009387f78cf2224be7805b27643cceba7c8bc03b35990b60df5a3f" + imageHash: "dfdb706f22afec76e69c0a9bbe8ed0bd163716d94575d2bccbad26e73f77a3a0" pullByHash: true # include the name of the image pull secret in your cluster if you