Skip to content

Commit

Permalink
feat: Add s3-proxy chart 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Jul 5, 2021
1 parent e49f57d commit 5c97e0d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/s3-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ maintainers:
name: s3-proxy
sources:
- https://github.com/oxyno-zeta/s3-proxy
version: 2.2.1
version: 2.3.0
4 changes: 4 additions & 0 deletions charts/s3-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ spec:
matchLabels:
app.kubernetes.io/name: {{ include "s3-proxy.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{- with .Values.deploymentStrategy }}
strategy:
{{- toYaml . | nindent 4 }}
{{- end }}
template:
metadata:
annotations:
Expand Down
6 changes: 6 additions & 0 deletions charts/s3-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,3 +369,9 @@ podDisruptionBudget:
enabled: false
minAvailable: 1
maxUnavailable:

deploymentStrategy: {}
# type: RollingUpdate
# rollingUpdate:
# maxSurge: 1
# maxUnavailable: 0

0 comments on commit 5c97e0d

Please sign in to comment.