@@ -4,18 +4,18 @@ name: opensearch-dashboards
44repo :
55 name : opensearch-dashboards
66 url : https://opensearch-project.github.io/helm-charts
7- version : {{ opensearchVersion }}
7+ version : " {{ opensearchVersion }}"
88options :
99 image :
1010 repository : oci.stackable.tech/sdp/opensearch-dashboards
1111 tag : " {{ opensearchVersion }}-stackable{{ stackableReleaseVersion }}"
1212 labels :
1313 stackable.tech/vendor : Stackable
14- stackable.tech/stack : {{ STACK }}
14+ stackable.tech/stack : " {{ STACK }}"
1515 # The following is a Jinja2 template directive, not a regular comment.
1616 # The `#` prefix is required to prevent YAML parsing errors, but Jinja2 still processes it.
1717 # {% if DEMO is defined %}
18- stackable.tech/demo : {{ DEMO }}
18+ stackable.tech/demo : " {{ DEMO }}"
1919 # {% endif %}
2020 service :
2121 type : NodePort
@@ -25,11 +25,11 @@ options:
2525 stackable.tech/logging-credentials-secret : opensearch-user
2626 labels :
2727 stackable.tech/vendor : Stackable
28- stackable.tech/stack : {{ STACK }}
28+ stackable.tech/stack : " {{ STACK }}"
2929 # The following is a Jinja2 template directive, not a regular comment.
3030 # The `#` prefix is required to prevent YAML parsing errors, but Jinja2 still processes it.
3131 # {% if DEMO is defined %}
32- stackable.tech/demo : {{ DEMO }}
32+ stackable.tech/demo : " {{ DEMO }}"
3333 # {% endif %}
3434 opensearchHosts : null # Use the discovery ConfigMap instead
3535 extraEnvs :
0 commit comments