Closed morremeyer closed 3 years ago
I just noticed that the appVersion in Chart.yaml and the image.tag in values.yaml have diverged.
appVersion
image.tag
As appVersion is optional, I’d go with removing it altogether and updating image.tag only in the future.
The other variant would be to default the pihole container in the Deployment to {{ .Chart.appVersion }} and unset image.tag.
{{ .Chart.appVersion }}
@MoJo2600, which one do you prefer? I’d open a pull request for any of the two.
I think removing the optional appVersion is a good approach. I'd be very happy if you would create a pull request for this.
I just noticed that the
appVersion
in Chart.yaml and theimage.tag
in values.yaml have diverged.As
appVersion
is optional, I’d go with removing it altogether and updatingimage.tag
only in the future.The other variant would be to default the pihole container in the Deployment to
{{ .Chart.appVersion }}
and unsetimage.tag
.@MoJo2600, which one do you prefer? I’d open a pull request for any of the two.