From 7860e30a5e51d72eba23953fda15b37002bd0ce9 Mon Sep 17 00:00:00 2001 From: kubean-io Date: Wed, 18 Dec 2024 09:05:10 +0000 Subject: [PATCH] See https://github.com/kubean-io/kubean/commit/48007b0ae0ab0a62d209e932c006b1ba5fc4846d from refs/tags/v0.22.2 --- charts/kubean/Chart.yaml | 4 ++-- charts/kubean/templates/manifest.cr.yaml | 4 ++-- charts/kubean/values.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/kubean/Chart.yaml b/charts/kubean/Chart.yaml index d530f71..925a1f0 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.22.1" +version: "v0.22.2" # 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.22.1" +appVersion: "v0.22.2" icon: https://avatars.githubusercontent.com/u/108458246 diff --git a/charts/kubean/templates/manifest.cr.yaml b/charts/kubean/templates/manifest.cr.yaml index a528e37..2235a5b 100644 --- a/charts/kubean/templates/manifest.cr.yaml +++ b/charts/kubean/templates/manifest.cr.yaml @@ -2,14 +2,14 @@ apiVersion: kubean.io/v1alpha1 kind: Manifest metadata: - name: "manifest-v0-22-1" + name: "manifest-v0-22-2" labels: kubean.io/sprayRelease: master annotations: helm.sh/resource-policy: keep spec: kubesprayVersion: "98807ffb6b6e790f31e9deb1ddc1a63356e158e3" - kubeanVersion: "v0.22.1" + kubeanVersion: "v0.22.2" docker: - os: redhat-7 defaultVersion: "26.1" diff --git a/charts/kubean/values.yaml b/charts/kubean/values.yaml index 456f907..0fb03aa 100644 --- a/charts/kubean/values.yaml +++ b/charts/kubean/values.yaml @@ -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.22.1" + tag: "v0.22.2" # -- Pull policy of image pullPolicy: IfNotPresent # -- Pull secrets of image @@ -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.22.1" + tag: "v0.22.2" ## @section sprayJob parameters ## @param sprayJob.image.registry spray-job image registry ## @param sprayJob.image.repository spray-job image repository @@ -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.22.1" + tag: "v0.22.2"