Skip to content

Commit 053f709

Browse files
author
kubean-io
committed
See kubean-io/kubean@8f1a30c from refs/tags/v0.24.2
1 parent c778eeb commit 053f709

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

charts/kubean/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: "v0.24.1"
16+
version: "v0.24.2"
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
2020
# It is recommended to use it with quotes.
21-
appVersion: "v0.24.1"
21+
appVersion: "v0.24.2"
2222
icon: https://avatars.githubusercontent.com/u/108458246

charts/kubean/templates/manifest.cr.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
apiVersion: kubean.io/v1alpha1
33
kind: Manifest
44
metadata:
5-
name: "manifest-v0-24-1"
5+
name: "manifest-v0-24-2"
66
labels:
77
kubean.io/sprayRelease: master
88
annotations:
99
helm.sh/resource-policy: keep
1010
spec:
1111
kubesprayVersion: "4ad9f9b535a4af6805d46e3a89c3c23506e5bebc"
12-
kubeanVersion: "v0.24.1"
12+
kubeanVersion: "v0.24.2"
1313
docker:
1414
- os: redhat
1515
defaultVersion: "28.0"

charts/kubean/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ kubeanOperator:
4949
# -- kubean-operator image registry
5050
repository: kubean-io/kubean-operator
5151
# -- the image tag whose default is the chart appVersion
52-
tag: "v0.24.1"
52+
tag: "v0.24.2"
5353
# -- Pull policy of image
5454
pullPolicy: IfNotPresent
5555
# -- Pull secrets of image
@@ -103,7 +103,7 @@ kubeanAdmission:
103103
# -- spray-job image registry
104104
repository: kubean-io/kubean-admission
105105
# -- the image tag whose default is the chart appVersion
106-
tag: "v0.24.1"
106+
tag: "v0.24.2"
107107
## @section sprayJob parameters
108108
## @param sprayJob.image.registry spray-job image registry
109109
## @param sprayJob.image.repository spray-job image repository
@@ -116,4 +116,4 @@ sprayJob:
116116
# -- spray-job image registry
117117
repository: kubean-io/spray-job
118118
# -- the image tag whose default is the chart appVersion
119-
tag: "v0.24.1"
119+
tag: "v0.24.2"

0 commit comments

Comments
 (0)