Skip to content

Commit fa57564

Browse files
committed
fix number formatting
1 parent 0d266c2 commit fa57564

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.11
5+
version: 0.1.12
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.postgresqlUrl" -}}
2-
{{- printf "postgresql://%s:%s@%s:%s/%s" .Values.global.postgresql.user .Values.global.postgresql.password .Values.global.postgresql.host .Values.global.postgresql.port .Values.global.postgresql.database -}}
2+
{{- printf "postgresql://%s:%s@%s:%d/%s" .Values.global.postgresql.user .Values.global.postgresql.password .Values.global.postgresql.host .Values.global.postgresql.port .Values.global.postgresql.database -}}
33
{{- end -}}
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:%s" .Values.global.redis.password .Values.global.redis.host .Values.global.redis.porte -}}
2+
{{- printf "postgresql://:%s@%s:%d" .Values.global.redis.password .Values.global.redis.host .Values.global.redis.porte -}}
33
{{- end -}}

0 commit comments

Comments
 (0)