Skip to content

Commit

Permalink
feat: edit updateStrategy
Browse files Browse the repository at this point in the history
  • Loading branch information
darliiin committed Sep 2, 2024
1 parent b465212 commit f234baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/tekton-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ appVersion: "v0.29.0"
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.20
version: 0.2.21

maintainers:
- url: https://www.saritasa.com/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,7 @@ spec:
{{- if .updateStrategy }}
{{- toYaml .updateStrategy | nindent 10 }}
{{- else }}
type: RollingUpdate
rollingUpdate:
maxSurge: 0%
maxUnavailable: 100%
type: Recreate
{{- end }}
replicaCount: {{ .replicaCount | default 1}}
Expand Down

0 comments on commit f234baa

Please sign in to comment.