From 16cb9fa7adfca8bf3df9be329e5e1eb59490c8b1 Mon Sep 17 00:00:00 2001 From: Jack <875818649@qq.com> Date: Tue, 6 Dec 2022 10:36:40 +0800 Subject: [PATCH] chore(k8s): update image version and charts version (#390) * fix(sharding): fix min max error Signed-off-by: wangbo * feat(sharding): support sum Signed-off-by: wangbo * chore(k8s): update image version and charts version Signed-off-by: wangbo * chore:delete space Signed-off-by: wangbo * chore:delete space Signed-off-by: wangbo Signed-off-by: wangbo Co-authored-by: wangbo --- charts/pisa-controller/Chart.yaml | 2 +- charts/pisa-controller/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/pisa-controller/Chart.yaml b/charts/pisa-controller/Chart.yaml index 2aa44a9f..ff8c751e 100644 --- a/charts/pisa-controller/Chart.yaml +++ b/charts/pisa-controller/Chart.yaml @@ -37,7 +37,7 @@ version: 0.2.0 # 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: "0.3.1" +appVersion: "0.3.2" dependencies: - name: common diff --git a/charts/pisa-controller/values.yaml b/charts/pisa-controller/values.yaml index ddbde0c3..8505f283 100644 --- a/charts/pisa-controller/values.yaml +++ b/charts/pisa-controller/values.yaml @@ -28,14 +28,14 @@ image: repository: pisanixio/controller pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "v0.3.1" + tag: "v0.3.2" imagePullSecrets: [ ] ## @param proxyImage.repository 需要注入的 pisa-proxy 的镜像名 ## @param proxyImage.tag 需要注入的 pisa-proxy 镜像tag proxyImage: repository: pisanixio/proxy - tag: "v0.3.1" + tag: "v0.3.2" ## @param resources.limits pisa-controller 资源限制数值 ## @param resources.requests.cpu pisa-controller 资源申请cpu核数