Skip to content

Commit 547affc

Browse files
committed
fix redis port
1 parent fa57564 commit 547affc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/ctrlplane/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ctrlplane
33
description: Ctrlplane Helm chart for Kubernetes
44
type: application
5-
version: 0.1.12
5+
version: 0.1.13
66
appVersion: "1.16.0"
77

88
maintainers:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{{- define "ctrlplane.redisUrl" -}}
2-
{{- printf "postgresql://:%s@%s:%d" .Values.global.redis.password .Values.global.redis.host .Values.global.redis.porte -}}
2+
{{- printf "redis://:%s@%s:%d" .Values.global.redis.password .Values.global.redis.host .Values.global.redis.port -}}
33
{{- end -}}

0 commit comments

Comments
 (0)