From c06f1a1a35ac9df8825311c1bb05cbb7b15e8dad Mon Sep 17 00:00:00 2001 From: Michael Sinz <36865706+Michael-Sinz@users.noreply.github.com> Date: Fri, 2 Apr 2021 12:40:09 -0700 Subject: [PATCH] Update chart to v0.0.11 such that it uses container v0.0.11 (#71) --- 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 0f0bc12..45574f4 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.10 +version: 0.0.11 maintainers: - name: Michael Sinz email: msinz@microsoft.com diff --git a/helm/vmss-prototype/values.yaml b/helm/vmss-prototype/values.yaml index faf8804..e87d47a 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.10 + imageTag: v0.0.11 # Pulling by hash has stronger assurance that the container is unchanged - imageHash: "dfdb706f22afec76e69c0a9bbe8ed0bd163716d94575d2bccbad26e73f77a3a0" + imageHash: "e26ef9f67e07f666b6877196084f3ca95547835d83ba4d1e4d0892dc20c14faa" pullByHash: true # include the name of the image pull secret in your cluster if you