From 4b1e67fc85b0aa25d6bd9e53c23e353bb685474a Mon Sep 17 00:00:00 2001 From: woojae-siloai Date: Wed, 1 Jul 2026 09:30:40 +0300 Subject: [PATCH 1/4] fix cf-init-gitea-cm.yaml for aiwb-only --- sources/gitea-init-job/0.1.0/templates/cf-init-gitea-cm.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sources/gitea-init-job/0.1.0/templates/cf-init-gitea-cm.yaml b/sources/gitea-init-job/0.1.0/templates/cf-init-gitea-cm.yaml index 126b1d55..e78156df 100644 --- a/sources/gitea-init-job/0.1.0/templates/cf-init-gitea-cm.yaml +++ b/sources/gitea-init-job/0.1.0/templates/cf-init-gitea-cm.yaml @@ -346,6 +346,9 @@ data: cat >> /tmp/values.yaml << 'EOF' aiwb: helmParameters: + # APP-DOMAIN + - name: appDomain + value: {{ .Values.domain | quote }} # STANDALONE-MODE - name: standAloneMode value: "true" From 813b37f995e0aef8e9e15e280e6a96895996164c Mon Sep 17 00:00:00 2001 From: woojae-siloai Date: Wed, 1 Jul 2026 10:04:30 +0300 Subject: [PATCH 2/4] change tag in values.yaml for aiwb-only testing --- root/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/values.yaml b/root/values.yaml index 667b3e12..4ab426da 100644 --- a/root/values.yaml +++ b/root/values.yaml @@ -67,7 +67,7 @@ apps: kind: ClusterPolicy aiwb: repoURL: "{{ .Values.ociRegistry.dockerHub }}" - repoVersion: "2.0.0-rc.1" + repoVersion: "1.1.9" chart: "aiwb-chart" namespace: aiwb valuesFile: values.yaml From 188001de7f8bb58ca000218c3e225a72a5ade8e2 Mon Sep 17 00:00:00 2001 From: woojae-siloai Date: Wed, 1 Jul 2026 12:34:51 +0300 Subject: [PATCH 3/4] change tag in aiwb/1.0.31/values.yaml for aiwb-only testing --- sources/aiwb/1.0.31/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/aiwb/1.0.31/values.yaml b/sources/aiwb/1.0.31/values.yaml index 222c378f..5c0a2772 100644 --- a/sources/aiwb/1.0.31/values.yaml +++ b/sources/aiwb/1.0.31/values.yaml @@ -31,7 +31,7 @@ appDomain: "PUBLIC-IP" # kgateway configuration for HTTPRoute resources kgateway: - namespace: kgateway-system + namespace: envoy-gateway-system gatewayName: https api: servicePort: 8080 From 5b681c7bf10d4534d912b35547993a2168dcd3f7 Mon Sep 17 00:00:00 2001 From: woojae-siloai Date: Wed, 1 Jul 2026 13:05:04 +0300 Subject: [PATCH 4/4] revert unnecessary changes --- root/values.yaml | 2 +- sources/aiwb/1.0.31/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/root/values.yaml b/root/values.yaml index 4ab426da..667b3e12 100644 --- a/root/values.yaml +++ b/root/values.yaml @@ -67,7 +67,7 @@ apps: kind: ClusterPolicy aiwb: repoURL: "{{ .Values.ociRegistry.dockerHub }}" - repoVersion: "1.1.9" + repoVersion: "2.0.0-rc.1" chart: "aiwb-chart" namespace: aiwb valuesFile: values.yaml diff --git a/sources/aiwb/1.0.31/values.yaml b/sources/aiwb/1.0.31/values.yaml index 5c0a2772..222c378f 100644 --- a/sources/aiwb/1.0.31/values.yaml +++ b/sources/aiwb/1.0.31/values.yaml @@ -31,7 +31,7 @@ appDomain: "PUBLIC-IP" # kgateway configuration for HTTPRoute resources kgateway: - namespace: envoy-gateway-system + namespace: kgateway-system gatewayName: https api: servicePort: 8080