Skip to content

Commit e18e63a

Browse files
authored
Update to pick up latest container image (#81)
We needed a container image update to pick up the latest base image for the container plus the change that makes this work with multi-MSI assigned VM instances. See issue #79 and fix PR #80
1 parent a0f39f6 commit e18e63a

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.13
4+
version: 0.0.14
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.12
11+
imageTag: v0.0.14
1212
# Pulling by hash has stronger assurance that the container is unchanged
13-
imageHash: "418cabda69afed714b33f5ee150c9683443725e9a8f7fb7d953f8372e34ad208"
13+
imageHash: "18668610ed57099107e8509c6293eb40bd6963da094dcfc3de0ced51732d8569"
1414
pullByHash: true
1515

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

0 commit comments

Comments
 (0)