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 19
19
# Check is latest is set as tag that it uses that tag
20
20
- equal :
21
21
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
23
23
24
24
# Check naming works with nameOverride
25
25
- 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
7
7
8
8
image :
9
9
# -- Default to Open Source image repository
10
- repository : quay.io/jetstack /venafi-agent
10
+ repository : registry.venafi.cloud/venafi-agent /venafi-agent
11
11
# -- Defaults to only pull if not already present
12
12
pullPolicy : IfNotPresent
13
13
# -- Overrides the image tag whose default is the chart appVersion
You can’t perform that action at this time.
0 commit comments