From f640f4d9175f47538f20f22739ab303f3fb705c3 Mon Sep 17 00:00:00 2001 From: ericsyh Date: Tue, 12 Dec 2023 10:25:29 +0800 Subject: [PATCH 1/5] chore: upgrade pulsar operator to 0.17.9 Signed-off-by: ericsyh --- charts/pulsar-operator/Chart.yaml | 2 +- charts/pulsar-operator/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/pulsar-operator/Chart.yaml b/charts/pulsar-operator/Chart.yaml index 1c85f4769..d4f74c19e 100644 --- a/charts/pulsar-operator/Chart.yaml +++ b/charts/pulsar-operator/Chart.yaml @@ -19,7 +19,7 @@ apiVersion: v1 version: 0.17.0 -appVersion: "0.17.8" +appVersion: "0.17.9" kubeVersion: ">= 1.16.0-0 < 1.29.0-0" description: Apache Pulsar Operators Helm chart for Kubernetes name: pulsar-operator diff --git a/charts/pulsar-operator/values.yaml b/charts/pulsar-operator/values.yaml index 724253610..f83093009 100644 --- a/charts/pulsar-operator/values.yaml +++ b/charts/pulsar-operator/values.yaml @@ -45,7 +45,7 @@ components: ## Control what images to use for each component images: registry: "docker.streamnative.io" - tag: "v0.17.8" + tag: "v0.17.9" zookeeper: registry: "" From 420eccc7cf0ae1e9e6a6127475fdb1ebdc079ad9 Mon Sep 17 00:00:00 2001 From: ericsyh Date: Tue, 12 Dec 2023 10:28:32 +0800 Subject: [PATCH 2/5] upgrade Signed-off-by: ericsyh --- charts/pulsar-operator/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/pulsar-operator/Chart.yaml b/charts/pulsar-operator/Chart.yaml index d4f74c19e..373e71dd0 100644 --- a/charts/pulsar-operator/Chart.yaml +++ b/charts/pulsar-operator/Chart.yaml @@ -18,7 +18,7 @@ # apiVersion: v1 -version: 0.17.0 +version: 0.17.9 appVersion: "0.17.9" kubeVersion: ">= 1.16.0-0 < 1.29.0-0" description: Apache Pulsar Operators Helm chart for Kubernetes From 4cbcacae4fc2760377c5ddcbe645f4afd8b5c3e9 Mon Sep 17 00:00:00 2001 From: ericsyh Date: Thu, 14 Dec 2023 09:38:25 +0800 Subject: [PATCH 3/5] update operator chart template Signed-off-by: ericsyh --- charts/pulsar-operator/templates/pulsar-operator/_helpers.tpl | 4 ++-- .../pulsar-operator/templates/zookeeper-operator/_helpers.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/pulsar-operator/templates/pulsar-operator/_helpers.tpl b/charts/pulsar-operator/templates/pulsar-operator/_helpers.tpl index 32d151173..eeb8fed22 100644 --- a/charts/pulsar-operator/templates/pulsar-operator/_helpers.tpl +++ b/charts/pulsar-operator/templates/pulsar-operator/_helpers.tpl @@ -3,7 +3,7 @@ install broker crd yaml file to tpl. */}} {{- define "broker.crd" -}} {{- $files := .Files }} -{{ $files.Get "crds/pulsar.streamnative.io_pulsarbrokers" }} +{{ $files.Get "crds/pulsar.streamnative.io_pulsarbrokers.yaml" }} {{- end -}} {{/* @@ -11,7 +11,7 @@ install proxy crd yaml file to tpl. */}} {{- define "proxy.crd" -}} {{- $files := .Files }} -{{ $files.Get "crds/pulsar.streamnative.io_pulsarproxies" }} +{{ $files.Get "crds/pulsar.streamnative.io_pulsarproxies.yaml" }} {{- end -}} {{/*Define the image for pulsar*/}} diff --git a/charts/pulsar-operator/templates/zookeeper-operator/_helpers.tpl b/charts/pulsar-operator/templates/zookeeper-operator/_helpers.tpl index 578cc18ee..0c0a639a3 100644 --- a/charts/pulsar-operator/templates/zookeeper-operator/_helpers.tpl +++ b/charts/pulsar-operator/templates/zookeeper-operator/_helpers.tpl @@ -3,7 +3,7 @@ install crd yaml file to tpl */}} {{- define "zookeeper.crd" -}} {{- $files := .Files }} -{{ $files.Get "crds/zookeeper.streamnative.io_zookeeperclusters" }} +{{ $files.Get "crds/zookeeper.streamnative.io_zookeeperclusters.yaml" }} {{- end -}} {{/*Define the image for zookeeper*/}} From afafe6d38d6ae15781e75be1cb4e19c5df4bca15 Mon Sep 17 00:00:00 2001 From: ericsyh Date: Thu, 21 Dec 2023 14:06:46 +0800 Subject: [PATCH 4/5] change appVersion to 0.17.10 Signed-off-by: ericsyh --- charts/pulsar-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/pulsar-operator/values.yaml b/charts/pulsar-operator/values.yaml index f83093009..289545c79 100644 --- a/charts/pulsar-operator/values.yaml +++ b/charts/pulsar-operator/values.yaml @@ -45,7 +45,7 @@ components: ## Control what images to use for each component images: registry: "docker.streamnative.io" - tag: "v0.17.9" + tag: "v0.17.10" zookeeper: registry: "" From a4b237bb47742430c520db8a66448986cb6254aa Mon Sep 17 00:00:00 2001 From: ericsyh Date: Thu, 21 Dec 2023 14:38:20 +0800 Subject: [PATCH 5/5] update Signed-off-by: ericsyh --- charts/pulsar-operator/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/pulsar-operator/Chart.yaml b/charts/pulsar-operator/Chart.yaml index 373e71dd0..19ca0e9db 100644 --- a/charts/pulsar-operator/Chart.yaml +++ b/charts/pulsar-operator/Chart.yaml @@ -19,7 +19,7 @@ apiVersion: v1 version: 0.17.9 -appVersion: "0.17.9" +appVersion: "0.17.10" kubeVersion: ">= 1.16.0-0 < 1.29.0-0" description: Apache Pulsar Operators Helm chart for Kubernetes name: pulsar-operator