From 995504180facc69f544680ff785e872a760a787d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:02:11 +0000 Subject: [PATCH 1/2] Update ghcr.io/coutug/mini-app Docker tag to v1.0.7 --- charts/mini-app/Chart.yaml | 2 +- charts/mini-app/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mini-app/Chart.yaml b/charts/mini-app/Chart.yaml index 454e5ae..e33ee9f 100644 --- a/charts/mini-app/Chart.yaml +++ b/charts/mini-app/Chart.yaml @@ -21,4 +21,4 @@ version: 1.0.4 # 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: v1.0.6 +appVersion: v1.0.7 diff --git a/charts/mini-app/values.yaml b/charts/mini-app/values.yaml index 3c91d95..d62fe9b 100644 --- a/charts/mini-app/values.yaml +++ b/charts/mini-app/values.yaml @@ -1,7 +1,7 @@ replicaCount: 1 image: repository: "ghcr.io/coutug/mini-app" - tag: v1.0.6 + tag: v1.0.7 nameOverride: "" fullnameOverride: "" From 763965994228d870f077430980e4121eabba2f35 Mon Sep 17 00:00:00 2001 From: Gabriel Coutu Date: Wed, 27 Mar 2024 12:04:39 -0400 Subject: [PATCH 2/2] Update Chart.yaml --- charts/mini-app/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/mini-app/Chart.yaml b/charts/mini-app/Chart.yaml index e33ee9f..86c1581 100644 --- a/charts/mini-app/Chart.yaml +++ b/charts/mini-app/Chart.yaml @@ -15,7 +15,7 @@ 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.4 +version: 1.0.5 # 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