From c92b8c8e12fb7e9b6cc204a1f107472597eb0e01 Mon Sep 17 00:00:00 2001 From: dervoeti Date: Mon, 3 Nov 2025 13:33:12 +0100 Subject: [PATCH 1/3] fix: set listener preset to stable-nodes --- .../applicationsets/stackable-operators.yaml | 21 +++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/stacks/argo-cd-git-ops/applicationsets/stackable-operators.yaml b/stacks/argo-cd-git-ops/applicationsets/stackable-operators.yaml index e42ec54c..005fb572 100644 --- a/stacks/argo-cd-git-ops/applicationsets/stackable-operators.yaml +++ b/stacks/argo-cd-git-ops/applicationsets/stackable-operators.yaml @@ -4,6 +4,7 @@ kind: ApplicationSet metadata: name: stackable-operators spec: + goTemplate: true generators: - matrix: generators: @@ -33,7 +34,7 @@ spec: # {% raw %} template: metadata: - name: "{{ operator }}-operator" + name: "{{ .operator }}-operator" spec: project: stackable-operators ignoreDifferences: @@ -46,12 +47,12 @@ spec: - .spec.versions[].additionalPrinterColumns | select(. == []) source: repoURL: "oci.stackable.tech" - targetRevision: "{{ targetRevision }}" - chart: "sdp-charts/{{ operator }}-operator" + targetRevision: "{{ .targetRevision }}" + chart: "sdp-charts/{{ .operator }}-operator" helm: - releaseName: "{{ operator }}-operator" + releaseName: "{{ .operator }}-operator" destination: - server: "{{ server }}" + server: "{{ .server }}" namespace: stackable-operators syncPolicy: syncOptions: @@ -61,4 +62,12 @@ spec: automated: selfHeal: true prune: true - # {% endraw %} + templatePatch: | + {{- if eq .operator "listener" }} + spec: + source: + helm: + values: | + preset: stable-nodes + {{- end }} + # {% endraw %} \ No newline at end of file From f00c81fbcf567121174e6ea1001315944479c425 Mon Sep 17 00:00:00 2001 From: dervoeti Date: Mon, 3 Nov 2025 15:04:48 +0100 Subject: [PATCH 2/3] chore: newline at end of file --- .../argo-cd-git-ops/applicationsets/stackable-operators.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stacks/argo-cd-git-ops/applicationsets/stackable-operators.yaml b/stacks/argo-cd-git-ops/applicationsets/stackable-operators.yaml index 005fb572..88f58d4b 100644 --- a/stacks/argo-cd-git-ops/applicationsets/stackable-operators.yaml +++ b/stacks/argo-cd-git-ops/applicationsets/stackable-operators.yaml @@ -24,7 +24,7 @@ spec: - operator: opensearch - operator: spark-k8s - operator: superset - - operator: trino + - operator: trinov - operator: zookeeper - list: elements: @@ -70,4 +70,4 @@ spec: values: | preset: stable-nodes {{- end }} - # {% endraw %} \ No newline at end of file + # {% endraw %} From 8e550f5b3e1a228453adb1dcf837de82dea09333 Mon Sep 17 00:00:00 2001 From: Lukas Krug Date: Mon, 3 Nov 2025 15:08:14 +0100 Subject: [PATCH 3/3] Update stacks/argo-cd-git-ops/applicationsets/stackable-operators.yaml Co-authored-by: Sebastian Bernauer --- stacks/argo-cd-git-ops/applicationsets/stackable-operators.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/argo-cd-git-ops/applicationsets/stackable-operators.yaml b/stacks/argo-cd-git-ops/applicationsets/stackable-operators.yaml index 88f58d4b..91e85c6b 100644 --- a/stacks/argo-cd-git-ops/applicationsets/stackable-operators.yaml +++ b/stacks/argo-cd-git-ops/applicationsets/stackable-operators.yaml @@ -24,7 +24,7 @@ spec: - operator: opensearch - operator: spark-k8s - operator: superset - - operator: trinov + - operator: trino - operator: zookeeper - list: elements: