@@ -514,28 +514,17 @@ ifdef::helm-install-prerequisites-openshift[]
514514[[deploy_helm_prerequisites]]
515515:leveloffset: +1
516516
517- ifndef::ProductRelease[]
518- Add the bitnami repository which provides an helm chart for PostgreSQL:
519- [source,options="nowrap"]
520- ----
521- $ helm repo add bitnami https://charts.bitnami.com/bitnami
522- "bitnami" has been added to your repositories
523- ----
524-
525517The Helm Chart for this quickstart contains all the information to build an image from the source code using S2I and install it with the database:
526518
527519[source,options="nowrap"]
528520----
529521dependencies:
530- - name: postgresql
531- repository: https://charts.bitnami.com/bitnami
532- version: ...
533522 - name: wildfly
534523 repository: http://docs.wildfly.org/wildfly-charts/
535524 version: ...
536525----
537526
538- So we need to update the dependecies of our Helm Chart.
527+ So we need to update the dependencies of our Helm Chart.
539528
540529[source,options="nowrap",subs="+attributes"]
541530----
@@ -636,11 +625,7 @@ name: todo-backend-chart
636625description: A Helm chart to deploy a WildFly todo-backend application and its Postgresql database
637626type: application
638627version: 1.0.0
639- appVersion: 31.0.0.Final
640628dependencies:
641- - name: postgresql
642- repository: https://charts.bitnami.com/bitnami
643- version: 16.2.2
644629 - name: wildfly
645630 repository: http://docs.wildfly.org/wildfly-charts/
646631 version: 2.3.2
@@ -1031,28 +1016,17 @@ ifdef::helm-install-prerequisites-kubernetes[]
10311016[[deploy_helm_prerequisites]]
10321017:leveloffset: +1
10331018
1034- ifndef::ProductRelease[]
1035- Add the bitnami repository which provides an helm chart for PostgreSQL:
1036- [source,options="nowrap"]
1037- ----
1038- $ helm repo add bitnami https://charts.bitnami.com/bitnami
1039- "bitnami" has been added to your repositories
1040- ----
1041-
10421019The Helm Chart for this quickstart contains all the information to build an image from the source code using S2I and install it with the database:
10431020
10441021[source,options="nowrap"]
10451022----
10461023dependencies:
1047- - name: postgresql
1048- repository: https://charts.bitnami.com/bitnami
1049- version: ...
10501024 - name: wildfly
10511025 repository: http://docs.wildfly.org/wildfly-charts/
10521026 version: ...
10531027----
10541028
1055- So we need to update the dependecies of our Helm Chart.
1029+ So we need to update the dependencies of our Helm Chart.
10561030
10571031[source,options="nowrap",subs="+attributes"]
10581032----
@@ -1153,11 +1127,7 @@ name: todo-backend-chart
11531127description: A Helm chart to deploy a WildFly todo-backend application and its Postgresql database
11541128type: application
11551129version: 1.0.0
1156- appVersion: 31.0.0.Final
11571130dependencies:
1158- - name: postgresql
1159- repository: https://charts.bitnami.com/bitnami
1160- version: 16.2.2
11611131 - name: wildfly
11621132 repository: http://docs.wildfly.org/wildfly-charts/
11631133 version: 2.3.2
0 commit comments