Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm chart should not default image tag to latest #48

Open
2 tasks done
not22day opened this issue Aug 20, 2024 · 0 comments
Open
2 tasks done

helm chart should not default image tag to latest #48

not22day opened this issue Aug 20, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@not22day
Copy link

What happened?

The current Chart YAML looks like this

apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Kubernetes
name: stackit-cert-manager-webhook
version: 0.3.0

I understand Helm best practices would be

  1. appVersion becomes the software release version = the tag of the docker image
  2. version is the version of the helm chart enumerated and incremented by itself

image tag gets defaulted by appVersion
image: "{{ $registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"

How can we reproduce this?

Search

  • I did search for other open and closed issues before opening this.

Code of Conduct

  • I agree to follow this project's Code of Conduct

Additional context

No response

@not22day not22day added the bug Something isn't working label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants