Skip to content

Commit

Permalink
Update chart to v0.0.11 such that it uses container v0.0.11 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Sinz authored Apr 2, 2021
1 parent 40688a5 commit c06f1a1
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.10
version: 0.0.11
maintainers:
- name: Michael Sinz
email: msinz@microsoft.com
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.10
imageTag: v0.0.11
# Pulling by hash has stronger assurance that the container is unchanged
imageHash: "dfdb706f22afec76e69c0a9bbe8ed0bd163716d94575d2bccbad26e73f77a3a0"
imageHash: "e26ef9f67e07f666b6877196084f3ca95547835d83ba4d1e4d0892dc20c14faa"
pullByHash: true

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

0 comments on commit c06f1a1

Please sign in to comment.