Skip to content

Commit 45eaf25

Browse files
authored
release: v0.1.0 (#94)
1 parent f6cd8ad commit 45eaf25

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.18
4+
version: 0.1.0
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.16
11+
imageTag: v0.1.0
1212
# Pulling by hash has stronger assurance that the container is unchanged
13-
imageHash: "be201a6a9de83aba5ebb38a6b3cddecddac6b2a5cc8d064d410810b0a43ab0e0"
13+
imageHash: "a383124095bea6de2b90e4e2e81812f1796b63e641200f897cda1e0fcef0e621"
1414
pullByHash: true
1515

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

0 commit comments

Comments
 (0)