Skip to content

Commit

Permalink
See kubean-io/kubean@bdcfb01 from refs/tags/v0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kubean-io committed Jul 17, 2024
1 parent 6fe13fa commit ce56b69
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.17.2"
version: "v0.17.3"
# 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.17.2"
appVersion: "v0.17.3"
icon: https://avatars.githubusercontent.com/u/108458246
4 changes: 2 additions & 2 deletions charts/kubean/templates/manifest.cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
apiVersion: kubean.io/v1alpha1
kind: Manifest
metadata:
name: "manifest-v0-17-2"
name: "manifest-v0-17-3"
labels:
kubean.io/sprayRelease: master
spec:
kubesprayVersion: "a0d03d9fa6a3edc92aa121a1ad99ae23ecf9ac91"
kubeanVersion: "v0.17.2"
kubeanVersion: "v0.17.3"
docker:
- os: redhat-7
defaultVersion: "26.1"
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.17.2"
tag: "v0.17.3"
# -- 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.17.2"
tag: "v0.17.3"
## @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.17.2"
tag: "v0.17.3"

0 comments on commit ce56b69

Please sign in to comment.