From 7325a2a9df9969b9fce0df70c3493cd10f3bbd22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Martos?= Date: Fri, 28 Oct 2022 13:12:57 +0200 Subject: [PATCH] [bitnami/argo-workflows] Update dependencies (#13215) * [bitnami/argo-workflows] Update dependencies Signed-off-by: jotamartos * [bitnami/argo-workflows] Update README Signed-off-by: jotamartos Signed-off-by: jotamartos --- bitnami/argo-workflows/Chart.lock | 8 ++++---- bitnami/argo-workflows/Chart.yaml | 4 ++-- bitnami/argo-workflows/README.md | 6 ++++++ 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/bitnami/argo-workflows/Chart.lock b/bitnami/argo-workflows/Chart.lock index 467f3f55f9..6e59ce6dfa 100644 --- a/bitnami/argo-workflows/Chart.lock +++ b/bitnami/argo-workflows/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 11.9.11 + version: 12.0.0 - name: mysql repository: https://charts.bitnami.com/bitnami version: 9.4.1 - name: common repository: https://charts.bitnami.com/bitnami - version: 2.0.3 -digest: sha256:4e530ae2e62c66aa5a5e54ec780a23499718c5324b7516d5f3ff2b1bbace6b9f -generated: "2022-10-23T13:03:12.663512565Z" + version: 2.0.4 +digest: sha256:3fa3fef9f1af26570e90fce1949f303563dfbf566c00dd45cd4efd6a64ff3e8d +generated: "2022-10-28T09:57:14.22129612+02:00" diff --git a/bitnami/argo-workflows/Chart.yaml b/bitnami/argo-workflows/Chart.yaml index 81e7ba0c86..a13984462f 100644 --- a/bitnami/argo-workflows/Chart.yaml +++ b/bitnami/argo-workflows/Chart.yaml @@ -6,7 +6,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: https://charts.bitnami.com/bitnami - version: 11.x.x + version: 12.x.x - condition: mysql.enabled name: mysql repository: https://charts.bitnami.com/bitnami @@ -35,4 +35,4 @@ sources: - https://github.com/bitnami/containers/tree/main/bitnami/argo-workflow-controller - https://github.com/bitnami/containers/tree/main/bitnami/argo-workflow-exec - https://argoproj.github.io/workflows/ -version: 3.0.5 +version: 4.0.0 diff --git a/bitnami/argo-workflows/README.md b/bitnami/argo-workflows/README.md index 0607b3a308..dd594628a5 100644 --- a/bitnami/argo-workflows/README.md +++ b/bitnami/argo-workflows/README.md @@ -468,6 +468,12 @@ Find more information about how to deal with common errors related to Bitnami's ## Upgrading +### To 4.0.0 + +This major updates the PostgreSQL subchart to its newest major, 12.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#to-1200) you can find more information about the changes introduced in that version. + +### To any previous version + Refer to the [chart documentation for more information about how to upgrade from previous releases](https://docs.bitnami.com/kubernetes/infrastructure/argo-workflows/administration/upgrade/). ## License