From b8a917067f6fb9178d1c3254d3a96f5eb6e42786 Mon Sep 17 00:00:00 2001 From: knowlet <4388697+knowlet@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:48:37 +0000 Subject: [PATCH] build: Release chart/agh3 3.9.0 - Chart Version: `3.9.0` - App Version: `3.7.0` - Captain: `v1.9.0` - Controller: `v0.7.2` - UI: `v1.8.1` - 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 7a84638..cd56122 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.12 +version: 3.9.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. -appVersion: "v3.6.11" +appVersion: "v3.7.0" dependencies: - name: postgresql version: 12.1.2 diff --git a/charts/agh3/values.yaml b/charts/agh3/values.yaml index dda3915..939c61f 100644 --- a/charts/agh3/values.yaml +++ b/charts/agh3/values.yaml @@ -511,7 +511,7 @@ captain: ## image: repository: leukocyte-lab/argushack3/ctr-captain - tag: v1.8.9 + tag: v1.9.0 pullPolicy: IfNotPresent pullSecrets: [] ## @param captain.secret.enabled Enable secret generate for Captain @@ -655,7 +655,7 @@ ui: ## image: repository: leukocyte-lab/argushack3/ctr-ui - tag: v1.7.6 + tag: v1.8.1 pullPolicy: IfNotPresent pullSecrets: [] ## @param ui.extraEnv UI additional environment variables