Skip to content

Commit e7a883d

Browse files
authored
[bitnami/elasticsearch] Resolve immutable field error (bitnami#14266)
Signed-off-by: Mahmoud Saada <mahmoudsaada@gmail.com> bump chart.yaml Signed-off-by: Mahmoud Saada <mahmoudsaada@gmail.com> Signed-off-by: Mahmoud Saada <mahmoudsaada@gmail.com>
1 parent 84b7a8a commit e7a883d

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

bitnami/elasticsearch/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ name: elasticsearch
2525
sources:
2626
- https://github.com/bitnami/containers/tree/main/bitnami/elasticsearch
2727
- https://www.elastic.co/products/elasticsearch
28-
version: 19.5.7
28+
version: 19.5.8

bitnami/elasticsearch/templates/coordinating/svc-headless.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ metadata:
1414
{{- end }}
1515
spec:
1616
type: ClusterIP
17-
clusterIP: ""
1817
publishNotReadyAddresses: true
1918
ports:
2019
- name: tcp-rest-api

bitnami/elasticsearch/templates/data/svc-headless.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ metadata:
1414
{{- end }}
1515
spec:
1616
type: ClusterIP
17-
clusterIP: ""
1817
publishNotReadyAddresses: true
1918
ports:
2019
- name: tcp-rest-api

bitnami/elasticsearch/templates/ingest/svc-headless.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ metadata:
1414
{{- end }}
1515
spec:
1616
type: ClusterIP
17-
clusterIP: ""
1817
publishNotReadyAddresses: true
1918
ports:
2019
- name: tcp-rest-api

bitnami/elasticsearch/templates/master/svc-headless.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ metadata:
1414
{{- end }}
1515
spec:
1616
type: ClusterIP
17-
clusterIP: ""
1817
publishNotReadyAddresses: true
1918
ports:
2019
- name: tcp-rest-api

0 commit comments

Comments
 (0)