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

Fix helm chart default imageTag #68

Merged
merged 1 commit into from
Jun 3, 2022
Merged

Conversation

j13tw
Copy link
Contributor

@j13tw j13tw commented Mar 22, 2022

Fix the default image tag
The default image tag was reference the appVersion
(https://github.com/czerwonk/ping_exporter/blob/master/dist/charts/ping-exporter/Chart.yaml)
But the container Image in dockerhub has prefix
(https://hub.docker.com/r/czerwonk/ping_exporter/tags)
When deployed ping_exporter will get the "imagePullErr"
So I add the image prefix in deployment image usage

@czerwonk czerwonk merged commit 1cc203c into czerwonk:master Jun 3, 2022
@czerwonk
Copy link
Owner

czerwonk commented Jun 3, 2022

Thanks for contributing! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants