File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
deploy/charts/venafi-kubernetes-agent Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919 # Check is latest is set as tag that it uses that tag
2020 - equal :
2121 path : spec.template.spec.containers[0].image
22- value : quay.io/jetstack /venafi-agent:latest
22+ value : registry.venafi.cloud/venafi-agent /venafi-agent:latest
2323
2424 # Check naming works with nameOverride
2525 - it : Deployment name is set when nameOverride is used
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replicaCount: 1
77
88image :
99 # -- Default to Open Source image repository
10- repository : quay.io/jetstack /venafi-agent
10+ repository : registry.venafi.cloud/venafi-agent /venafi-agent
1111 # -- Defaults to only pull if not already present
1212 pullPolicy : IfNotPresent
1313 # -- Overrides the image tag whose default is the chart appVersion
You can’t perform that action at this time.
0 commit comments