Fix elasticsearch-master rendering error

Update the elasticsearch-master statefulset to use the correct
helm-toolkit snippet for the update strategy.

Change-Id: Ifd07a13cc63f1ba610a3f70052ec64be9db3b09c
This commit is contained in:
Phil Sphicas 2021-02-23 20:17:13 +00:00
parent 7ebc49c338
commit b11fa5509b
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ apiVersion: v1
appVersion: v7.1.0
description: OpenStack-Helm ElasticSearch
name: elasticsearch
version: 0.1.5
version: 0.1.6
home: https://www.elastic.co/
sources:
- https://github.com/elastic/elasticsearch

View File

@ -37,7 +37,7 @@ spec:
selector:
matchLabels:
{{ tuple $envAll "elasticsearch" "master" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 6 }}
{{ tuple $envAll | include "helm-toolkit.snippets.kubernetes_upgrades_deployment" | indent 2 }}
{{ tuple $envAll | include "helm-toolkit.snippets.kubernetes_upgrades_statefulset" | indent 2 }}
template:
metadata:
labels: