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: [ ]