File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ type: application
13
13
# This is the chart version. This version number should be incremented each time you make changes
14
14
# to the chart and its templates, including the app version.
15
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
- version : " v0.24.1 "
16
+ version : " v0.24.2 "
17
17
# This is the version number of the application being deployed. This version number should be
18
18
# incremented each time you make changes to the application. Versions are not expected to
19
19
# follow Semantic Versioning. They should reflect the version the application is using.
20
20
# It is recommended to use it with quotes.
21
- appVersion : " v0.24.1 "
21
+ appVersion : " v0.24.2 "
22
22
icon : https://avatars.githubusercontent.com/u/108458246
Original file line number Diff line number Diff line change 2
2
apiVersion : kubean.io/v1alpha1
3
3
kind : Manifest
4
4
metadata :
5
- name : " manifest-v0-24-1 "
5
+ name : " manifest-v0-24-2 "
6
6
labels :
7
7
kubean.io/sprayRelease : master
8
8
annotations :
9
9
helm.sh/resource-policy : keep
10
10
spec :
11
11
kubesprayVersion : " 4ad9f9b535a4af6805d46e3a89c3c23506e5bebc"
12
- kubeanVersion : " v0.24.1 "
12
+ kubeanVersion : " v0.24.2 "
13
13
docker :
14
14
- os : redhat
15
15
defaultVersion : " 28.0"
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ kubeanOperator:
49
49
# -- kubean-operator image registry
50
50
repository : kubean-io/kubean-operator
51
51
# -- the image tag whose default is the chart appVersion
52
- tag : " v0.24.1 "
52
+ tag : " v0.24.2 "
53
53
# -- Pull policy of image
54
54
pullPolicy : IfNotPresent
55
55
# -- Pull secrets of image
@@ -103,7 +103,7 @@ kubeanAdmission:
103
103
# -- spray-job image registry
104
104
repository : kubean-io/kubean-admission
105
105
# -- the image tag whose default is the chart appVersion
106
- tag : " v0.24.1 "
106
+ tag : " v0.24.2 "
107
107
# # @section sprayJob parameters
108
108
# # @param sprayJob.image.registry spray-job image registry
109
109
# # @param sprayJob.image.repository spray-job image repository
@@ -116,4 +116,4 @@ sprayJob:
116
116
# -- spray-job image registry
117
117
repository : kubean-io/spray-job
118
118
# -- the image tag whose default is the chart appVersion
119
- tag : " v0.24.1 "
119
+ tag : " v0.24.2 "
You can’t perform that action at this time.
0 commit comments