Skip to content

Commit

Permalink
chore: update helm chart version to 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: xcaspar <[email protected]>
  • Loading branch information
xcaspar committed Aug 4, 2021
1 parent 1a4a531 commit ec7dabe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/chaosblade-operator-for-v2/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "1.2.0"
appVersion: "1.3.0"
description: ChaosBlade Operator
name: chaosblade-operator
version: 1.2.0
version: 1.3.0
home: https://github.com/chaosblade-io
4 changes: 2 additions & 2 deletions deploy/helm/chaosblade-operator-for-v2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
# chaosblade-operator
operator:
repository: chaosbladeio/chaosblade-operator
version: 1.2.0
version: 1.3.0
# image.pullPolicy: must be Always|IfNotPresent|Never
pullPolicy: IfNotPresent
qps: 20
reconcileCount: 20

blade:
repository: chaosbladeio/chaosblade-tool
version: 1.2.0
version: 1.3.0
pullPolicy: IfNotPresent
downloadUrl: ""

Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/chaosblade-operator-for-v3/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "1.2.0"
appVersion: "1.3.0"
description: ChaosBlade Operator
name: chaosblade-operator
version: 1.2.0
version: 1.3.0
home: https://github.com/chaosblade-io
4 changes: 2 additions & 2 deletions deploy/helm/chaosblade-operator-for-v3/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# chaosblade-operator
operator:
repository: chaosbladeio/chaosblade-operator
version: 1.2.0
version: 1.3.0
# image.pullPolicy: must be Always|IfNotPresent|Never
pullPolicy: IfNotPresent
# qps of kubernetes client
Expand All @@ -12,7 +12,7 @@ operator:

blade:
repository: chaosbladeio/chaosblade-tool
version: 1.2.0
version: 1.3.0
pullPolicy: IfNotPresent
downloadUrl: ""

Expand Down

0 comments on commit ec7dabe

Please sign in to comment.