Skip to content

Commit

Permalink
Merge pull request #77 from jmesnil/JBEAP-27539_default_app
Browse files Browse the repository at this point in the history
[JBEAP-27539] Add the default app to the chart values.yaml
  • Loading branch information
jmesnil authored Aug 5, 2024
2 parents dfc9642 + 66460b3 commit 85953d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/eap-xp5/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: eap-xp5
description: Build and Deploy JBoss EAP XP5 applications on OpenShift
type: application
version: 1.0.0
version: 1.1.0
appVersion: "5.0"
kubeVersion: ">= 1.19.0-0"
home: https://www.redhat.com/en/technologies/jboss-middleware/application-platform
Expand Down
2 changes: 1 addition & 1 deletion charts/eap-xp5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ If the application image has been built by another mechanism, you can skip the b
| `build.sourceSecret`|Name of the secret containing the credentials to login to Git source reposiory | - | The secret must exist in the same namespace or the chart will fail to install - [OKD documentation](https://docs.okd.io/latest/cicd/builds/creating-build-inputs.html#builds-manually-add-source-clone-secrets_creating-build-inputs) |
| `build.triggers.genericSecret`| Name of the secret containing the WebHookSecretKey for the Generic Webhook | - | The secret must exist in the same namespace or the chart will fail to install - [OKD documentation](https://docs.okd.io/latest/cicd/builds/triggering-builds-build-hooks.html) |
| `build.triggers.githubSecret`| Name of the secret containing the WebHookSecretKey for the GitHub Webhook | - | The secret must exist in the same namespace or the chart will fail to install - [OKD documentation](https://docs.okd.io/latest/cicd/builds/triggering-builds-build-hooks.html) |
| `build.uri` | (**required**) Git URI that references your Git repository | - | Be sure to specify this to build your own application. |
| `build.uri` | (**required**) Git URI that references your Git repository | https://github.com/jboss-eap-up-and-running/eap-xp5-getting-started.git | Be sure to specify this to build your own application. |

### Provisioning Jboss EAP With S2I.

Expand Down
1 change: 1 addition & 0 deletions charts/eap-xp5/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ image:
tag: latest
build:
enabled: true
uri: https://github.com/jboss-eap-up-and-running/eap-xp5-getting-started.git
mode: bootable-jar
bootableJar:
builderImage: registry.access.redhat.com/ubi8/openjdk-17:latest
Expand Down

0 comments on commit 85953d8

Please sign in to comment.