Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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