File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,8 @@ Features:
10
10
- ** Active Development** : Continuously updated to keep up with the latest best practices and features in the ctrlplane ecosystem.
11
11
12
12
Get started with ctrlplanedev/ctrlplane-charts today and supercharge your Kubernetes deployments!
13
+
14
+ ``` bash
15
+ helm repo add ctrlcharts https://charts.ctrlplane.dev
16
+ helm repo update
17
+ ```
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : ctrlplane
3
3
description : Ctrlplane Helm chart for Kubernetes
4
4
type : application
5
- version : 0.1.37
5
+ version : 0.1.38
6
6
appVersion : " 1.16.0"
7
7
8
8
maintainers :
Original file line number Diff line number Diff line change 1
1
{ {- 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 -} }
3
- { {- end -} }
2
+ { {- printf " postgresql://%s:%s@%s:%s/%s" .Values.global.postgresql.user .Values.global.postgresql.password .Values.global.postgresql.host (toString .Values.global.postgresql.port) .Values.global.postgresql.database -} }
3
+ { {- end -} }
You can’t perform that action at this time.
0 commit comments