Skip to content

Commit ce5cc60

Browse files
authored
Merge pull request #517 from jetstack/update-image-in-chart
Use agent image in the venafi repository
2 parents 61a66a9 + a4e00ef commit ce5cc60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/charts/venafi-kubernetes-agent/tests/deployment_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tests:
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

deploy/charts/venafi-kubernetes-agent/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replicaCount: 1
77

88
image:
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

0 commit comments

Comments
 (0)