diff --git a/charts/eap-xp5/Chart.yaml b/charts/eap-xp5/Chart.yaml index bd6def3..453e691 100644 --- a/charts/eap-xp5/Chart.yaml +++ b/charts/eap-xp5/Chart.yaml @@ -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 diff --git a/charts/eap-xp5/README.md b/charts/eap-xp5/README.md index 91da172..57ecd5b 100644 --- a/charts/eap-xp5/README.md +++ b/charts/eap-xp5/README.md @@ -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. diff --git a/charts/eap-xp5/values.yaml b/charts/eap-xp5/values.yaml index 3d2c1eb..23205fb 100644 --- a/charts/eap-xp5/values.yaml +++ b/charts/eap-xp5/values.yaml @@ -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