diff --git a/charts/agh3/Chart.yaml b/charts/agh3/Chart.yaml index 952d39c..b2cc414 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.9.2 +version: 3.9.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.7.1" +appVersion: "v3.7.2" dependencies: - name: postgresql version: 12.1.2 diff --git a/charts/agh3/values.yaml b/charts/agh3/values.yaml index 738b8c8..186d517 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.9.3 + tag: v1.9.4 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.9.8 + tag: v1.9.9 pullPolicy: IfNotPresent pullSecrets: [] ## @param ui.extraEnv UI additional environment variables