Skip to content

Commit

Permalink
Merge pull request #2133 from emmartins/JBEAP-27540
Browse files Browse the repository at this point in the history
[JBEAP-27540] set build mode to s2i
  • Loading branch information
emmartins committed Jul 30, 2024
2 parents 10f6f9e + 8cfc872 commit 603c4e1
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions micrometer/charts/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ build:
uri: https://github.com/jboss-developer/jboss-eap-quickstarts.git
ref: xp-5.0.x
contextDir: micrometer
mode: s2i
deploy:
replicas: 1
env:
Expand Down
1 change: 1 addition & 0 deletions microprofile-config/charts/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ build:
uri: https://github.com/jboss-developer/jboss-eap-quickstarts.git
ref: xp-5.0.x
contextDir: microprofile-config
mode: s2i
deploy:
replicas: 1
1 change: 1 addition & 0 deletions microprofile-fault-tolerance/charts/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ build:
uri: https://github.com/jboss-developer/jboss-eap-quickstarts.git
ref: xp-5.0.x
contextDir: microprofile-fault-tolerance
mode: s2i
deploy:
replicas: 1
1 change: 1 addition & 0 deletions microprofile-health/charts/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ build:
uri: https://github.com/jboss-developer/jboss-eap-quickstarts.git
ref: xp-5.0.x
contextDir: microprofile-health
mode: s2i
deploy:
replicas: 1
1 change: 1 addition & 0 deletions microprofile-jwt/charts/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ build:
uri: https://github.com/jboss-developer/jboss-eap-quickstarts.git
ref: xp-5.0.x
contextDir: microprofile-jwt
mode: s2i
deploy:
replicas: 1
1 change: 1 addition & 0 deletions microprofile-lra/charts/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ build:
uri: https://github.com/jboss-developer/jboss-eap-quickstarts.git
ref: xp-5.0.x
contextDir: microprofile-lra
mode: s2i
deploy:
replicas: 1
route:
Expand Down
1 change: 1 addition & 0 deletions microprofile-openapi/charts/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ build:
uri: https://github.com/jboss-developer/jboss-eap-quickstarts.git
ref: xp-5.0.x
contextDir: microprofile-openapi
mode: s2i
deploy:
replicas: 1
1 change: 1 addition & 0 deletions microprofile-reactive-messaging-kafka/charts/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build:
uri: https://github.com/jboss-developer/jboss-eap-quickstarts.git
ref: xp-5.0.x
contextDir: microprofile-reactive-messaging-kafka
mode: s2i
deploy:
replicas: 1
env:
Expand Down
1 change: 1 addition & 0 deletions microprofile-rest-client/charts/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ build:
uri: https://github.com/jboss-developer/jboss-eap-quickstarts.git
ref: xp-5.0.x
contextDir: microprofile-rest-client
mode: s2i
deploy:
replicas: 1
1 change: 1 addition & 0 deletions opentelemetry-tracing/charts/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ build:
uri: https://github.com/jboss-developer/jboss-eap-quickstarts.git
ref: xp-5.0.x
contextDir: opentelemetry-tracing
mode: s2i
deploy:
replicas: 1
env:
Expand Down
1 change: 1 addition & 0 deletions shared-doc/helm-deploy-project.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ build:
uri: {githubRepoCodeUrl}
ref: {WildFlyQuickStartRepoTag}
contextDir: {artifactId}
mode: s2i
deploy:
replicas: 1
route:
Expand Down

0 comments on commit 603c4e1

Please sign in to comment.