Skip to content

Commit

Permalink
chore(k8s): update image version and charts version (#390)
Browse files Browse the repository at this point in the history
* fix(sharding): fix min max error

Signed-off-by: wangbo <[email protected]>

* feat(sharding): support sum

Signed-off-by: wangbo <[email protected]>

* chore(k8s): update image version and charts version

Signed-off-by: wangbo <[email protected]>

* chore:delete space

Signed-off-by: wangbo <[email protected]>

* chore:delete space

Signed-off-by: wangbo <[email protected]>

Signed-off-by: wangbo <[email protected]>
Co-authored-by: wangbo <[email protected]>
  • Loading branch information
wbtlb and wangbo authored Dec 6, 2022
1 parent 1d27ac9 commit 16cb9fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/pisa-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/pisa-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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核数
Expand Down

0 comments on commit 16cb9fa

Please sign in to comment.