From a337eb7e1d5e7e2b70728236a9382c4dbe6ac00a Mon Sep 17 00:00:00 2001 From: kubean-io Date: Tue, 6 Feb 2024 07:16:07 +0000 Subject: [PATCH] See https://github.com/kubean-io/kubean/commit/59d836b797b393891f94522d8a7f60d1227abf1b from refs/tags/v0.13.1 --- charts/kubean/Chart.yaml | 4 ++-- charts/kubean/templates/manifest.cr.yaml | 18 ++++++++++++------ charts/kubean/values.yaml | 6 +++--- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/charts/kubean/Chart.yaml b/charts/kubean/Chart.yaml index e453ee2..22e2446 100644 --- a/charts/kubean/Chart.yaml +++ b/charts/kubean/Chart.yaml @@ -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.13.0" +version: "v0.13.1" # 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.13.0" +appVersion: "v0.13.1" icon: https://avatars.githubusercontent.com/u/108458246 diff --git a/charts/kubean/templates/manifest.cr.yaml b/charts/kubean/templates/manifest.cr.yaml index 0e9bc1e..b79dbf4 100644 --- a/charts/kubean/templates/manifest.cr.yaml +++ b/charts/kubean/templates/manifest.cr.yaml @@ -1,38 +1,44 @@ apiVersion: "kubean.io/v1alpha1" kind: "Manifest" metadata: - name: "manifest-v0-13-0" + name: "manifest-v0-13-1" labels: kubean.io/sprayRelease: "master" spec: - kubesprayVersion: "0dbde7536fe965640888827d69c33788bb33a924" - kubeanVersion: "v0.13.0" + kubesprayVersion: "989ba207e9da2e1364f375450561d08af80c8535" + kubeanVersion: "v0.13.1" docker: - os: "redhat-7" - defaultVersion: "20.10" + defaultVersion: "24.0" versionRange: - latest - "18.09" - "19.03" - "20.10" + - "23.0" + - "24.0" - stable - edge - os: "debian" - defaultVersion: "20.10" + defaultVersion: "24.0" versionRange: - latest - "18.09" - "19.03" - "20.10" + - "23.0" + - "24.0" - stable - edge - os: "ubuntu" - defaultVersion: "20.10" + defaultVersion: "24.0" versionRange: - latest - "18.09" - "19.03" - "20.10" + - "23.0" + - "24.0" - stable - edge components: diff --git a/charts/kubean/values.yaml b/charts/kubean/values.yaml index 96012e3..a3c410e 100644 --- a/charts/kubean/values.yaml +++ b/charts/kubean/values.yaml @@ -35,7 +35,7 @@ kubeanOperator: # -- kubean-operator image registry repository: kubean-io/kubean-operator # -- the image tag whose default is the chart appVersion - tag: "v0.13.0" + tag: "v0.13.1" # -- Pull policy of image pullPolicy: IfNotPresent # -- Pull secrets of image @@ -78,7 +78,7 @@ kubeanAdmission: # -- spray-job image registry repository: kubean-io/kubean-admission # -- the image tag whose default is the chart appVersion - tag: "v0.13.0" + tag: "v0.13.1" ## define spray-job configuration sprayJob: ## define spray-job image @@ -88,4 +88,4 @@ sprayJob: # -- spray-job image registry repository: kubean-io/spray-job # -- the image tag whose default is the chart appVersion - tag: "v0.13.0" + tag: "v0.13.1"