Skip to content

Commit

Permalink
Merge branch 'release/1.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Oct 31, 2023
2 parents f18ecc1 + 6d4a095 commit 895d27a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG/CHANGELOG-1.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ When cutting a new release, update the `unreleased` heading to the tag being gen

## unreleased

## v1.10.2 - 2023-10-30

* [BUGFIX] Fix manager kustomization to use the correct coordinates for the operator image

## v1.10.1 - 2023-10-27

* [BUGFIX] [#1109](https://github.com/k8ssandra/k8ssandra-operator/issues/1109) Correctly configure the cr.k8ssandra.io registry
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
- /manager
args: []
# - --leader-elect
image: k8ssandra/k8ssandra-operator:latest
image: cr.k8ssandra.io/k8ssandra/k8ssandra-operator:latest
imagePullPolicy: IfNotPresent
name: k8ssandra-operator
env:
Expand Down

0 comments on commit 895d27a

Please sign in to comment.