--- name: Replace image in default values targets: - values.yaml before: |- image: repository: registry.hub.docker.com/vaultwarden/server pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" after: |- image: repository: registry.hub.docker.com/vaultwarden/server pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: ""