From 05feae1021a1cfe5d23cdf13f63680ce45e2ad31 Mon Sep 17 00:00:00 2001 From: s2002a <38680131+dsun0720@users.noreply.github.com> Date: Sun, 14 Jan 2024 13:44:44 +0100 Subject: [PATCH] compatible with featbit v3.1.0 (#30) --- 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 2141413..99fe806 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.1.0 +version: 0.2.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: "3.0.1" +appVersion: "3.1.0" kubeVersion: ">=1.23-0" diff --git a/charts/featbit/values.yaml b/charts/featbit/values.yaml index 1d76e74..b34457a 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.0.1 + tag: 3.1.0 imagePullSecrets: [ ] @@ -116,7 +116,7 @@ api: repository: featbit/featbit-api-server pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 3.0.1 + tag: 3.1.0 imagePullSecrets: [ ] @@ -194,7 +194,7 @@ els: repository: featbit/featbit-evaluation-server pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 3.0.1 + tag: 3.1.0 imagePullSecrets: [ ] @@ -273,7 +273,7 @@ das: repository: featbit/featbit-data-analytics-server pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 3.0.1 + tag: 3.1.0 imagePullSecrets: [ ]