Skip to content

Commit

Permalink
Fix image configuration
Browse files Browse the repository at this point in the history
Previously the image name was constructed as docker.io/cr.k8ssandra.io/... which is obviously wrong.
  • Loading branch information
pschichtel authored Oct 27, 2023
1 parent f74672b commit 294ee26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/k8ssandra-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ controlPlane: true
# Sets properties for the k8ssandra-operator container
image:
# -- Container registry containing the repository where the image resides
registry: docker.io
registry: cr.k8ssandra.io
# -- Docker repository for cass-operator
repository: cr.k8ssandra.io/k8ssandra/k8ssandra-operator
repository: k8ssandra/k8ssandra-operator
# -- Pull policy for the operator container
pullPolicy: IfNotPresent
# -- Tag of the k8ssandra-operator image to pull from image.repository
Expand Down

0 comments on commit 294ee26

Please sign in to comment.