Skip to content

Commit 8d6fa45

Browse files
authored
feat: update to v0.4.7 (#43)
1 parent e8ca037 commit 8d6fa45

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: charts/featbit/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.4.6
18+
version: 0.4.7
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "4.1.1"
24+
appVersion: "4.2.1"
2525

2626
kubeVersion: ">=1.23-0"
2727

Diff for: charts/featbit/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ui:
3838
repository: featbit/featbit-ui
3939
pullPolicy: IfNotPresent
4040
# Overrides the image tag whose default is the chart appVersion.
41-
tag: 4.1.1
41+
tag: 4.2.1
4242

4343
imagePullSecrets: [ ]
4444

@@ -118,7 +118,7 @@ api:
118118
repository: featbit/featbit-api-server
119119
pullPolicy: IfNotPresent
120120
# Overrides the image tag whose default is the chart appVersion.
121-
tag: 4.1.1
121+
tag: 4.2.1
122122

123123
imagePullSecrets: [ ]
124124

@@ -196,7 +196,7 @@ els:
196196
repository: featbit/featbit-evaluation-server
197197
pullPolicy: IfNotPresent
198198
# Overrides the image tag whose default is the chart appVersion.
199-
tag: 4.1.1
199+
tag: 4.2.1
200200

201201
imagePullSecrets: [ ]
202202

@@ -275,7 +275,7 @@ das:
275275
repository: featbit/featbit-data-analytics-server
276276
pullPolicy: IfNotPresent
277277
# Overrides the image tag whose default is the chart appVersion.
278-
tag: 4.1.1
278+
tag: 4.2.1
279279

280280
imagePullSecrets: [ ]
281281

0 commit comments

Comments
 (0)