diff --git a/deploy/pulsar-cluster/Chart.yaml b/deploy/pulsar-cluster/Chart.yaml index d423b7ed07d..1e66e15dcf8 100644 --- a/deploy/pulsar-cluster/Chart.yaml +++ b/deploy/pulsar-cluster/Chart.yaml @@ -6,7 +6,7 @@ type: application version: 0.6.0-alpha.28 -appVersion: 2.11.1 +appVersion: 2.11.2 dependencies: - name: kblib diff --git a/deploy/pulsar/Chart.yaml b/deploy/pulsar/Chart.yaml index f6154038817..59ee5b96b19 100644 --- a/deploy/pulsar/Chart.yaml +++ b/deploy/pulsar/Chart.yaml @@ -9,7 +9,7 @@ type: application version: 0.6.0-alpha.28 -appVersion: 2.11.1 +appVersion: 2.11.2 home: https://pulsar.apache.org/ icon: https://pulsar.apache.org/img/logo-black.svg diff --git a/deploy/pulsar/templates/clusterversion.yaml b/deploy/pulsar/templates/clusterversion.yaml index a5428702408..14278e645fa 100644 --- a/deploy/pulsar/templates/clusterversion.yaml +++ b/deploy/pulsar/templates/clusterversion.yaml @@ -55,4 +55,4 @@ spec: initContainers: - name: check-broker image: "{{ template "pulsar.imageFullName" (dict "image" .Values.images.proxy "root" .) }}" - imagePullPolicy: "{{ template "pulsar.imagePullPolicy" (dict "image" .Values.images.proxy "root" .) }}" \ No newline at end of file + imagePullPolicy: "{{ template "pulsar.imagePullPolicy" (dict "image" .Values.images.proxy "root" .) }}" diff --git a/deploy/pulsar/values.yaml b/deploy/pulsar/values.yaml index a4b725e829e..230b77d6c63 100644 --- a/deploy/pulsar/values.yaml +++ b/deploy/pulsar/values.yaml @@ -20,7 +20,7 @@ defaultPulsarImage: repository: docker.io/apecloud/pulsar pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 2.11.1 + tag: ## Images ## @@ -36,7 +36,7 @@ images: # upgrade scenario repository: docker.io/apecloud/pulsar pullPolicy: IfNotPresent - tag: 2.11.1 + tag: 2.11.2 broker: repository: ""