handbook
handbook copied to clipboard
fix a typo in README
https://hub.docker.com/r/somefive/hello-world/tags
Tags (2) 1.0.0 7 MB Last update: 20 days ago dev 7 MB Last update: 20 days ago
In deployment.yaml, we set the image field to "{{ .Values.image.repository }}:{{ .Chart.AppVersion }}" which reuse field AppVersion (appVersion) in Chart.yaml.
You can add image.tag field in values.yaml and set image url in template/deployment.yaml in your own way.
BTW, the first one is a typo.