Skip to content

Commit

Permalink
Merge pull request #183 from ebarped/main
Browse files Browse the repository at this point in the history
fix parsing UPTIME_KUMA_PORT value when applying with serverSide enabled
  • Loading branch information
dirsigler authored Dec 13, 2024
2 parents e7e3cc7 + 6145475 commit 3c2fa79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/uptime-kuma/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ name: uptime-kuma
sources:
- https://github.com/louislam/uptime-kuma
type: application
version: 2.21.0
version: 2.21.1
2 changes: 1 addition & 1 deletion charts/uptime-kuma/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: "UPTIME_KUMA_PORT"
value: {{ include "uptime-kuma.port" . }}
value: {{ include "uptime-kuma.port" . | quote }}
{{- with .Values.podEnv }}
{{- toYaml . | nindent 12 }}
{{- end }}
Expand Down

0 comments on commit 3c2fa79

Please sign in to comment.