Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.

### Added

- Default stackableVersion to operator version ([#611]).
- Default stackableVersion to operator version. It is recommended to remove `spec.image.stackableVersion` from your custom resources ([#611], [#613]).

### Changed

Expand All @@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.

[#611]: https://github.com/stackabletech/kafka-operator/pull/611
[#612]: https://github.com/stackabletech/kafka-operator/pull/612
[#613]: https://github.com/stackabletech/kafka-operator/pull/613

## [23.7.0] - 2023-07-14

Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/upgrade/04-upgrade-kafka.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ commands:
- script: >-
kubectl --namespace $NAMESPACE
patch kafkaclusters.kafka.stackable.tech test-kafka
--type=merge --patch '{ "spec": { "image": { "productVersion": "{{ test_scenario['values']['upgrade_new'].split('-stackable')[0] }}", "stackableVersion": "{{ test_scenario['values']['upgrade_new'].split('-stackable')[1] }}" }}}' && sleep 5
--type=merge --patch '{ "spec": { "image": { "productVersion": "{{ test_scenario['values']['upgrade_new'] }}" }}}' && sleep 5