Skip to content

Commit e5b4884

Browse files
vvasilevboschthjaeckle
authored andcommitted
use correct pdb value for thingssearch
1 parent 7fa77e6 commit e5b4884

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deployment/helm/ditto/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description: |
1616
A digital twin is a virtual, cloud based, representation of his real world counterpart
1717
(real world “Things”, e.g. devices like sensors, smart heating, connected cars, smart grids, EV charging stations etc).
1818
type: application
19-
version: 3.6.3 # chart version is effectively set by release-job
19+
version: 3.6.4 # chart version is effectively set by release-job
2020
appVersion: 3.6.2
2121
keywords:
2222
- iot-chart

deployment/helm/ditto/templates/thingssearch-pdb.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# http://www.eclipse.org/legal/epl-2.0
99
#
1010
# SPDX-License-Identifier: EPL-2.0
11-
{{- if and .Values.things.podDisruptionBudget.enabled (gt .Values.things.replicaCount 1.0) -}}
11+
{{- if and .Values.thingsSearch.podDisruptionBudget.enabled (gt .Values.thingsSearch.replicaCount 1.0) -}}
1212
---
1313
apiVersion: policy/v1
1414
kind: PodDisruptionBudget
@@ -22,5 +22,5 @@ spec:
2222
matchLabels:
2323
app.kubernetes.io/name: {{ include "ditto.name" . }}-thingssearch
2424
app.kubernetes.io/instance: {{ .Release.Name }}
25-
minAvailable: {{ .Values.things.podDisruptionBudget.minAvailable }}
25+
minAvailable: {{ .Values.thingsSearch.podDisruptionBudget.minAvailable }}
2626
{{- end }}

0 commit comments

Comments
 (0)