Skip to content

Commit

Permalink
chore: update canal-server application.
Browse files Browse the repository at this point in the history
release version 0.0.5
  • Loading branch information
dellnoantechnp committed May 31, 2023
1 parent 7c54b07 commit 959d3c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/canal-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.4
version: 0.0.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 2 additions & 0 deletions charts/canal-server/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ spec:
fieldPath: status.podIP
- name: CANAL_HEAP_SIZE
value: {{ .Values.ServerConf.heapSize | quote }}
- name: ENV_DESTINATIONS
value: {{ include "canal.destinations" . }}
{{- if .Values.extraEnvVars }}
{{- include "common.tplvalues.render" (dict "value" .Values.extraEnvVars "context" $) | nindent 12 }}
{{- end }}
Expand Down

0 comments on commit 959d3c5

Please sign in to comment.