From 6922a1b797c9f03ba67592e91584cfabd3f25b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Martos?= Date: Fri, 28 Oct 2022 12:41:52 +0200 Subject: [PATCH] [bitnami/concourse] Update dependencies (#13213) * [bitnami/concourse] Update dependencies Signed-off-by: jotamartos * [bitnami/concourse] Update README Signed-off-by: jotamartos Signed-off-by: jotamartos --- bitnami/concourse/Chart.lock | 8 ++++---- bitnami/concourse/Chart.yaml | 4 ++-- bitnami/concourse/README.md | 8 +++++++- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/bitnami/concourse/Chart.lock b/bitnami/concourse/Chart.lock index 6591e601b7..931efc31d4 100644 --- a/bitnami/concourse/Chart.lock +++ b/bitnami/concourse/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 11.9.8 + version: 12.0.0 - name: common repository: https://charts.bitnami.com/bitnami - version: 2.0.3 -digest: sha256:1ac000645ee382423051ae19442bc1bd93cfc552d2e3e77fb85e47034a7aae7c -generated: "2022-10-13T06:50:42.078195056Z" + version: 2.0.4 +digest: sha256:20d5806320113e979ec3ff1fbfd2fd76db4e55a229449b4103462f3275d84f78 +generated: "2022-10-28T09:53:42.268048367+02:00" diff --git a/bitnami/concourse/Chart.yaml b/bitnami/concourse/Chart.yaml index 97526fd287..bb20330158 100644 --- a/bitnami/concourse/Chart.yaml +++ b/bitnami/concourse/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 - name: common repository: https://charts.bitnami.com/bitnami tags: @@ -30,4 +30,4 @@ name: concourse sources: - https://github.com/bitnami/containers/tree/main/bitnami/concourse - https://github.com/concourse/concourse -version: 1.5.3 +version: 2.0.0 diff --git a/bitnami/concourse/README.md b/bitnami/concourse/README.md index 3a1623370d..78c0e690aa 100644 --- a/bitnami/concourse/README.md +++ b/bitnami/concourse/README.md @@ -480,6 +480,12 @@ Find more information about how to deal with common errors related to Bitnami's ## Upgrading +### To 2.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/concourse/administration/upgrade/). ## License @@ -496,4 +502,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License.