@@ -514,28 +514,17 @@ ifdef::helm-install-prerequisites-openshift[]
514
514
[[deploy_helm_prerequisites]]
515
515
:leveloffset: +1
516
516
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
-
525
517
The 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:
526
518
527
519
[source,options="nowrap"]
528
520
----
529
521
dependencies:
530
- - name: postgresql
531
- repository: https://charts.bitnami.com/bitnami
532
- version: ...
533
522
- name: wildfly
534
523
repository: http://docs.wildfly.org/wildfly-charts/
535
524
version: ...
536
525
----
537
526
538
- So we need to update the dependecies of our Helm Chart.
527
+ So we need to update the dependencies of our Helm Chart.
539
528
540
529
[source,options="nowrap",subs="+attributes"]
541
530
----
@@ -636,11 +625,7 @@ name: todo-backend-chart
636
625
description: A Helm chart to deploy a WildFly todo-backend application and its Postgresql database
637
626
type: application
638
627
version: 1.0.0
639
- appVersion: 31.0.0.Final
640
628
dependencies:
641
- - name: postgresql
642
- repository: https://charts.bitnami.com/bitnami
643
- version: 16.2.2
644
629
- name: wildfly
645
630
repository: http://docs.wildfly.org/wildfly-charts/
646
631
version: 2.3.2
@@ -1031,28 +1016,17 @@ ifdef::helm-install-prerequisites-kubernetes[]
1031
1016
[[deploy_helm_prerequisites]]
1032
1017
:leveloffset: +1
1033
1018
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
-
1042
1019
The 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:
1043
1020
1044
1021
[source,options="nowrap"]
1045
1022
----
1046
1023
dependencies:
1047
- - name: postgresql
1048
- repository: https://charts.bitnami.com/bitnami
1049
- version: ...
1050
1024
- name: wildfly
1051
1025
repository: http://docs.wildfly.org/wildfly-charts/
1052
1026
version: ...
1053
1027
----
1054
1028
1055
- So we need to update the dependecies of our Helm Chart.
1029
+ So we need to update the dependencies of our Helm Chart.
1056
1030
1057
1031
[source,options="nowrap",subs="+attributes"]
1058
1032
----
@@ -1153,11 +1127,7 @@ name: todo-backend-chart
1153
1127
description: A Helm chart to deploy a WildFly todo-backend application and its Postgresql database
1154
1128
type: application
1155
1129
version: 1.0.0
1156
- appVersion: 31.0.0.Final
1157
1130
dependencies:
1158
- - name: postgresql
1159
- repository: https://charts.bitnami.com/bitnami
1160
- version: 16.2.2
1161
1131
- name: wildfly
1162
1132
repository: http://docs.wildfly.org/wildfly-charts/
1163
1133
version: 2.3.2
0 commit comments