Skip to content

Commit

Permalink
update to 3.3.2 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsun0720 authored May 1, 2024
1 parent 1e6ef6e commit 1108a6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/featbit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
8 changes: 4 additions & 4 deletions charts/featbit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [ ]

Expand Down Expand Up @@ -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: [ ]

Expand Down Expand Up @@ -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: [ ]

Expand Down Expand Up @@ -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: [ ]

Expand Down

0 comments on commit 1108a6a

Please sign in to comment.