From 35a566213f6604f29b15d33c8d9ddd1186cef76e Mon Sep 17 00:00:00 2001 From: Jack Francis Date: Thu, 4 Feb 2021 14:32:13 -0800 Subject: [PATCH] release: vmss-prototype chart 0.0.6 (#61) --- helm/vmss-prototype/Chart.yaml | 2 +- helm/vmss-prototype/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/vmss-prototype/Chart.yaml b/helm/vmss-prototype/Chart.yaml index 568ed57..737ff0e 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.5 +version: 0.0.6 maintainers: - name: Michael Sinz email: msinz@microsoft.com diff --git a/helm/vmss-prototype/values.yaml b/helm/vmss-prototype/values.yaml index 45ef58b..8e9002b 100644 --- a/helm/vmss-prototype/values.yaml +++ b/helm/vmss-prototype/values.yaml @@ -8,7 +8,7 @@ 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.5 + imageTag: v0.0.6 # Pulling by hash has stronger assurance that the container is unchanged imageHash: "d154002ee4db8ca691357b7cc7ceb864d3e00f67a8a1be5554d749469d609c3f" pullByHash: true