From a810c9af2c4d8e7ed4c3eb852f31747312079356 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 12:22:40 +0000 Subject: [PATCH 1/5] Update Helm release postgresql to v12.12.4 --- charts/kutt/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kutt/Chart.yaml b/charts/kutt/Chart.yaml index a1f5a66f..193c7eb4 100644 --- a/charts/kutt/Chart.yaml +++ b/charts/kutt/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: kutt description: Kutt is a free modern URL shortener. type: application -version: 3.0.0 +version: 3.0.1 appVersion: "v2.7.4" home: https://github.com/christianknell/helm-charts icon: https://www.saashub.com/images/app/service_logos/15/d634f2359578/large.png @@ -14,7 +14,7 @@ sources: dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 12.10.0 + version: 12.12.4 condition: postgresql.enabled - name: redis repository: https://charts.bitnami.com/bitnami From 9122ebe13b4586ea0ee26fad33824444b75298a2 Mon Sep 17 00:00:00 2001 From: Christian Knell Date: Fri, 22 Sep 2023 15:20:01 +0200 Subject: [PATCH 2/5] Update Chart.yaml --- charts/kutt/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kutt/Chart.yaml b/charts/kutt/Chart.yaml index 193c7eb4..9dd044a4 100644 --- a/charts/kutt/Chart.yaml +++ b/charts/kutt/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: kutt description: Kutt is a free modern URL shortener. type: application -version: 3.0.1 +version: 3.1.0 appVersion: "v2.7.4" home: https://github.com/christianknell/helm-charts icon: https://www.saashub.com/images/app/service_logos/15/d634f2359578/large.png @@ -23,7 +23,7 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: bumped dependency of redis to chart 18.0.4 + description: bumped dependency of postgresql to chart 12.12.4 artifacthub.io/screenshots: | - title: Simply shorten your link using the Web UI. url: https://d4.alternativeto.net/v9sHosD3RiPblfBOOHZi0gwU1M0pRL6Jn53oiobJi9k/rs:fit:1200:1200:0/g:ce:0:0/YWJzOi8vZGlzdC9zL2t1dHQtaXRfNzY3MjMzX2Z1bGwucG5n.jpg From b3527f929f0c4a1e7727f4d95b9b8c9a1fa78125 Mon Sep 17 00:00:00 2001 From: Christian Knell Date: Tue, 3 Oct 2023 17:31:25 +0200 Subject: [PATCH 3/5] Update Chart.yaml --- charts/kutt/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kutt/Chart.yaml b/charts/kutt/Chart.yaml index 9dd044a4..ece2a6b9 100644 --- a/charts/kutt/Chart.yaml +++ b/charts/kutt/Chart.yaml @@ -14,7 +14,7 @@ sources: dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 12.12.4 + version: 12.12.10 condition: postgresql.enabled - name: redis repository: https://charts.bitnami.com/bitnami @@ -23,7 +23,7 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: bumped dependency of postgresql to chart 12.12.4 + description: bumped dependency of postgresql to chart 12.12.10 artifacthub.io/screenshots: | - title: Simply shorten your link using the Web UI. url: https://d4.alternativeto.net/v9sHosD3RiPblfBOOHZi0gwU1M0pRL6Jn53oiobJi9k/rs:fit:1200:1200:0/g:ce:0:0/YWJzOi8vZGlzdC9zL2t1dHQtaXRfNzY3MjMzX2Z1bGwucG5n.jpg From d6ec3f10649cfa6975d0ee7d1fc9554c4e407ed3 Mon Sep 17 00:00:00 2001 From: Christian Knell Date: Tue, 3 Oct 2023 17:41:43 +0200 Subject: [PATCH 4/5] fixed postgresql template bug --- charts/kutt/Chart.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/kutt/Chart.yaml b/charts/kutt/Chart.yaml index 9dd044a4..0d704e22 100644 --- a/charts/kutt/Chart.yaml +++ b/charts/kutt/Chart.yaml @@ -14,7 +14,7 @@ sources: dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 12.12.4 + version: 12.12.10 condition: postgresql.enabled - name: redis repository: https://charts.bitnami.com/bitnami @@ -23,7 +23,9 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: bumped dependency of postgresql to chart 12.12.4 + description: bumped dependency of postgresql to chart 12.12.10 + - kind: fixed + description: wrong template name for postgresql dependency artifacthub.io/screenshots: | - title: Simply shorten your link using the Web UI. url: https://d4.alternativeto.net/v9sHosD3RiPblfBOOHZi0gwU1M0pRL6Jn53oiobJi9k/rs:fit:1200:1200:0/g:ce:0:0/YWJzOi8vZGlzdC9zL2t1dHQtaXRfNzY3MjMzX2Z1bGwucG5n.jpg From 9a4b824c3c88dace309cf9a28f0fe1db61f5b507 Mon Sep 17 00:00:00 2001 From: Christian Knell Date: Tue, 3 Oct 2023 17:45:49 +0200 Subject: [PATCH 5/5] fixed postgresql include bug --- charts/kutt/templates/_helpers.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/kutt/templates/_helpers.tpl b/charts/kutt/templates/_helpers.tpl index db1734f7..9db84cc9 100644 --- a/charts/kutt/templates/_helpers.tpl +++ b/charts/kutt/templates/_helpers.tpl @@ -66,7 +66,7 @@ Return the hostname of the postgresql to use */}} {{- define "kutt.postgresql.hostname" -}} {{- if .Values.postgresql.enabled -}} - {{- printf "%s" (include "postgresql.primary.fullname" .Subcharts.postgresql) -}} + {{- printf "%s" (include "postgresql.v1.primary.fullname" .Subcharts.postgresql) -}} {{- else -}} {{- printf "%s" (tpl .Values.externalPostgresql.hostname $) -}} {{- end -}} @@ -77,7 +77,7 @@ Return postgresql service port */}} {{- define "kutt.postgresql.port" -}} {{- if .Values.postgresql.enabled -}} - {{- printf "%s" (include "postgresql.service.port" .Subcharts.postgresql) -}} + {{- printf "%s" (include "postgresql.v1.service.port" .Subcharts.postgresql) -}} {{- else -}} {{- printf "%s" (tpl (toString .Values.externalPostgresql.port) $) -}} {{- end -}} @@ -88,7 +88,7 @@ Return the name for the database to use */}} {{- define "kutt.postgresql.database" -}} {{- if .Values.postgresql.enabled -}} - {{- printf "%s" (include "postgresql.database" .Subcharts.postgresql) -}} + {{- printf "%s" (include "postgresql.v1.database" .Subcharts.postgresql) -}} {{- else -}} {{- printf "%s" (tpl .Values.externalPostgresql.auth.database $) -}} {{- end -}} @@ -99,7 +99,7 @@ Return the name for the user to use */}} {{- define "kutt.postgresql.username" -}} {{- if .Values.postgresql.enabled -}} - {{- printf "%s" (include "postgresql.username" .Subcharts.postgresql) -}} + {{- printf "%s" (include "postgresql.v1.username" .Subcharts.postgresql) -}} {{- else -}} {{- printf "%s" (tpl .Values.externalPostgresql.auth.username $) -}} {{- end -}} @@ -110,7 +110,7 @@ Get the name of the secret containing the postgresql user password */}} {{- define "kutt.postgresql.secretName" -}} {{- if .Values.postgresql.enabled -}} - {{- printf "%s" (include "postgresql.secretName" .Subcharts.postgresql) -}} + {{- printf "%s" (include "postgresql.v1.secretName" .Subcharts.postgresql) -}} {{- else if .Values.externalPostgresql.auth.existingSecret -}} {{- printf "%s" (tpl .Values.externalPostgresql.auth.existingSecret $) -}} {{- else -}} @@ -123,7 +123,7 @@ Get the user-password key for the postgresql user password */}} {{- define "kutt.postgresql.userPasswordKey" -}} {{- if .Values.postgresql.enabled -}} - {{- printf "%s" (include "postgresql.userPasswordKey" .Subcharts.postgresql) -}} + {{- printf "%s" (include "postgresql.v1.userPasswordKey" .Subcharts.postgresql) -}} {{- else if .Values.externalPostgresql.auth.userPasswordKey -}} {{- printf "%s" (tpl .Values.externalPostgresql.auth.userPasswordKey $) -}} {{- else -}}