Skip to content

Commit

Permalink
Changing .spec.strategy.type to Replace (#4)
Browse files Browse the repository at this point in the history
* common: Increase chart version

* common: change default strategy to replace

---------

Co-authored-by: Quentin JOLY <[email protected]>
  • Loading branch information
qjoly and Quentin JOLY committed Jan 4, 2024
1 parent 81d2cf2 commit 4798200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ maintainers:
- name: QJOLY
email: [email protected]
name: common
version: v0.2.1
version: v0.2.2
appVersion: "0"
kubeVersion: ">= 1.18"
home: https://github.com/RubxKube/common-charts
Expand Down
2 changes: 1 addition & 1 deletion charts/common/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ deployment:
memoryLimit: null
cpuLimit: null
strategy:
type: RollingUpdate
type: Replace
rollingUpdate:
maxUnavailable: 25%
maxSurge: 25%
Expand Down

0 comments on commit 4798200

Please sign in to comment.