Skip to content

Commit

Permalink
Update chart to include latest VMSS-Prototype container image (#63)
Browse files Browse the repository at this point in the history
This updates the chart to use VMSS-Prototype v0.0.8 container,
sha256:26bef983e30edc597c932d8ca3246f949638fae738888109649f4e26a770f4a0

This includes the Machine-ID duplication fix #22
  • Loading branch information
Michael-Sinz authored Feb 20, 2021
1 parent 05ae1f6 commit 34a908e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/vmss-prototype/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for the Kamino vmss-prototype pattern image generator
name: vmss-prototype
version: 0.0.7
version: 0.0.8
maintainers:
- name: Michael Sinz
email: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions helm/vmss-prototype/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6
imageTag: v0.0.8
# Pulling by hash has stronger assurance that the container is unchanged
imageHash: "d154002ee4db8ca691357b7cc7ceb864d3e00f67a8a1be5554d749469d609c3f"
imageHash: "26bef983e30edc597c932d8ca3246f949638fae738888109649f4e26a770f4a0"
pullByHash: true

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

0 comments on commit 34a908e

Please sign in to comment.