Skip to content

Commit

Permalink
Merge pull request #92 from eduNEXT/cag/fix-es
Browse files Browse the repository at this point in the history
fix: only apply elasticsearch patches when enabled
  • Loading branch information
Ian2012 authored Nov 13, 2024
2 parents c1c2fbd + 30beb2c commit 81944d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "18.0.0"
__version__ = "18.0.1"
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ patches:
- path: plugins/k8s_harmony/k8s/deployment-revision-history.yaml
target:
kind: Deployment
{%- if K8S_HARMONY_ENABLE_SHARED_SEARCH_CLUSTER %}
{%- for res in HAS_VOLUME %}
- path: plugins/k8s_harmony/k8s/shared-search-cert-patch.yaml
target:
Expand All @@ -31,3 +32,4 @@ patches:
kind: {% if "-job" in res %}Job{% else %}Deployment{% endif %}
name: {{ res }}.*
{%- endfor %}
{%- endif %}

0 comments on commit 81944d6

Please sign in to comment.