Skip to content

Commit

Permalink
feat: update apollo chart.
Browse files Browse the repository at this point in the history
support configServer extendedConfigs.
  • Loading branch information
dellnoantechnp committed Nov 26, 2024
1 parent 0727a7a commit 9d317cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/apollo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ maintainers:
name: apollo
type: application
kubeVersion: ">=1.18.0"
version: 0.9.2
version: 0.9.3
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ data:
server.servlet.context-path = {{ .Values.configService.config.contextPath }}
{{- end }}
{{- if .Values.configService.config.extendedConfigs }}
{{ .Values.configService.config.extendedConfigs }}
{{- .Values.configService.config.extendedConfigs | nindent 4 }}
{{- end }}
{{- if .Values.db.configdb.autoInitDatabase.enabled }}
init-database.sql: |
Expand Down
2 changes: 1 addition & 1 deletion charts/apollo/templates/portal/configmap-portal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ data:
server.servlet.context-path = {{ .Values.portal.config.contextPath }}
{{- end }}
{{- if .Values.portal.config.extendedConfigs }}
{{ .Values.portal.config.extendedConfigs }}
{{- .Values.portal.config.extendedConfigs | nindent 4 }}
{{- end }}
apollo-env.properties: |
{{- range $env, $address := .Values.portal.config.metaServers }}
Expand Down

0 comments on commit 9d317cf

Please sign in to comment.