From 2d725ebdd4bdc9c8e83da2f3b78d5d60397e049b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 12:57:32 -0400 Subject: [PATCH] Release cnpg-sandbox-v0.5.0 (#18) Bumping to cloudnative-pg 0.14.0 --- charts/cnpg-sandbox/Chart.lock | 6 +++--- charts/cnpg-sandbox/Chart.yaml | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/charts/cnpg-sandbox/Chart.lock b/charts/cnpg-sandbox/Chart.lock index 9addc81d7..617aaf6fa 100644 --- a/charts/cnpg-sandbox/Chart.lock +++ b/charts/cnpg-sandbox/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: cloudnative-pg repository: https://cloudnative-pg.github.io/charts - version: 0.13.1 + version: 0.14.0 - name: kube-prometheus-stack repository: https://prometheus-community.github.io/helm-charts version: 32.2.1 -digest: sha256:9ab567385e26ec5b5c88c87d1e47a0707ab3aa8e0c323bfae43f0f8d17a741a6 -generated: "2022-05-28T08:36:17.36736942+02:00" +digest: sha256:6576e14b703c3a656dbf0debee90e644261ae9a400dfb2b29c4ad0c87beb1737 +generated: "2022-07-12T10:29:26.286039619-04:00" diff --git a/charts/cnpg-sandbox/Chart.yaml b/charts/cnpg-sandbox/Chart.yaml index cd84af1d8..50db02050 100644 --- a/charts/cnpg-sandbox/Chart.yaml +++ b/charts/cnpg-sandbox/Chart.yaml @@ -29,15 +29,16 @@ 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: 0.4.1 +version: 0.5.0 # 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. +# Umbrella version, we don't actually use or care about this version appVersion: "1.16.0" dependencies: - name: cloudnative-pg - version: "0.13.1" + version: "0.14.0" repository: https://cloudnative-pg.github.io/charts condition: cloudnative-pg.enabled - name: kube-prometheus-stack