Skip to content

Commit

Permalink
Merge pull request #517 from jetstack/update-image-in-chart
Browse files Browse the repository at this point in the history
Use agent image in the venafi repository
  • Loading branch information
tfadeyi authored Mar 6, 2024
2 parents 61a66a9 + a4e00ef commit ce5cc60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tests:
# Check is latest is set as tag that it uses that tag
- equal:
path: spec.template.spec.containers[0].image
value: quay.io/jetstack/venafi-agent:latest
value: registry.venafi.cloud/venafi-agent/venafi-agent:latest

# Check naming works with nameOverride
- it: Deployment name is set when nameOverride is used
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/venafi-kubernetes-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1

image:
# -- Default to Open Source image repository
repository: quay.io/jetstack/venafi-agent
repository: registry.venafi.cloud/venafi-agent/venafi-agent
# -- Defaults to only pull if not already present
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion
Expand Down

0 comments on commit ce5cc60

Please sign in to comment.