Skip to content

Commit c1cc507

Browse files
authored
Update chart to point to newest image (v0.0.9) (#66)
1 parent 01fcd6f commit c1cc507

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

helm/vmss-prototype/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: A Helm chart for the Kamino vmss-prototype pattern image generator
33
name: vmss-prototype
4-
version: 0.0.8
4+
version: 0.0.9
55
maintainers:
66
- name: Michael Sinz
77
email: msinz@microsoft.com

helm/vmss-prototype/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ kamino:
88
# TODO: Point these to our public container registry once we have it setup
99
imageRegistry: ghcr.io
1010
imageRepository: jackfrancis/kamino/vmss-prototype
11-
imageTag: v0.0.8
11+
imageTag: v0.0.9
1212
# Pulling by hash has stronger assurance that the container is unchanged
13-
imageHash: "26bef983e30edc597c932d8ca3246f949638fae738888109649f4e26a770f4a0"
13+
imageHash: "904b906e98009387f78cf2224be7805b27643cceba7c8bc03b35990b60df5a3f"
1414
pullByHash: true
1515

1616
# include the name of the image pull secret in your cluster if you

0 commit comments

Comments
 (0)