Skip to content

Commit 16cb9fa

Browse files
wbtlbwangbo
andauthored
chore(k8s): update image version and charts version (#390)
* fix(sharding): fix min max error Signed-off-by: wangbo <wangbo@sphere-ex.com> * feat(sharding): support sum Signed-off-by: wangbo <wangbo@sphere-ex.com> * chore(k8s): update image version and charts version Signed-off-by: wangbo <wangbo@sphere-ex.com> * chore:delete space Signed-off-by: wangbo <wangbo@sphere-ex.com> * chore:delete space Signed-off-by: wangbo <wangbo@sphere-ex.com> Signed-off-by: wangbo <wangbo@sphere-ex.com> Co-authored-by: wangbo <wangbo@sphere-ex.com>
1 parent 1d27ac9 commit 16cb9fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/pisa-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ version: 0.2.0
3737
# incremented each time you make changes to the application. Versions are not expected to
3838
# follow Semantic Versioning. They should reflect the version the application is using.
3939
# It is recommended to use it with quotes.
40-
appVersion: "0.3.1"
40+
appVersion: "0.3.2"
4141

4242
dependencies:
4343
- name: common

charts/pisa-controller/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ image:
2828
repository: pisanixio/controller
2929
pullPolicy: Always
3030
# Overrides the image tag whose default is the chart appVersion.
31-
tag: "v0.3.1"
31+
tag: "v0.3.2"
3232
imagePullSecrets: [ ]
3333

3434
## @param proxyImage.repository 需要注入的 pisa-proxy 的镜像名
3535
## @param proxyImage.tag 需要注入的 pisa-proxy 镜像tag
3636
proxyImage:
3737
repository: pisanixio/proxy
38-
tag: "v0.3.1"
38+
tag: "v0.3.2"
3939

4040
## @param resources.limits pisa-controller 资源限制数值
4141
## @param resources.requests.cpu pisa-controller 资源申请cpu核数

0 commit comments

Comments
 (0)