File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.4.2
18
+ version : 0.4.5
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " 3.3.4 "
24
+ appVersion : " 4.1.1 "
25
25
26
26
kubeVersion : " >=1.23-0"
27
27
@@ -51,5 +51,3 @@ dependencies:
51
51
maintainers :
52
52
- name : featbit.master
53
53
54
-
55
-
Original file line number Diff line number Diff line change 38
38
repository : featbit/featbit-ui
39
39
pullPolicy : IfNotPresent
40
40
# Overrides the image tag whose default is the chart appVersion.
41
- tag : 3.3.4
41
+ tag : 4.1.1
42
42
43
43
imagePullSecrets : [ ]
44
44
118
118
repository : featbit/featbit-api-server
119
119
pullPolicy : IfNotPresent
120
120
# Overrides the image tag whose default is the chart appVersion.
121
- tag : 3.3.4
121
+ tag : 4.1.1
122
122
123
123
imagePullSecrets : [ ]
124
124
196
196
repository : featbit/featbit-evaluation-server
197
197
pullPolicy : IfNotPresent
198
198
# Overrides the image tag whose default is the chart appVersion.
199
- tag : 3.3.4
199
+ tag : 4.1.1
200
200
201
201
imagePullSecrets : [ ]
202
202
275
275
repository : featbit/featbit-data-analytics-server
276
276
pullPolicy : IfNotPresent
277
277
# Overrides the image tag whose default is the chart appVersion.
278
- tag : 3.3.4
278
+ tag : 4.1.1
279
279
280
280
imagePullSecrets : [ ]
281
281
You can’t perform that action at this time.
0 commit comments