Skip to content

Commit

Permalink
upgrade console to v2.3.9 (#1186)
Browse files Browse the repository at this point in the history
update

Signed-off-by: lili <[email protected]>
  • Loading branch information
urfreespace authored and labuladong committed Oct 22, 2024
1 parent 0d475e5 commit 92c551f
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ spec:
{{- with .Values.autorecovery.configData }}
{{ toYaml . | indent 6 }}
{{- end }}
{{ (.Files.Glob "conf/autorecovery/log4j2.yaml").AsConfig | indent 6 }}
apiObjects:
clientService: {}
headlessService:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,4 @@ data:
{{- end }}
PULSAR_PREFIX_peerType: "observer"
{{ toYaml .Values.zookeeper.customTools.backup.configData | indent 2 }}
# Include log configuration file, If you want to configure the log level and other configuration
# items, you can modify the configmap, and eventually it will overwrite the log4j2.yaml file under conf
{{ (.Files.Glob "conf/zookeeper/log4j2.yaml").AsConfig | indent 2 }}
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,6 @@ spec:
{{- with .Values.zookeeper.configData }}
{{ toYaml . | indent 6 }}
{{- end }}
# Include log configuration file, If you want to configure the log level and other configuration
# items, you can modify the configmap, and eventually it will overwrite the log4j2.yaml file under conf
{{ (.Files.Glob "conf/zookeeper/log4j2.yaml").AsConfig | indent 6 }}
apiObjects:
clientService: {}
headlessService:
Expand Down
2 changes: 1 addition & 1 deletion charts/sn-platform-slim/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ images:
pullPolicy: IfNotPresent
streamnative_console:
repository: streamnative/private-cloud-console
tag: "v2.3.8"
tag: "v2.3.9"
pullPolicy: IfNotPresent
hasCommand: false
node_exporter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ spec:
{{- with .Values.autorecovery.configData }}
{{ toYaml . | indent 6 }}
{{- end }}
{{ (.Files.Glob "conf/autorecovery/log4j2.yaml").AsConfig | indent 6 }}
apiObjects:
clientService: {}
headlessService:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,4 @@ data:
{{- end }}
PULSAR_PREFIX_peerType: "observer"
{{ toYaml .Values.zookeeper.customTools.backup.configData | indent 2 }}
# Include log configuration file, If you want to configure the log level and other configuration
# items, you can modify the configmap, and eventually it will overwrite the log4j2.yaml file under conf
{{ (.Files.Glob "conf/zookeeper/log4j2.yaml").AsConfig | indent 2 }}
{{- end }}
3 changes: 0 additions & 3 deletions charts/sn-platform/templates/zookeeper/zookeeper-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,6 @@ spec:
{{- with .Values.zookeeper.configData }}
{{ toYaml . | indent 6 }}
{{- end }}
# Include log configuration file, If you want to configure the log level and other configuration
# items, you can modify the configmap, and eventually it will overwrite the log4j2.yaml file under conf
{{ (.Files.Glob "conf/zookeeper/log4j2.yaml").AsConfig | indent 6 }}
apiObjects:
clientService: {}
headlessService:
Expand Down

0 comments on commit 92c551f

Please sign in to comment.