Skip to content

Commit

Permalink
See kubean-io/kubean@a9d754f from refs/tags/v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kubean-io committed Dec 5, 2024
1 parent 5d55500 commit c481d7e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/kubean/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ 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: "v0.21.1"
version: "v0.22.0"
# 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: "v0.21.1"
appVersion: "v0.22.0"
icon: https://avatars.githubusercontent.com/u/108458246
9 changes: 6 additions & 3 deletions charts/kubean/templates/manifest.cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
apiVersion: kubean.io/v1alpha1
kind: Manifest
metadata:
name: "manifest-v0-21-1"
name: "manifest-v0-22-0"
labels:
kubean.io/sprayRelease: master
annotations:
helm.sh/resource-policy: keep
spec:
kubesprayVersion: "316e5795433f9f080b73b1f155c4af3919a3078d"
kubeanVersion: "v0.21.1"
kubesprayVersion: "98807ffb6b6e790f31e9deb1ddc1a63356e158e3"
kubeanVersion: "v0.22.0"
docker:
- os: redhat-7
defaultVersion: "26.1"
Expand Down Expand Up @@ -84,16 +84,19 @@ spec:
- name: kube
defaultVersion: "v1.30.5"
versionRange:
- "v1.31.3"
- "v1.31.2"
- "v1.31.1"
- "v1.31.0"
- "v1.30.7"
- "v1.30.6"
- "v1.30.5"
- "v1.30.4"
- "v1.30.3"
- "v1.30.2"
- "v1.30.1"
- "v1.30.0"
- "v1.29.11"
- "v1.29.10"
- "v1.29.9"
- "v1.29.8"
Expand Down
6 changes: 3 additions & 3 deletions charts/kubean/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ kubeanOperator:
# -- kubean-operator image registry
repository: kubean-io/kubean-operator
# -- the image tag whose default is the chart appVersion
tag: "v0.21.1"
tag: "v0.22.0"
# -- Pull policy of image
pullPolicy: IfNotPresent
# -- Pull secrets of image
Expand Down Expand Up @@ -103,7 +103,7 @@ kubeanAdmission:
# -- spray-job image registry
repository: kubean-io/kubean-admission
# -- the image tag whose default is the chart appVersion
tag: "v0.21.1"
tag: "v0.22.0"
## @section sprayJob parameters
## @param sprayJob.image.registry spray-job image registry
## @param sprayJob.image.repository spray-job image repository
Expand All @@ -116,4 +116,4 @@ sprayJob:
# -- spray-job image registry
repository: kubean-io/spray-job
# -- the image tag whose default is the chart appVersion
tag: "v0.21.1"
tag: "v0.22.0"

0 comments on commit c481d7e

Please sign in to comment.