Skip to content

Commit

Permalink
wfly to eap-xp: update helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Jan 25, 2024
1 parent 2c3a2b5 commit 36c6837
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions micrometer/charts/helm.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
uri: https://github.com/wildfly/quickstart.git
ref: main
uri: https://github.com/jbossas/jboss-eap-quickstarts.git
ref: xp-5.0.x
contextDir: micrometer
deploy:
replicas: 1
Expand Down
4 changes: 2 additions & 2 deletions microprofile-config/charts/helm.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
uri: https://github.com/wildfly/quickstart.git
ref: main
uri: https://github.com/jbossas/jboss-eap-quickstarts.git
ref: xp-5.0.x
contextDir: microprofile-config
deploy:
replicas: 1
4 changes: 2 additions & 2 deletions microprofile-fault-tolerance/charts/helm.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
uri: https://github.com/wildfly/quickstart.git
ref: main
uri: https://github.com/jbossas/jboss-eap-quickstarts.git
ref: xp-5.0.x
contextDir: microprofile-fault-tolerance
deploy:
replicas: 1
4 changes: 2 additions & 2 deletions microprofile-health/charts/helm.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
uri: https://github.com/wildfly/quickstart.git
ref: main
uri: https://github.com/jbossas/jboss-eap-quickstarts.git
ref: xp-5.0.x
contextDir: microprofile-health
deploy:
replicas: 1
4 changes: 2 additions & 2 deletions microprofile-jwt/charts/helm.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
uri: https://github.com/wildfly/quickstart.git
ref: main
uri: https://github.com/jbossas/jboss-eap-quickstarts.git
ref: xp-5.0.x
contextDir: microprofile-jwt
deploy:
replicas: 1
4 changes: 2 additions & 2 deletions microprofile-lra/charts/helm.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
uri: https://github.com/wildfly/quickstart.git
ref: main
uri: https://github.com/jbossas/jboss-eap-quickstarts.git
ref: xp-5.0.x
contextDir: microprofile-lra
deploy:
replicas: 1
Expand Down
4 changes: 2 additions & 2 deletions microprofile-openapi/charts/helm.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
uri: https://github.com/wildfly/quickstart.git
ref: main
uri: https://github.com/jbossas/jboss-eap-quickstarts.git
ref: xp-5.0.x
contextDir: microprofile-openapi
deploy:
replicas: 1
4 changes: 2 additions & 2 deletions microprofile-reactive-messaging-kafka/charts/helm.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# TODO Update to point to the released quickstarts and image
# Will need a diff commit in the upstream-to-product repository
build:
uri: https://github.com/wildfly/quickstart.git
ref: main
uri: https://github.com/jbossas/jboss-eap-quickstarts.git
ref: xp-5.0.x
contextDir: microprofile-reactive-messaging-kafka
deploy:
replicas: 1
Expand Down
4 changes: 2 additions & 2 deletions microprofile-rest-client/charts/helm.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
uri: https://github.com/wildfly/quickstart.git
ref: main
uri: https://github.com/jbossas/jboss-eap-quickstarts.git
ref: xp-5.0.x
contextDir: microprofile-rest-client
deploy:
replicas: 1
4 changes: 2 additions & 2 deletions opentelemetry-tracing/charts/helm.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
uri: https://github.com/wildfly/quickstart.git
ref: main
uri: https://github.com/jbossas/jboss-eap-quickstarts.git
ref: xp-5.0.x
contextDir: opentelemetry-tracing
deploy:
replicas: 1

0 comments on commit 36c6837

Please sign in to comment.