Skip to content

Commit

Permalink
Merge pull request #29 from Conjur-Enterprise/bump-version-in-test
Browse files Browse the repository at this point in the history
CNJR-4110: Bump default image version
  • Loading branch information
gl-johnson authored and GitHub Enterprise committed Apr 8, 2024
2 parents f7abbbd + 961f233 commit c8624af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/helm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ func TestHelmRbacDefaultsSuccessful(t *testing.T) {
job, err := GetJob(cfg.Client(), "secrets-provider")
assert.Nil(t, err)

assert.Contains(t, job.Spec.Template.Spec.Containers[0].Image, "cyberark/secrets-provider-for-k8s:1.6.3")
assert.Contains(t, job.Spec.Template.Spec.Containers[0].Image, "cyberark/secrets-provider-for-k8s:latest")
assert.Equal(t, int32(1), job.Status.Succeeded)

return ctx
Expand Down
2 changes: 1 addition & 1 deletion helm/secrets-provider/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rbac:

secretsProvider:
image: docker.io/cyberark/secrets-provider-for-k8s
tag: 1.6.4
tag: latest
imagePullPolicy: IfNotPresent
# Container name
name: cyberark-secrets-provider-for-k8s
Expand Down

0 comments on commit c8624af

Please sign in to comment.