From 1108a6ae964afeddfcdb97af157abcd71c0bef69 Mon Sep 17 00:00:00 2001 From: s2002a <38680131+dsun0720@users.noreply.github.com> Date: Wed, 1 May 2024 21:36:44 +0200 Subject: [PATCH] update to 3.3.2 (#34) --- charts/featbit/Chart.yaml | 4 ++-- charts/featbit/values.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/featbit/Chart.yaml b/charts/featbit/Chart.yaml index 47f3267..53e7788 100644 --- a/charts/featbit/Chart.yaml +++ b/charts/featbit/Chart.yaml @@ -15,13 +15,13 @@ 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: 0.4.0 +version: 0.4.1 # 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: "3.2.1" +appVersion: "3.3.2" kubeVersion: ">=1.23-0" diff --git a/charts/featbit/values.yaml b/charts/featbit/values.yaml index 3a5ef18..67ea806 100644 --- a/charts/featbit/values.yaml +++ b/charts/featbit/values.yaml @@ -38,7 +38,7 @@ ui: repository: featbit/featbit-ui pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 3.2.1 + tag: 3.3.2 imagePullSecrets: [ ] @@ -118,7 +118,7 @@ api: repository: featbit/featbit-api-server pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 3.2.1 + tag: 3.3.2 imagePullSecrets: [ ] @@ -196,7 +196,7 @@ els: repository: featbit/featbit-evaluation-server pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 3.2.1 + tag: 3.3.2 imagePullSecrets: [ ] @@ -275,7 +275,7 @@ das: repository: featbit/featbit-data-analytics-server pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 3.2.1 + tag: 3.3.2 imagePullSecrets: [ ]