File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : ctrlplane
33description : Ctrlplane Helm chart for Kubernetes
44type : application
5- version : 0.1.11
5+ version : 0.1.12
66appVersion : " 1.16.0"
77
88maintainers :
Original file line number Diff line number Diff line change 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 -} }
Original file line number Diff line number Diff line change 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 -} }
You can’t perform that action at this time.
0 commit comments