Skip to content

Commit

Permalink
fix: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-lsd committed Jul 19, 2024
1 parent 788196e commit 250f24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/lsdmop/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: lsdmop
version: "4.7.6"
version: "4.7.7"
appVersion: "1.0.2"
# Disabling kubeVersion because GKE is dumb
# kubeVersion: ">=v1.11.0"
Expand Down
2 changes: 1 addition & 1 deletion charts/lsdmop/templates/elastic.es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
- config:
node.store.allow_mmap: false
#path.repo: /usr/share/elasticsearch/snapshots
{{- if eq .Values.lsdmop.elastic.cluster.ml.count 0 }}
{{- if (eq (int .Values.lsdmop.elastic.cluster.ml.count) 0) }}
node.roles: ["master", "data_hot", "data", "transform", "remote_cluster_client", "ingest", "ml"]
{{ else }}
node.roles: ["master", "data_hot", "data", "transform", "remote_cluster_client", "ingest"]
Expand Down

0 comments on commit 250f24c

Please sign in to comment.