Skip to content

Commit

Permalink
chore: Tests change and correct quay.io reference reinstated
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Fiddes <[email protected]>
  • Loading branch information
hawksight committed Jan 24, 2024
1 parent 6cb1dc2 commit c5f480e
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 Venafi Public registry.
# To use the open source repository set: "quay.io/jetstack/preflight".
# To use the open source repository set: "quay.io/jetstack/venafi-agent".
repository: registry.venafi.cloud/venafi-agent/venafi-agent
# -- Defaults to only pull if not already present
pullPolicy: IfNotPresent
Expand Down

0 comments on commit c5f480e

Please sign in to comment.