Skip to content

Commit

Permalink
feat: bump pular appVersion to 2.11.2 (#4375)
Browse files Browse the repository at this point in the history
  • Loading branch information
nashtsai committed Jul 19, 2023
1 parent 3359438 commit fe0f322
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/pulsar-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: application

version: 0.6.0-alpha.28

appVersion: 2.11.1
appVersion: 2.11.2

dependencies:
- name: kblib
Expand Down
2 changes: 1 addition & 1 deletion deploy/pulsar/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/pulsar/templates/clusterversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" .) }}"
imagePullPolicy: "{{ template "pulsar.imagePullPolicy" (dict "image" .Values.images.proxy "root" .) }}"
4 changes: 2 additions & 2 deletions deploy/pulsar/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
##
Expand All @@ -36,7 +36,7 @@ images:
# upgrade scenario
repository: docker.io/apecloud/pulsar
pullPolicy: IfNotPresent
tag: 2.11.1
tag: 2.11.2

broker:
repository: ""
Expand Down

0 comments on commit fe0f322

Please sign in to comment.