From 9fe7822b0310f256c56ba0b8bb47a742484ed87f Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Sun, 6 Aug 2023 11:58:05 +0200 Subject: [PATCH 1/2] values.yaml: add commented example for setting the storageClass when using the bundled postgresql chart --- charts/openproject/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/openproject/values.yaml b/charts/openproject/values.yaml index 96a02c5..f888796 100644 --- a/charts/openproject/values.yaml +++ b/charts/openproject/values.yaml @@ -305,6 +305,12 @@ postgresql: # postgresPassword: "postgres" + ## When using the "bundled" postgresql chart, you can configure the storageClass and other settings similar to this + ## Ref: https://github.com/bitnami/charts/blob/main/bitnami/postgresql/values.yaml + # + # global: + # storageClass: my-storage-class-name + ## Configure liveness and readiness probes. ## ## Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ From 4d596485ccd6b90de181f29a8e88b10843102754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Tue, 8 Aug 2023 07:43:37 +0200 Subject: [PATCH 2/2] Bump version to 1.8.1 --- charts/openproject/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/openproject/Chart.yaml b/charts/openproject/Chart.yaml index be53307..12a6a3a 100644 --- a/charts/openproject/Chart.yaml +++ b/charts/openproject/Chart.yaml @@ -5,7 +5,7 @@ description: "A Helm chart for running OpenProject via Kubernetes" home: "https://www.openproject.org/" icon: "https://www.openproject.org/assets/images/press/openproject-icon-original-color-41055eb6.png" type: "application" -version: "1.8.0" +version: "1.8.1" appVersion: "12" maintainers: - name: OpenProject