From 9297aabe6619dd99c440979f981746d4dc9da6af Mon Sep 17 00:00:00 2001 From: YukinaMochizuki <26710554+YukinaMochizuki@users.noreply.github.com> Date: Fri, 26 Apr 2024 09:51:04 +0000 Subject: [PATCH] build: Release chart/agh3 3.2.3 - Chart Version: `3.2.3` - App Version: `3.1.3` - Captain: `v1.3.7` - Controller: `v0.4.0` - UI: `v1.2.0` - Report: `v1.0.2` --- 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 38139a17..32341298 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.2.2 +version: 3.2.3 # 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.1.2" +appVersion: "v3.1.3" dependencies: - name: postgresql version: 12.1.2 diff --git a/charts/agh3/values.yaml b/charts/agh3/values.yaml index 662ded01..bc58589b 100644 --- a/charts/agh3/values.yaml +++ b/charts/agh3/values.yaml @@ -401,7 +401,7 @@ captain: ## image: repository: leukocyte-lab/argushack3/ctr-captain - tag: v1.3.6 + tag: v1.3.7 pullPolicy: IfNotPresent pullSecrets: [] ## @param captain.secret.enabled Enable secret generate for Captain @@ -511,7 +511,7 @@ ui: ## image: repository: leukocyte-lab/argushack3/ctr-ui - tag: v1.1.0 + tag: v1.2.0 pullPolicy: IfNotPresent pullSecrets: [] ## @param ui.extraEnv UI additional environment variables