From 7e9f9916eb6b9cc6ad5b7bbc33e0514c6c0480d1 Mon Sep 17 00:00:00 2001 From: knowlet <4388697+knowlet@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:01:52 +0000 Subject: [PATCH 1/2] build: Release chart/agh3 3.8.9 - Chart Version: `3.8.9` - App Version: `3.6.8` - Captain: `v1.8.6` - Controller: `v0.7.2` - UI: `v1.8.0` - Report: `v1.1.4` --- charts/agh3/Chart.yaml | 4 ++-- charts/agh3/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/agh3/Chart.yaml b/charts/agh3/Chart.yaml index fa04778..6d21bf7 100644 --- a/charts/agh3/Chart.yaml +++ b/charts/agh3/Chart.yaml @@ -13,12 +13,12 @@ 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: 3.8.8 +version: 3.8.9 # 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. -appVersion: "v3.6.7" +appVersion: "v3.6.8" dependencies: - name: postgresql version: 12.1.2 diff --git a/charts/agh3/values.yaml b/charts/agh3/values.yaml index 5c054b6..37204dc 100644 --- a/charts/agh3/values.yaml +++ b/charts/agh3/values.yaml @@ -508,7 +508,7 @@ captain: ## image: repository: leukocyte-lab/argushack3/ctr-captain - tag: v1.8.5 + tag: v1.8.6 pullPolicy: IfNotPresent pullSecrets: [] ## @param captain.secret.enabled Enable secret generate for Captain @@ -652,7 +652,7 @@ ui: ## image: repository: leukocyte-lab/argushack3/ctr-ui - tag: v1.7.5 + tag: v1.8.0 pullPolicy: IfNotPresent pullSecrets: [] ## @param ui.extraEnv UI additional environment variables From 1a4acaeff907868255a80965c3e1ba97ea251713 Mon Sep 17 00:00:00 2001 From: Albert Hsieh Date: Mon, 14 Oct 2024 18:05:56 +0800 Subject: [PATCH 2/2] build: downgrade to 1.7.5 --- charts/agh3/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/agh3/values.yaml b/charts/agh3/values.yaml index 37204dc..d644a51 100644 --- a/charts/agh3/values.yaml +++ b/charts/agh3/values.yaml @@ -652,7 +652,7 @@ ui: ## image: repository: leukocyte-lab/argushack3/ctr-ui - tag: v1.8.0 + tag: v1.7.5 pullPolicy: IfNotPresent pullSecrets: [] ## @param ui.extraEnv UI additional environment variables