From 37bb37117d11450709a60715145317945e9035cb Mon Sep 17 00:00:00 2001 From: Kabir Khan Date: Fri, 26 Jan 2024 14:58:35 +0000 Subject: [PATCH] Use 31.x-glow-preview --- batch-processing/README.adoc | 2 +- batch-processing/charts/helm.yaml | 2 +- bmt/README.adoc | 2 +- bmt/charts/helm.yaml | 2 +- cmt/README.adoc | 2 +- cmt/charts/helm.yaml | 2 +- ee-security/README.adoc | 2 +- ee-security/charts/helm.yaml | 2 +- ejb-remote/README.adoc | 2 +- ejb-remote/charts/helm.yaml | 2 +- ejb-timer/README.adoc | 2 +- ejb-timer/charts/helm.yaml | 2 +- ejb-txn-remote-call/charts/client.yaml | 2 +- ejb-txn-remote-call/charts/server.yaml | 2 +- helloworld-mdb/README.adoc | 2 +- helloworld-mdb/charts/helm.yaml | 2 +- helloworld-singleton/README.adoc | 2 +- helloworld-singleton/charts/helm.yaml | 2 +- helloworld-ws/README.adoc | 2 +- helloworld-ws/charts/helm.yaml | 2 +- helloworld/README.adoc | 2 +- helloworld/charts/helm.yaml | 2 +- hibernate/README.adoc | 2 +- hibernate/charts/helm.yaml | 2 +- jaxrs-client/README.adoc | 2 +- jaxrs-client/charts/helm.yaml | 2 +- jaxrs-jwt/src/charts/helm.yaml | 2 +- jaxws-ejb/README.adoc | 2 +- jaxws-ejb/charts/helm.yaml | 2 +- jaxws-retail/README.adoc | 2 +- jaxws-retail/charts/helm.yaml | 2 +- jsonp/README.adoc | 2 +- jsonp/charts/helm.yaml | 2 +- kitchensink/README.adoc | 2 +- kitchensink/charts/helm.yaml | 2 +- logging/src/charts/helm.yaml | 2 +- micrometer/README.adoc | 2 +- micrometer/charts/helm.yaml | 2 +- microprofile-config/README.adoc | 2 +- microprofile-config/charts/helm.yaml | 2 +- microprofile-fault-tolerance/README.adoc | 2 +- microprofile-fault-tolerance/charts/helm.yaml | 2 +- microprofile-health/README.adoc | 2 +- microprofile-health/charts/helm.yaml | 2 +- microprofile-jwt/README.adoc | 2 +- microprofile-jwt/charts/helm.yaml | 2 +- microprofile-lra/charts/helm.yaml | 2 +- microprofile-openapi/README.adoc | 2 +- microprofile-openapi/charts/helm.yaml | 2 +- microprofile-reactive-messaging-kafka/README.adoc | 2 +- microprofile-reactive-messaging-kafka/charts/helm.yaml | 2 +- microprofile-rest-client/README.adoc | 2 +- microprofile-rest-client/charts/helm.yaml | 2 +- numberguess/README.adoc | 2 +- numberguess/charts/helm.yaml | 2 +- opentelemetry-tracing/README.adoc | 2 +- opentelemetry-tracing/charts/helm.yaml | 2 +- remote-helloworld-mdb/README.adoc | 4 ++-- remote-helloworld-mdb/charts/helm.yaml | 2 +- servlet-async/README.adoc | 2 +- servlet-async/charts/helm.yaml | 2 +- servlet-filterlistener/README.adoc | 2 +- servlet-filterlistener/charts/helm.yaml | 2 +- servlet-security/README.adoc | 2 +- servlet-security/charts/helm.yaml | 2 +- spring-resteasy/README.adoc | 2 +- spring-resteasy/charts/helm.yaml | 2 +- temperature-converter/README.adoc | 2 +- temperature-converter/charts/helm.yaml | 2 +- thread-racing/README.adoc | 2 +- thread-racing/charts/helm.yaml | 2 +- todo-backend/charts/values.yaml | 2 +- websocket-endpoint/README.adoc | 2 +- websocket-endpoint/charts/helm.yaml | 2 +- websocket-hello/README.adoc | 2 +- websocket-hello/charts/helm.yaml | 2 +- 76 files changed, 77 insertions(+), 77 deletions(-) diff --git a/batch-processing/README.adoc b/batch-processing/README.adoc index 22b57e3538..9ad23ef87f 100644 --- a/batch-processing/README.adoc +++ b/batch-processing/README.adoc @@ -1258,7 +1258,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: batch-processing deploy: replicas: 1 diff --git a/batch-processing/charts/helm.yaml b/batch-processing/charts/helm.yaml index 8d41fa3158..2412f51e61 100644 --- a/batch-processing/charts/helm.yaml +++ b/batch-processing/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: batch-processing deploy: replicas: 1 \ No newline at end of file diff --git a/bmt/README.adoc b/bmt/README.adoc index 95cca2f4ba..043521c276 100644 --- a/bmt/README.adoc +++ b/bmt/README.adoc @@ -1190,7 +1190,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: bmt deploy: replicas: 1 diff --git a/bmt/charts/helm.yaml b/bmt/charts/helm.yaml index 2eee203164..71ac503f40 100644 --- a/bmt/charts/helm.yaml +++ b/bmt/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: bmt deploy: replicas: 1 \ No newline at end of file diff --git a/cmt/README.adoc b/cmt/README.adoc index 392f2c8dbd..e617d128e2 100644 --- a/cmt/README.adoc +++ b/cmt/README.adoc @@ -1203,7 +1203,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: cmt deploy: replicas: 1 diff --git a/cmt/charts/helm.yaml b/cmt/charts/helm.yaml index b63c7752f7..7da950916f 100644 --- a/cmt/charts/helm.yaml +++ b/cmt/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: cmt deploy: replicas: 1 \ No newline at end of file diff --git a/ee-security/README.adoc b/ee-security/README.adoc index 936be2ca89..7374f6603f 100644 --- a/ee-security/README.adoc +++ b/ee-security/README.adoc @@ -1407,7 +1407,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: ee-security deploy: replicas: 1 diff --git a/ee-security/charts/helm.yaml b/ee-security/charts/helm.yaml index c8e82b84e7..62aba45234 100644 --- a/ee-security/charts/helm.yaml +++ b/ee-security/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: ee-security deploy: replicas: 1 \ No newline at end of file diff --git a/ejb-remote/README.adoc b/ejb-remote/README.adoc index 37fb3ef00f..84c63e8ec9 100644 --- a/ejb-remote/README.adoc +++ b/ejb-remote/README.adoc @@ -1230,7 +1230,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: ejb-remote deploy: replicas: 1 diff --git a/ejb-remote/charts/helm.yaml b/ejb-remote/charts/helm.yaml index 0ab4ff5a86..cc91eea6ab 100644 --- a/ejb-remote/charts/helm.yaml +++ b/ejb-remote/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: ejb-remote deploy: replicas: 1 \ No newline at end of file diff --git a/ejb-timer/README.adoc b/ejb-timer/README.adoc index 173f3947ec..8a64246ddc 100644 --- a/ejb-timer/README.adoc +++ b/ejb-timer/README.adoc @@ -1180,7 +1180,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: ejb-timer deploy: replicas: 1 diff --git a/ejb-timer/charts/helm.yaml b/ejb-timer/charts/helm.yaml index 179a1ff9fe..257733e509 100644 --- a/ejb-timer/charts/helm.yaml +++ b/ejb-timer/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: ejb-timer deploy: replicas: 1 \ No newline at end of file diff --git a/ejb-txn-remote-call/charts/client.yaml b/ejb-txn-remote-call/charts/client.yaml index 1f7463567e..dc34d32db8 100644 --- a/ejb-txn-remote-call/charts/client.yaml +++ b/ejb-txn-remote-call/charts/client.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: ejb-txn-remote-call/client env: - name: MAVEN_ARGS_APPEND diff --git a/ejb-txn-remote-call/charts/server.yaml b/ejb-txn-remote-call/charts/server.yaml index f8b486b3f7..af7fff38ea 100644 --- a/ejb-txn-remote-call/charts/server.yaml +++ b/ejb-txn-remote-call/charts/server.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: ejb-txn-remote-call/server deploy: enabled: false diff --git a/helloworld-mdb/README.adoc b/helloworld-mdb/README.adoc index e61f618e8c..6bf842351e 100644 --- a/helloworld-mdb/README.adoc +++ b/helloworld-mdb/README.adoc @@ -1176,7 +1176,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: helloworld-mdb deploy: replicas: 2 diff --git a/helloworld-mdb/charts/helm.yaml b/helloworld-mdb/charts/helm.yaml index 4f3df9ba57..3b5bb239ed 100644 --- a/helloworld-mdb/charts/helm.yaml +++ b/helloworld-mdb/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: helloworld-mdb deploy: replicas: 2 \ No newline at end of file diff --git a/helloworld-singleton/README.adoc b/helloworld-singleton/README.adoc index 7c709c5d4a..0f19eebe33 100644 --- a/helloworld-singleton/README.adoc +++ b/helloworld-singleton/README.adoc @@ -1138,7 +1138,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: helloworld-singleton deploy: replicas: 1 diff --git a/helloworld-singleton/charts/helm.yaml b/helloworld-singleton/charts/helm.yaml index 1dbcb894c9..82e70e949b 100644 --- a/helloworld-singleton/charts/helm.yaml +++ b/helloworld-singleton/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: helloworld-singleton deploy: replicas: 1 \ No newline at end of file diff --git a/helloworld-ws/README.adoc b/helloworld-ws/README.adoc index 855f1fdfa4..5685d03f87 100644 --- a/helloworld-ws/README.adoc +++ b/helloworld-ws/README.adoc @@ -1120,7 +1120,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: helloworld-ws deploy: replicas: 1 diff --git a/helloworld-ws/charts/helm.yaml b/helloworld-ws/charts/helm.yaml index 8239a28eea..6c08799cb4 100644 --- a/helloworld-ws/charts/helm.yaml +++ b/helloworld-ws/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: helloworld-ws deploy: replicas: 1 \ No newline at end of file diff --git a/helloworld/README.adoc b/helloworld/README.adoc index ea02b25d2a..c4a0ac1b4a 100644 --- a/helloworld/README.adoc +++ b/helloworld/README.adoc @@ -1131,7 +1131,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: helloworld deploy: replicas: 1 diff --git a/helloworld/charts/helm.yaml b/helloworld/charts/helm.yaml index c97bdf1f9c..4fa0713890 100644 --- a/helloworld/charts/helm.yaml +++ b/helloworld/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: helloworld deploy: replicas: 1 \ No newline at end of file diff --git a/hibernate/README.adoc b/hibernate/README.adoc index 4e87f976d2..fa2ede4963 100644 --- a/hibernate/README.adoc +++ b/hibernate/README.adoc @@ -1446,7 +1446,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: hibernate deploy: replicas: 1 diff --git a/hibernate/charts/helm.yaml b/hibernate/charts/helm.yaml index 6f8071d77b..e2fb2c2362 100644 --- a/hibernate/charts/helm.yaml +++ b/hibernate/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: hibernate deploy: replicas: 1 \ No newline at end of file diff --git a/jaxrs-client/README.adoc b/jaxrs-client/README.adoc index 76574f21a5..ba8d83dc75 100644 --- a/jaxrs-client/README.adoc +++ b/jaxrs-client/README.adoc @@ -1153,7 +1153,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: jaxrs-client deploy: replicas: 1 diff --git a/jaxrs-client/charts/helm.yaml b/jaxrs-client/charts/helm.yaml index 41356ef232..86612b0645 100644 --- a/jaxrs-client/charts/helm.yaml +++ b/jaxrs-client/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: jaxrs-client deploy: replicas: 1 \ No newline at end of file diff --git a/jaxrs-jwt/src/charts/helm.yaml b/jaxrs-jwt/src/charts/helm.yaml index 732aced77e..c4648f890f 100644 --- a/jaxrs-jwt/src/charts/helm.yaml +++ b/jaxrs-jwt/src/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: jaxrs-jwt deploy: replicas: 1 \ No newline at end of file diff --git a/jaxws-ejb/README.adoc b/jaxws-ejb/README.adoc index 64269121a2..32bbee261f 100644 --- a/jaxws-ejb/README.adoc +++ b/jaxws-ejb/README.adoc @@ -1136,7 +1136,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: jaxws-ejb deploy: replicas: 1 diff --git a/jaxws-ejb/charts/helm.yaml b/jaxws-ejb/charts/helm.yaml index 11d27a359d..027faa3e96 100644 --- a/jaxws-ejb/charts/helm.yaml +++ b/jaxws-ejb/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: jaxws-ejb deploy: replicas: 1 \ No newline at end of file diff --git a/jaxws-retail/README.adoc b/jaxws-retail/README.adoc index 4f9a2b2d83..989a42b20d 100644 --- a/jaxws-retail/README.adoc +++ b/jaxws-retail/README.adoc @@ -1133,7 +1133,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: jaxws-retail deploy: replicas: 1 diff --git a/jaxws-retail/charts/helm.yaml b/jaxws-retail/charts/helm.yaml index 2e012a3ef7..b073c4c992 100644 --- a/jaxws-retail/charts/helm.yaml +++ b/jaxws-retail/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: jaxws-retail deploy: replicas: 1 \ No newline at end of file diff --git a/jsonp/README.adoc b/jsonp/README.adoc index 1657756305..a599a5d687 100644 --- a/jsonp/README.adoc +++ b/jsonp/README.adoc @@ -1089,7 +1089,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: jsonp deploy: replicas: 1 diff --git a/jsonp/charts/helm.yaml b/jsonp/charts/helm.yaml index dc3f87e291..fe786ee926 100644 --- a/jsonp/charts/helm.yaml +++ b/jsonp/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: jsonp deploy: replicas: 1 \ No newline at end of file diff --git a/kitchensink/README.adoc b/kitchensink/README.adoc index 59393830ee..8491041c23 100644 --- a/kitchensink/README.adoc +++ b/kitchensink/README.adoc @@ -1264,7 +1264,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: kitchensink deploy: replicas: 1 diff --git a/kitchensink/charts/helm.yaml b/kitchensink/charts/helm.yaml index 3bbedc2b5c..c88aa79f01 100644 --- a/kitchensink/charts/helm.yaml +++ b/kitchensink/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: kitchensink deploy: replicas: 1 \ No newline at end of file diff --git a/logging/src/charts/helm.yaml b/logging/src/charts/helm.yaml index 1fcc721681..5e55fc60e8 100644 --- a/logging/src/charts/helm.yaml +++ b/logging/src/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: logging deploy: replicas: 1 \ No newline at end of file diff --git a/micrometer/README.adoc b/micrometer/README.adoc index d3d53e1e53..d7ca455f67 100644 --- a/micrometer/README.adoc +++ b/micrometer/README.adoc @@ -1714,7 +1714,7 @@ build: <<<<<<< HEAD ref: main ======= - ref: glow-preview + ref: 31.x-glow-preview >>>>>>> b4ca9a43b66d96aff01d3da9f9714b65b9bb38b0 contextDir: micrometer deploy: diff --git a/micrometer/charts/helm.yaml b/micrometer/charts/helm.yaml index 41adca9cc4..5574b0fbb6 100644 --- a/micrometer/charts/helm.yaml +++ b/micrometer/charts/helm.yaml @@ -3,7 +3,7 @@ build: <<<<<<< HEAD ref: main ======= - ref: glow-preview + ref: 31.x-glow-preview >>>>>>> b4ca9a43b66d96aff01d3da9f9714b65b9bb38b0 contextDir: micrometer deploy: diff --git a/microprofile-config/README.adoc b/microprofile-config/README.adoc index 5dd63624c4..17cc930f89 100644 --- a/microprofile-config/README.adoc +++ b/microprofile-config/README.adoc @@ -1864,7 +1864,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: microprofile-config deploy: replicas: 1 diff --git a/microprofile-config/charts/helm.yaml b/microprofile-config/charts/helm.yaml index b2395f0b0d..c4e557dce4 100644 --- a/microprofile-config/charts/helm.yaml +++ b/microprofile-config/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: microprofile-config deploy: replicas: 1 \ No newline at end of file diff --git a/microprofile-fault-tolerance/README.adoc b/microprofile-fault-tolerance/README.adoc index 728251076d..490af9bcb7 100644 --- a/microprofile-fault-tolerance/README.adoc +++ b/microprofile-fault-tolerance/README.adoc @@ -1695,7 +1695,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: microprofile-fault-tolerance deploy: replicas: 1 diff --git a/microprofile-fault-tolerance/charts/helm.yaml b/microprofile-fault-tolerance/charts/helm.yaml index 0325db3def..646c06792a 100644 --- a/microprofile-fault-tolerance/charts/helm.yaml +++ b/microprofile-fault-tolerance/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: microprofile-fault-tolerance deploy: replicas: 1 diff --git a/microprofile-health/README.adoc b/microprofile-health/README.adoc index 92a19dc04e..2b3e30ed56 100644 --- a/microprofile-health/README.adoc +++ b/microprofile-health/README.adoc @@ -1537,7 +1537,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: microprofile-health deploy: replicas: 1 diff --git a/microprofile-health/charts/helm.yaml b/microprofile-health/charts/helm.yaml index 85e9ddce5f..2a0e25b79c 100644 --- a/microprofile-health/charts/helm.yaml +++ b/microprofile-health/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: microprofile-health deploy: replicas: 1 \ No newline at end of file diff --git a/microprofile-jwt/README.adoc b/microprofile-jwt/README.adoc index fdf78ff4c9..38a4c9d966 100644 --- a/microprofile-jwt/README.adoc +++ b/microprofile-jwt/README.adoc @@ -1618,7 +1618,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: microprofile-jwt deploy: replicas: 1 diff --git a/microprofile-jwt/charts/helm.yaml b/microprofile-jwt/charts/helm.yaml index 9fd808fb94..c00020fc88 100644 --- a/microprofile-jwt/charts/helm.yaml +++ b/microprofile-jwt/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: microprofile-jwt deploy: replicas: 1 \ No newline at end of file diff --git a/microprofile-lra/charts/helm.yaml b/microprofile-lra/charts/helm.yaml index 36843e02e0..a25988f5d7 100644 --- a/microprofile-lra/charts/helm.yaml +++ b/microprofile-lra/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: microprofile-lra deploy: replicas: 1 diff --git a/microprofile-openapi/README.adoc b/microprofile-openapi/README.adoc index f5248e8dc5..df83c0fd4d 100644 --- a/microprofile-openapi/README.adoc +++ b/microprofile-openapi/README.adoc @@ -1141,7 +1141,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: microprofile-openapi deploy: replicas: 1 diff --git a/microprofile-openapi/charts/helm.yaml b/microprofile-openapi/charts/helm.yaml index 8247e435a8..553967da2a 100644 --- a/microprofile-openapi/charts/helm.yaml +++ b/microprofile-openapi/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: microprofile-openapi deploy: replicas: 1 \ No newline at end of file diff --git a/microprofile-reactive-messaging-kafka/README.adoc b/microprofile-reactive-messaging-kafka/README.adoc index 2ac46ca93c..b0806c70a2 100644 --- a/microprofile-reactive-messaging-kafka/README.adoc +++ b/microprofile-reactive-messaging-kafka/README.adoc @@ -2134,7 +2134,7 @@ ifndef::useHelmChartDir[] # Will need a diff commit in the upstream-to-product repository build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: microprofile-reactive-messaging-kafka deploy: replicas: 1 diff --git a/microprofile-reactive-messaging-kafka/charts/helm.yaml b/microprofile-reactive-messaging-kafka/charts/helm.yaml index 38b3b82b3d..13e608398c 100644 --- a/microprofile-reactive-messaging-kafka/charts/helm.yaml +++ b/microprofile-reactive-messaging-kafka/charts/helm.yaml @@ -2,7 +2,7 @@ # Will need a diff commit in the upstream-to-product repository build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: microprofile-reactive-messaging-kafka deploy: replicas: 1 diff --git a/microprofile-rest-client/README.adoc b/microprofile-rest-client/README.adoc index f6371e3949..e77dbef95e 100644 --- a/microprofile-rest-client/README.adoc +++ b/microprofile-rest-client/README.adoc @@ -1173,7 +1173,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: microprofile-rest-client deploy: replicas: 1 diff --git a/microprofile-rest-client/charts/helm.yaml b/microprofile-rest-client/charts/helm.yaml index 7fd80555a4..5c83af2326 100644 --- a/microprofile-rest-client/charts/helm.yaml +++ b/microprofile-rest-client/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: microprofile-rest-client deploy: replicas: 1 \ No newline at end of file diff --git a/numberguess/README.adoc b/numberguess/README.adoc index c213c26b18..dc76515eea 100644 --- a/numberguess/README.adoc +++ b/numberguess/README.adoc @@ -1132,7 +1132,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: numberguess deploy: replicas: 1 diff --git a/numberguess/charts/helm.yaml b/numberguess/charts/helm.yaml index b2fd611224..69134c268f 100644 --- a/numberguess/charts/helm.yaml +++ b/numberguess/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: numberguess deploy: replicas: 1 \ No newline at end of file diff --git a/opentelemetry-tracing/README.adoc b/opentelemetry-tracing/README.adoc index 92e3acc48d..23e658e72f 100644 --- a/opentelemetry-tracing/README.adoc +++ b/opentelemetry-tracing/README.adoc @@ -1737,7 +1737,7 @@ build: <<<<<<< HEAD ref: main ======= - ref: glow-preview + ref: 31.x-glow-preview >>>>>>> b4ca9a43b66d96aff01d3da9f9714b65b9bb38b0 contextDir: opentelemetry-tracing deploy: diff --git a/opentelemetry-tracing/charts/helm.yaml b/opentelemetry-tracing/charts/helm.yaml index 01d6c0239c..b6df778845 100644 --- a/opentelemetry-tracing/charts/helm.yaml +++ b/opentelemetry-tracing/charts/helm.yaml @@ -3,7 +3,7 @@ build: <<<<<<< HEAD ref: main ======= - ref: glow-preview + ref: 31.x-glow-preview >>>>>>> b4ca9a43b66d96aff01d3da9f9714b65b9bb38b0 contextDir: opentelemetry-tracing deploy: diff --git a/remote-helloworld-mdb/README.adoc b/remote-helloworld-mdb/README.adoc index 53a416f2e6..d9b3963516 100644 --- a/remote-helloworld-mdb/README.adoc +++ b/remote-helloworld-mdb/README.adoc @@ -1316,7 +1316,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: remote-helloworld-mdb deploy: replicas: 1 @@ -1692,7 +1692,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: remote-helloworld-mdb deploy: replicas: 1 diff --git a/remote-helloworld-mdb/charts/helm.yaml b/remote-helloworld-mdb/charts/helm.yaml index f30bd5f113..e299c30c5e 100644 --- a/remote-helloworld-mdb/charts/helm.yaml +++ b/remote-helloworld-mdb/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: remote-helloworld-mdb deploy: replicas: 1 diff --git a/servlet-async/README.adoc b/servlet-async/README.adoc index 38c9210c43..db5a2db96c 100644 --- a/servlet-async/README.adoc +++ b/servlet-async/README.adoc @@ -1136,7 +1136,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: servlet-async deploy: replicas: 2 diff --git a/servlet-async/charts/helm.yaml b/servlet-async/charts/helm.yaml index ddaa67204f..fd09276aa8 100644 --- a/servlet-async/charts/helm.yaml +++ b/servlet-async/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: servlet-async deploy: replicas: 2 \ No newline at end of file diff --git a/servlet-filterlistener/README.adoc b/servlet-filterlistener/README.adoc index 0c7898610d..cdde7bb9f7 100644 --- a/servlet-filterlistener/README.adoc +++ b/servlet-filterlistener/README.adoc @@ -1183,7 +1183,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: servlet-filterlistener deploy: replicas: 2 diff --git a/servlet-filterlistener/charts/helm.yaml b/servlet-filterlistener/charts/helm.yaml index 91b36ba3cb..eb0736f675 100644 --- a/servlet-filterlistener/charts/helm.yaml +++ b/servlet-filterlistener/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: servlet-filterlistener deploy: replicas: 2 \ No newline at end of file diff --git a/servlet-security/README.adoc b/servlet-security/README.adoc index 1425b42741..0b9797843d 100644 --- a/servlet-security/README.adoc +++ b/servlet-security/README.adoc @@ -1527,7 +1527,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: servlet-security deploy: replicas: 1 diff --git a/servlet-security/charts/helm.yaml b/servlet-security/charts/helm.yaml index 44dadb3464..48e1cdaba6 100644 --- a/servlet-security/charts/helm.yaml +++ b/servlet-security/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: servlet-security deploy: replicas: 1 diff --git a/spring-resteasy/README.adoc b/spring-resteasy/README.adoc index 14629a3a71..01f6d7bd17 100644 --- a/spring-resteasy/README.adoc +++ b/spring-resteasy/README.adoc @@ -1162,7 +1162,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: spring-resteasy deploy: replicas: 1 diff --git a/spring-resteasy/charts/helm.yaml b/spring-resteasy/charts/helm.yaml index 6f13b03e83..776f02f0b2 100644 --- a/spring-resteasy/charts/helm.yaml +++ b/spring-resteasy/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: spring-resteasy deploy: replicas: 1 \ No newline at end of file diff --git a/temperature-converter/README.adoc b/temperature-converter/README.adoc index 0b8a4bbcd4..873fd6f5a8 100644 --- a/temperature-converter/README.adoc +++ b/temperature-converter/README.adoc @@ -1146,7 +1146,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: temperature-converter deploy: replicas: 1 diff --git a/temperature-converter/charts/helm.yaml b/temperature-converter/charts/helm.yaml index 543894aca3..a2ec7ca00b 100644 --- a/temperature-converter/charts/helm.yaml +++ b/temperature-converter/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: temperature-converter deploy: replicas: 1 \ No newline at end of file diff --git a/thread-racing/README.adoc b/thread-racing/README.adoc index 28250ab52f..95042cc455 100644 --- a/thread-racing/README.adoc +++ b/thread-racing/README.adoc @@ -1188,7 +1188,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: thread-racing deploy: replicas: 1 diff --git a/thread-racing/charts/helm.yaml b/thread-racing/charts/helm.yaml index e608ab5d4d..ee0cdb1764 100644 --- a/thread-racing/charts/helm.yaml +++ b/thread-racing/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: thread-racing deploy: replicas: 1 \ No newline at end of file diff --git a/todo-backend/charts/values.yaml b/todo-backend/charts/values.yaml index a428edf88e..4fa0cbe1e1 100644 --- a/todo-backend/charts/values.yaml +++ b/todo-backend/charts/values.yaml @@ -21,7 +21,7 @@ postgresql: wildfly: build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: todo-backend deploy: replicas: 1 diff --git a/websocket-endpoint/README.adoc b/websocket-endpoint/README.adoc index dccf72e30d..fa5b67b2d2 100644 --- a/websocket-endpoint/README.adoc +++ b/websocket-endpoint/README.adoc @@ -1144,7 +1144,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: websocket-endpoint deploy: replicas: 2 diff --git a/websocket-endpoint/charts/helm.yaml b/websocket-endpoint/charts/helm.yaml index 323cfd5684..52af5f7ed9 100644 --- a/websocket-endpoint/charts/helm.yaml +++ b/websocket-endpoint/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: websocket-endpoint deploy: replicas: 2 \ No newline at end of file diff --git a/websocket-hello/README.adoc b/websocket-hello/README.adoc index 168fd276d4..6b8c7470b4 100644 --- a/websocket-hello/README.adoc +++ b/websocket-hello/README.adoc @@ -1150,7 +1150,7 @@ ifndef::useHelmChartDir[] ---- build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: websocket-hello deploy: replicas: 2 diff --git a/websocket-hello/charts/helm.yaml b/websocket-hello/charts/helm.yaml index ff17afd98a..d89c2ea347 100644 --- a/websocket-hello/charts/helm.yaml +++ b/websocket-hello/charts/helm.yaml @@ -1,6 +1,6 @@ build: uri: https://github.com/wildfly/quickstart.git - ref: glow-preview + ref: 31.x-glow-preview contextDir: websocket-hello deploy: replicas: 2 \ No newline at end of file