Closed nicolas-ethyca closed 5 months ago
@nicolas-ethyca, the versions of Fides and the privacy center can be controlled within the Values.yaml
file as the keys fides.image.tag
and privacyCenter.image.tag
:
https://github.com/ethyca/fides-helm/blob/d1e1e86e801e6dcd7f545fb045df9617e164705b/fides/values.yaml#L9 https://github.com/ethyca/fides-helm/blob/d1e1e86e801e6dcd7f545fb045df9617e164705b/fides/values.yaml#L62
If unset, they will both default to the value of the appVersion
within the Charts.yaml
. If you wanted to override the tag to another version (or even an entirely different image), you can set all those values in the image keys:
image:
repository: some-custom/image-repo-fides
pullPolicy: IfNotPresent
# Overrides the Fides image tag whose default is the chart appVersion.
tag: "2.4.0-custom"
Is your feature request related to a specific problem?
Add additional flags to add tags to all versions of the product here: https://github.com/ethyca/fides-helm/blob/d1e1e86e801e6dcd7f545fb045df9617e164705b/fides/Chart.yaml#L4