Skip to content

Commit

Permalink
Remove Canary install files from the packaging folder (#10734)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Kral <[email protected]>
Signed-off-by: Lukáš Král <[email protected]>
Co-authored-by: Jakub Scholz <[email protected]>
  • Loading branch information
im-konge and scholzj authored Oct 18, 2024
1 parent 95965fe commit 15533e3
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 75 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
This change matches user expectations.
* The External Configuration (`.spec.externalConfiguration`) in `KafkaConnect` and `KafkaMirrorMaker2` resources is deprecated and will be removed in the future.
Please use the environment variables, additional volumes and volume mounts in Pod and container templates instead.
* The Strimzi Canary installation files were removed based on the [_Strimzi proposal 086_](https://github.com/strimzi/proposals/blob/main/086-archive-canary.md) as the project was discontinued and archived.

## 0.43.0

Expand Down
1 change: 0 additions & 1 deletion packaging/install/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ release:
$(CP) -r ./topic-operator $(RELEASE_PATH)/
$(CP) -r ./strimzi-admin $(RELEASE_PATH)/
$(CP) -r ./drain-cleaner $(RELEASE_PATH)/
$(CP) -r ./canary $(RELEASE_PATH)/

java_build: crd_install
java_install: java_build
Expand Down
6 changes: 0 additions & 6 deletions packaging/install/canary/000-ServiceAccount.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions packaging/install/canary/010-Service.yaml

This file was deleted.

48 changes: 0 additions & 48 deletions packaging/install/canary/020-Deployment.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions packaging/install/canary/README.md

This file was deleted.

0 comments on commit 15533e3

Please sign in to comment.