File tree Expand file tree Collapse file tree
charts/strimzi-kafka-operator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ dependencies:
44 version: 0.1.1
55- name: strimzi-kafka-operator
66 repository: oci://quay.io/strimzi-helm
7- version: 0.45 .0
8- digest: sha256:1b59cf2ad0ca52d185ed9fca86d4fda5512d241efd50ec83e28ed979d65533ff
9- generated: "2025-03-09T22:53:16.301706173 +01:00"
7+ version: 0.47 .0
8+ digest: sha256:b367ad6015de9cebb6c9b66fa5f86b5ca1a53dd933c870b57505bc2ff6934ef8
9+ generated: "2025-11-21T15:19:43.799758366 +01:00"
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ annotations:
77 catalog.cattle.io/release-name : strimzi-cluster-operator
88 catalog.cattle.io/namespace : lp-system
99apiVersion : v2
10- appVersion : 0.45 .0
10+ appVersion : 0.47 .0
1111dependencies :
1212- name : common
1313 repository : https://charts.sourcemation.com/
1414 version : 0.1.x
1515- condition : global.strimziKafkaCrd.enabled
1616 name : strimzi-kafka-operator
17- version : 0.45 .0
17+ version : 0.47 .0
1818 repository : oci://quay.io/strimzi-helm
1919
2020description : Apache Kafka is an open-source distributed event streaming platform. Install only once on kubernetes. Data Streaming.
@@ -28,8 +28,10 @@ keywords:
2828maintainers :
2929- email : kamil.kwiatkowski@linuxpolska.com
3030 name : Qwiatu
31+ - email : pawel.piasek@linuxpolska.com
32+ name : Pawel Piasek
3133name : strimzi-kafka-operator
3234sources :
3335- https://github.com/Sourcemation/charts.git
3436type : application
35- version : 0.1.2
37+ version : 0.1.4
Original file line number Diff line number Diff line change 5050export RELEASE_NAME=kafka
5151export CHART_NAME=strimzi-kafka-operator
5252export RELEASE_NAMESPACE=lp-system
53- export CHART_VERSION=0.1.2
53+ export CHART_VERSION=0.1.4
5454
5555kubectl create ns ${RELEASE_NAMESPACE}
5656kubectl config set-context --current --namespace ${RELEASE_NAMESPACE}
You can’t perform that action at this time.
0 commit comments