File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : datafold-manager
33description : Helm chart for Datafold Operator
44type : application
5- version : 0.1.30
5+ version : 0.1.31
66appVersion : " 1.0.0"
77icon : https://www.datafold.com/logo.png
88
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ operator:
66 # Operator image configuration
77 image :
88 repository : us-docker.pkg.dev/datadiff-mm/datafold/datafold-operator
9- tag : " 1.1.7 "
9+ tag : " 1.1.8 "
1010 pullPolicy : Always
1111
1212 # Operator deployment configuration
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : datafold
33description : Helm chart package to deploy Datafold on kubernetes.
44type : application
5- version : 0.10.21
5+ version : 0.10.22
66appVersion : " 1.0.0"
77icon : https://www.datafold.com/logo.png
88
Original file line number Diff line number Diff line change 88 {{- if not .Values.autoscaling.enabled }}
99 replicas : {{ .Values.replicaCount }}
1010 {{- end }}
11+ progressDeadlineSeconds : {{ .Values.progressDeadlineSeconds }}
12+ minReadySeconds : {{ .Values.minReadySeconds }}
1113 strategy :
1214 type : RollingUpdate
1315 rollingUpdate :
14- maxSurge : {{ .Values.replicaCount }}
15- maxUnavailable : 0
16+ maxSurge : 1
17+ maxUnavailable : 1
1618 selector :
1719 matchLabels :
1820 {{- include "server.selectorLabels" . | nindent 6 }}
Original file line number Diff line number Diff line change @@ -77,3 +77,6 @@ affinity:
7777 topologyKey : " kubernetes.io/hostname"
7878
7979initContainers : []
80+
81+ progressDeadlineSeconds : 600
82+ minReadySeconds : 30
You can’t perform that action at this time.
0 commit comments