diff --git a/Chart.yaml b/Chart.yaml index 83ce85f..bc5ea90 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: rainbond-cluster description: Goodrain Rainbond Helm chart for Kubernetes type: application -version: 5.15.2 +version: 5.15.3 appVersion: 1.16.0 icon: https://www.rainbond.com/images/rainbondlog.png home: https://github.com/goodrain/rainbond diff --git a/values.yaml b/values.yaml index 5f983c6..930f593 100644 --- a/values.yaml +++ b/values.yaml @@ -36,7 +36,7 @@ operator: # value: "6066" image: name: registry.cn-hangzhou.aliyuncs.com/goodrain/rainbond-operator - tag: v5.15.2-release + tag: v5.15.3-release pullPolicy: IfNotPresent logLevel: 4 @@ -120,7 +120,7 @@ Cluster: rainbondImageRepository: registry.cn-hangzhou.aliyuncs.com/goodrain # Component image version, ref: https://www.rainbond.com/docs/installation/install-with-helm/vaules-config/#%E9%85%8D%E7%BD%AE%E5%AE%89%E8%A3%85%E7%89%88%E6%9C%AC - installVersion: v5.15.2-release + installVersion: v5.15.3-release # Component image pull policy, ref: https://www.rainbond.com/docs/installation/install-with-helm/vaules-config/#%E9%85%8D%E7%BD%AE%E9%9B%86%E7%BE%A4%E7%AB%AF%E9%95%9C%E5%83%8F%E6%8B%89%E5%8F%96%E7%AD%96%E7%95%A5 imagePullPolicy: IfNotPresent