From 18104a486fd1e6a945e5f3f8793a5c9f9c7d6e12 Mon Sep 17 00:00:00 2001 From: patroldo Date: Sun, 5 Oct 2025 21:47:36 +0300 Subject: [PATCH] fix: Switch to bitnamilegacy Postgres repo in Helm, add ingress labels (#1368) Closes #1362 --- charts/planka/Chart.yaml | 4 ++-- charts/planka/templates/ingress.yaml | 3 +++ charts/planka/values.yaml | 6 ++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/charts/planka/Chart.yaml b/charts/planka/Chart.yaml index dcf31b87..4f82f481 100644 --- a/charts/planka/Chart.yaml +++ b/charts/planka/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.3 +version: 1.0.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.0.0-rc.3" +appVersion: "2.0.0-rc.4" dependencies: - alias: postgresql diff --git a/charts/planka/templates/ingress.yaml b/charts/planka/templates/ingress.yaml index 428d7ab4..c0d9f490 100644 --- a/charts/planka/templates/ingress.yaml +++ b/charts/planka/templates/ingress.yaml @@ -18,6 +18,9 @@ metadata: name: {{ $fullName }} labels: {{- include "planka.labels" . | nindent 4 }} + {{- with .Values.ingress.labels }} + {{- toYaml . | nindent 4 }} + {{- end }} {{- with .Values.ingress.annotations }} annotations: {{- toYaml . | nindent 4 }} diff --git a/charts/planka/values.yaml b/charts/planka/values.yaml index 27bd67c1..515f670f 100644 --- a/charts/planka/values.yaml +++ b/charts/planka/values.yaml @@ -68,6 +68,7 @@ service: ingress: enabled: false className: "" + labels: {} annotations: {} # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" @@ -108,6 +109,11 @@ tolerations: [] affinity: {} postgresql: + global: + security: + allowInsecureImages: true + image: + repository: bitnamilegacy/postgresql enabled: true auth: database: planka