mas-cli 11.9.2__py3-none-any.whl → 11.10.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mas-cli might be problematic. Click here for more details.
- mas/cli/__init__.py +1 -1
- mas/cli/cli.py +5 -4
- mas/cli/displayMixins.py +5 -1
- mas/cli/install/app.py +145 -55
- mas/cli/install/catalogs.py +5 -127
- mas/cli/install/settings/additionalConfigs.py +1 -1
- mas/cli/install/settings/db2Settings.py +2 -2
- mas/cli/install/settings/kafkaSettings.py +1 -1
- mas/cli/install/settings/manageSettings.py +4 -4
- mas/cli/install/settings/turbonomicSettings.py +1 -1
- mas/cli/templates/ibm-mas-tekton.yaml +107 -101
- mas/cli/update/app.py +11 -23
- {mas_cli-11.9.2.dist-info → mas_cli-11.10.0.dist-info}/METADATA +7 -7
- {mas_cli-11.9.2.dist-info → mas_cli-11.10.0.dist-info}/RECORD +17 -17
- {mas_cli-11.9.2.dist-info → mas_cli-11.10.0.dist-info}/WHEEL +1 -1
- {mas_cli-11.9.2.data → mas_cli-11.10.0.data}/scripts/mas-cli +0 -0
- {mas_cli-11.9.2.dist-info → mas_cli-11.10.0.dist-info}/top_level.txt +0 -0
|
@@ -231,7 +231,7 @@ spec:
|
|
|
231
231
|
command:
|
|
232
232
|
- /opt/app-root/src/run-role.sh
|
|
233
233
|
- aibroker
|
|
234
|
-
image: quay.io/ibmmas/cli:11.
|
|
234
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
235
235
|
imagePullPolicy: $(params.image_pull_policy)
|
|
236
236
|
# --------------------------------------------------------------------------------
|
|
237
237
|
# /home/runner/work/cli/cli/tekton/target/tasks/appconnect.yaml
|
|
@@ -342,7 +342,7 @@ spec:
|
|
|
342
342
|
command:
|
|
343
343
|
- /opt/app-root/src/run-role.sh
|
|
344
344
|
- appconnect
|
|
345
|
-
image: quay.io/ibmmas/cli:11.
|
|
345
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
346
346
|
imagePullPolicy: $(params.image_pull_policy)
|
|
347
347
|
workingDir: /workspace/configs
|
|
348
348
|
|
|
@@ -460,7 +460,7 @@ spec:
|
|
|
460
460
|
command:
|
|
461
461
|
- /opt/app-root/src/run-role.sh
|
|
462
462
|
- arcgis
|
|
463
|
-
image: quay.io/ibmmas/cli:11.
|
|
463
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
464
464
|
imagePullPolicy: $(params.image_pull_policy)
|
|
465
465
|
# --------------------------------------------------------------------------------
|
|
466
466
|
# /home/runner/work/cli/cli/tekton/target/tasks/cert-manager.yaml
|
|
@@ -530,7 +530,7 @@ spec:
|
|
|
530
530
|
command:
|
|
531
531
|
- /opt/app-root/src/run-role.sh
|
|
532
532
|
- cert_manager
|
|
533
|
-
image: quay.io/ibmmas/cli:11.
|
|
533
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
534
534
|
imagePullPolicy: $(params.image_pull_policy)
|
|
535
535
|
workingDir: /workspace/configs
|
|
536
536
|
# --------------------------------------------------------------------------------
|
|
@@ -596,7 +596,7 @@ spec:
|
|
|
596
596
|
command:
|
|
597
597
|
- /opt/app-root/src/run-role.sh
|
|
598
598
|
- common_services
|
|
599
|
-
image: quay.io/ibmmas/cli:11.
|
|
599
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
600
600
|
imagePullPolicy: $(params.image_pull_policy)
|
|
601
601
|
workingDir: /workspace/configs
|
|
602
602
|
# --------------------------------------------------------------------------------
|
|
@@ -723,7 +723,7 @@ spec:
|
|
|
723
723
|
command:
|
|
724
724
|
- /opt/app-root/src/run-role.sh
|
|
725
725
|
- cos
|
|
726
|
-
image: quay.io/ibmmas/cli:11.
|
|
726
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
727
727
|
imagePullPolicy: $(params.image_pull_policy)
|
|
728
728
|
workingDir: /workspace/configs
|
|
729
729
|
|
|
@@ -843,7 +843,7 @@ spec:
|
|
|
843
843
|
command:
|
|
844
844
|
- /opt/app-root/src/run-role.sh
|
|
845
845
|
- cp4d_service
|
|
846
|
-
image: quay.io/ibmmas/cli:11.
|
|
846
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
847
847
|
imagePullPolicy: $(params.image_pull_policy)
|
|
848
848
|
workingDir: /workspace/configs
|
|
849
849
|
# --------------------------------------------------------------------------------
|
|
@@ -960,7 +960,7 @@ spec:
|
|
|
960
960
|
command:
|
|
961
961
|
- /opt/app-root/src/run-role.sh
|
|
962
962
|
- cp4d_service
|
|
963
|
-
image: quay.io/ibmmas/cli:11.
|
|
963
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
964
964
|
imagePullPolicy: $(params.image_pull_policy)
|
|
965
965
|
workingDir: /workspace/configs
|
|
966
966
|
|
|
@@ -1066,7 +1066,7 @@ spec:
|
|
|
1066
1066
|
command:
|
|
1067
1067
|
- /opt/app-root/src/run-role.sh
|
|
1068
1068
|
- cp4d
|
|
1069
|
-
image: quay.io/ibmmas/cli:11.
|
|
1069
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
1070
1070
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1071
1071
|
# --------------------------------------------------------------------------------
|
|
1072
1072
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -1388,7 +1388,7 @@ spec:
|
|
|
1388
1388
|
command:
|
|
1389
1389
|
- /opt/app-root/src/run-role.sh
|
|
1390
1390
|
- db2
|
|
1391
|
-
image: quay.io/ibmmas/cli:11.
|
|
1391
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
1392
1392
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1393
1393
|
workingDir: /workspace/configs
|
|
1394
1394
|
|
|
@@ -1498,7 +1498,7 @@ spec:
|
|
|
1498
1498
|
command:
|
|
1499
1499
|
- /opt/app-root/src/run-role.sh
|
|
1500
1500
|
- eck
|
|
1501
|
-
image: quay.io/ibmmas/cli:11.
|
|
1501
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
1502
1502
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1503
1503
|
# --------------------------------------------------------------------------------
|
|
1504
1504
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -1587,7 +1587,7 @@ spec:
|
|
|
1587
1587
|
command:
|
|
1588
1588
|
- /opt/app-root/src/run-role.sh
|
|
1589
1589
|
- gencfg_workspace
|
|
1590
|
-
image: quay.io/ibmmas/cli:11.
|
|
1590
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
1591
1591
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1592
1592
|
workingDir: /workspace/configs
|
|
1593
1593
|
|
|
@@ -1691,7 +1691,7 @@ spec:
|
|
|
1691
1691
|
- -c
|
|
1692
1692
|
name: gitops-bootstrap
|
|
1693
1693
|
imagePullPolicy: IfNotPresent
|
|
1694
|
-
image: quay.io/ibmmas/cli:11.
|
|
1694
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
1695
1695
|
workspaces:
|
|
1696
1696
|
- name: configs
|
|
1697
1697
|
# --------------------------------------------------------------------------------
|
|
@@ -1773,7 +1773,7 @@ spec:
|
|
|
1773
1773
|
- -c
|
|
1774
1774
|
name: gitops-cis-compliance
|
|
1775
1775
|
imagePullPolicy: IfNotPresent
|
|
1776
|
-
image: quay.io/ibmmas/cli:11.
|
|
1776
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
1777
1777
|
workspaces:
|
|
1778
1778
|
- name: configs
|
|
1779
1779
|
# --------------------------------------------------------------------------------
|
|
@@ -1977,7 +1977,7 @@ spec:
|
|
|
1977
1977
|
- -c
|
|
1978
1978
|
name: gitops-cluster
|
|
1979
1979
|
imagePullPolicy: Always
|
|
1980
|
-
image: quay.io/ibmmas/cli:11.
|
|
1980
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
1981
1981
|
workspaces:
|
|
1982
1982
|
- name: configs
|
|
1983
1983
|
# --------------------------------------------------------------------------------
|
|
@@ -2080,7 +2080,7 @@ spec:
|
|
|
2080
2080
|
- -c
|
|
2081
2081
|
name: gitops-cos
|
|
2082
2082
|
imagePullPolicy: IfNotPresent
|
|
2083
|
-
image: quay.io/ibmmas/cli:11.
|
|
2083
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
2084
2084
|
workspaces:
|
|
2085
2085
|
- name: configs
|
|
2086
2086
|
# --------------------------------------------------------------------------------
|
|
@@ -2228,7 +2228,7 @@ spec:
|
|
|
2228
2228
|
- -c
|
|
2229
2229
|
name: gitops-cp4d-service
|
|
2230
2230
|
imagePullPolicy: IfNotPresent
|
|
2231
|
-
image: quay.io/ibmmas/cli:11.
|
|
2231
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
2232
2232
|
workspaces:
|
|
2233
2233
|
- name: configs
|
|
2234
2234
|
- name: shared-gitops-configs
|
|
@@ -2357,7 +2357,7 @@ spec:
|
|
|
2357
2357
|
- -c
|
|
2358
2358
|
name: gitops-cp4d
|
|
2359
2359
|
imagePullPolicy: IfNotPresent
|
|
2360
|
-
image: quay.io/ibmmas/cli:11.
|
|
2360
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
2361
2361
|
workspaces:
|
|
2362
2362
|
- name: configs
|
|
2363
2363
|
- name: shared-gitops-configs
|
|
@@ -2609,7 +2609,7 @@ spec:
|
|
|
2609
2609
|
- -c
|
|
2610
2610
|
name: gitops-db2u-database
|
|
2611
2611
|
imagePullPolicy: Always
|
|
2612
|
-
image: quay.io/ibmmas/cli:11.
|
|
2612
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
2613
2613
|
workspaces:
|
|
2614
2614
|
- name: configs
|
|
2615
2615
|
- name: shared-gitops-configs
|
|
@@ -2707,7 +2707,7 @@ spec:
|
|
|
2707
2707
|
- -c
|
|
2708
2708
|
name: gitops-db2u
|
|
2709
2709
|
imagePullPolicy: IfNotPresent
|
|
2710
|
-
image: quay.io/ibmmas/cli:11.
|
|
2710
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
2711
2711
|
workspaces:
|
|
2712
2712
|
- name: configs
|
|
2713
2713
|
# --------------------------------------------------------------------------------
|
|
@@ -2834,7 +2834,7 @@ spec:
|
|
|
2834
2834
|
- -c
|
|
2835
2835
|
name: gitops-delete-jdbc-config
|
|
2836
2836
|
imagePullPolicy: IfNotPresent
|
|
2837
|
-
image: quay.io/ibmmas/cli:11.
|
|
2837
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
2838
2838
|
workspaces:
|
|
2839
2839
|
- name: configs
|
|
2840
2840
|
# --------------------------------------------------------------------------------
|
|
@@ -2932,7 +2932,7 @@ spec:
|
|
|
2932
2932
|
- -c
|
|
2933
2933
|
name: gitops-delete-kafka-config
|
|
2934
2934
|
imagePullPolicy: Always
|
|
2935
|
-
image: quay.io/ibmmas/cli:11.
|
|
2935
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
2936
2936
|
workspaces:
|
|
2937
2937
|
- name: configs
|
|
2938
2938
|
|
|
@@ -3024,7 +3024,7 @@ spec:
|
|
|
3024
3024
|
- -c
|
|
3025
3025
|
name: gitops-deprovision-app-config
|
|
3026
3026
|
imagePullPolicy: IfNotPresent
|
|
3027
|
-
image: quay.io/ibmmas/cli:11.
|
|
3027
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
3028
3028
|
workspaces:
|
|
3029
3029
|
- name: configs
|
|
3030
3030
|
# --------------------------------------------------------------------------------
|
|
@@ -3109,7 +3109,7 @@ spec:
|
|
|
3109
3109
|
- -c
|
|
3110
3110
|
name: gitops-deprovision-app-install
|
|
3111
3111
|
imagePullPolicy: IfNotPresent
|
|
3112
|
-
image: quay.io/ibmmas/cli:11.
|
|
3112
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
3113
3113
|
workspaces:
|
|
3114
3114
|
- name: configs
|
|
3115
3115
|
# --------------------------------------------------------------------------------
|
|
@@ -3194,7 +3194,7 @@ spec:
|
|
|
3194
3194
|
- -c
|
|
3195
3195
|
name: gitops-deprovision-cluster
|
|
3196
3196
|
imagePullPolicy: IfNotPresent
|
|
3197
|
-
image: quay.io/ibmmas/cli:11.
|
|
3197
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
3198
3198
|
workspaces:
|
|
3199
3199
|
- name: configs
|
|
3200
3200
|
# --------------------------------------------------------------------------------
|
|
@@ -3313,7 +3313,7 @@ spec:
|
|
|
3313
3313
|
- -c
|
|
3314
3314
|
name: gitops-deprovision-cos
|
|
3315
3315
|
imagePullPolicy: IfNotPresent
|
|
3316
|
-
image: quay.io/ibmmas/cli:11.
|
|
3316
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
3317
3317
|
workspaces:
|
|
3318
3318
|
- name: configs
|
|
3319
3319
|
# --------------------------------------------------------------------------------
|
|
@@ -3401,7 +3401,7 @@ spec:
|
|
|
3401
3401
|
- -c
|
|
3402
3402
|
name: gitops-deprovision-db2u-database
|
|
3403
3403
|
imagePullPolicy: IfNotPresent
|
|
3404
|
-
image: quay.io/ibmmas/cli:11.
|
|
3404
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
3405
3405
|
workspaces:
|
|
3406
3406
|
- name: configs
|
|
3407
3407
|
|
|
@@ -3484,7 +3484,7 @@ spec:
|
|
|
3484
3484
|
- -c
|
|
3485
3485
|
name: gitops-deprovision-db2u
|
|
3486
3486
|
imagePullPolicy: IfNotPresent
|
|
3487
|
-
image: quay.io/ibmmas/cli:11.
|
|
3487
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
3488
3488
|
workspaces:
|
|
3489
3489
|
- name: configs
|
|
3490
3490
|
|
|
@@ -3592,7 +3592,7 @@ spec:
|
|
|
3592
3592
|
- -c
|
|
3593
3593
|
name: gitops-deprovision-efs
|
|
3594
3594
|
imagePullPolicy: IfNotPresent
|
|
3595
|
-
image: quay.io/ibmmas/cli:11.
|
|
3595
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
3596
3596
|
workspaces:
|
|
3597
3597
|
- name: configs
|
|
3598
3598
|
|
|
@@ -3702,7 +3702,7 @@ spec:
|
|
|
3702
3702
|
- -c
|
|
3703
3703
|
name: gitops-deprovision-kafka
|
|
3704
3704
|
imagePullPolicy: IfNotPresent
|
|
3705
|
-
image: quay.io/ibmmas/cli:11.
|
|
3705
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
3706
3706
|
workspaces:
|
|
3707
3707
|
- name: configs
|
|
3708
3708
|
# --------------------------------------------------------------------------------
|
|
@@ -3805,7 +3805,7 @@ spec:
|
|
|
3805
3805
|
- -c
|
|
3806
3806
|
name: gitops-deprovision-mongo
|
|
3807
3807
|
imagePullPolicy: IfNotPresent
|
|
3808
|
-
image: quay.io/ibmmas/cli:11.
|
|
3808
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
3809
3809
|
workspaces:
|
|
3810
3810
|
- name: configs
|
|
3811
3811
|
|
|
@@ -3862,7 +3862,7 @@ spec:
|
|
|
3862
3862
|
- -c
|
|
3863
3863
|
name: gitops-deprovision-rosa
|
|
3864
3864
|
imagePullPolicy: IfNotPresent
|
|
3865
|
-
image: quay.io/ibmmas/cli:11.
|
|
3865
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
3866
3866
|
workspaces:
|
|
3867
3867
|
- name: configs
|
|
3868
3868
|
# --------------------------------------------------------------------------------
|
|
@@ -4067,7 +4067,7 @@ spec:
|
|
|
4067
4067
|
- -c
|
|
4068
4068
|
name: gitops-deprovision-suite-config
|
|
4069
4069
|
imagePullPolicy: IfNotPresent
|
|
4070
|
-
image: quay.io/ibmmas/cli:11.
|
|
4070
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
4071
4071
|
workspaces:
|
|
4072
4072
|
- name: configs
|
|
4073
4073
|
|
|
@@ -4165,7 +4165,7 @@ spec:
|
|
|
4165
4165
|
- -c
|
|
4166
4166
|
name: gitops-deprovision-suite-idp-config
|
|
4167
4167
|
imagePullPolicy: IfNotPresent
|
|
4168
|
-
image: quay.io/ibmmas/cli:11.
|
|
4168
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
4169
4169
|
workspaces:
|
|
4170
4170
|
- name: configs
|
|
4171
4171
|
# --------------------------------------------------------------------------------
|
|
@@ -4257,7 +4257,7 @@ spec:
|
|
|
4257
4257
|
- -c
|
|
4258
4258
|
name: gitops-deprovision-suite-objectstorage-config
|
|
4259
4259
|
imagePullPolicy: IfNotPresent
|
|
4260
|
-
image: quay.io/ibmmas/cli:11.
|
|
4260
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
4261
4261
|
workspaces:
|
|
4262
4262
|
- name: configs
|
|
4263
4263
|
# --------------------------------------------------------------------------------
|
|
@@ -4349,7 +4349,7 @@ spec:
|
|
|
4349
4349
|
- -c
|
|
4350
4350
|
name: gitops-deprovision-suite-smtp-config
|
|
4351
4351
|
imagePullPolicy: IfNotPresent
|
|
4352
|
-
image: quay.io/ibmmas/cli:11.
|
|
4352
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
4353
4353
|
workspaces:
|
|
4354
4354
|
- name: configs
|
|
4355
4355
|
# --------------------------------------------------------------------------------
|
|
@@ -4442,7 +4442,7 @@ spec:
|
|
|
4442
4442
|
- -c
|
|
4443
4443
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4444
4444
|
imagePullPolicy: IfNotPresent
|
|
4445
|
-
image: quay.io/ibmmas/cli:11.
|
|
4445
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
4446
4446
|
workspaces:
|
|
4447
4447
|
- name: configs
|
|
4448
4448
|
# --------------------------------------------------------------------------------
|
|
@@ -4533,7 +4533,7 @@ spec:
|
|
|
4533
4533
|
- -c
|
|
4534
4534
|
name: gitops-deprovision-suite-workspace
|
|
4535
4535
|
imagePullPolicy: Always
|
|
4536
|
-
image: quay.io/ibmmas/cli:11.
|
|
4536
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
4537
4537
|
workspaces:
|
|
4538
4538
|
- name: configs
|
|
4539
4539
|
# --------------------------------------------------------------------------------
|
|
@@ -4626,7 +4626,7 @@ spec:
|
|
|
4626
4626
|
- -c
|
|
4627
4627
|
name: gitops-deprovision-suite
|
|
4628
4628
|
imagePullPolicy: IfNotPresent
|
|
4629
|
-
image: quay.io/ibmmas/cli:11.
|
|
4629
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
4630
4630
|
workspaces:
|
|
4631
4631
|
- name: configs
|
|
4632
4632
|
|
|
@@ -4739,7 +4739,7 @@ spec:
|
|
|
4739
4739
|
- -c
|
|
4740
4740
|
name: gitops-dro
|
|
4741
4741
|
imagePullPolicy: IfNotPresent
|
|
4742
|
-
image: quay.io/ibmmas/cli:11.
|
|
4742
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
4743
4743
|
workspaces:
|
|
4744
4744
|
- name: configs
|
|
4745
4745
|
# --------------------------------------------------------------------------------
|
|
@@ -4856,7 +4856,7 @@ spec:
|
|
|
4856
4856
|
- -c
|
|
4857
4857
|
name: gitops-efs
|
|
4858
4858
|
imagePullPolicy: IfNotPresent
|
|
4859
|
-
image: quay.io/ibmmas/cli:11.
|
|
4859
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
4860
4860
|
workspaces:
|
|
4861
4861
|
- name: configs
|
|
4862
4862
|
|
|
@@ -4991,7 +4991,7 @@ spec:
|
|
|
4991
4991
|
- -c
|
|
4992
4992
|
name: gitops-jdbc-config
|
|
4993
4993
|
imagePullPolicy: Always
|
|
4994
|
-
image: quay.io/ibmmas/cli:11.
|
|
4994
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
4995
4995
|
workspaces:
|
|
4996
4996
|
- name: configs
|
|
4997
4997
|
- name: shared-gitops-configs
|
|
@@ -5087,7 +5087,7 @@ spec:
|
|
|
5087
5087
|
- -c
|
|
5088
5088
|
name: gitops-kafka-config
|
|
5089
5089
|
imagePullPolicy: Always
|
|
5090
|
-
image: quay.io/ibmmas/cli:11.
|
|
5090
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
5091
5091
|
workspaces:
|
|
5092
5092
|
- name: configs
|
|
5093
5093
|
|
|
@@ -5209,7 +5209,7 @@ spec:
|
|
|
5209
5209
|
- -c
|
|
5210
5210
|
name: gitops-kafka
|
|
5211
5211
|
imagePullPolicy: IfNotPresent
|
|
5212
|
-
image: quay.io/ibmmas/cli:11.
|
|
5212
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
5213
5213
|
workspaces:
|
|
5214
5214
|
- name: configs
|
|
5215
5215
|
# --------------------------------------------------------------------------------
|
|
@@ -5335,7 +5335,7 @@ spec:
|
|
|
5335
5335
|
- -c
|
|
5336
5336
|
name: gitops-license
|
|
5337
5337
|
imagePullPolicy: Always
|
|
5338
|
-
image: quay.io/ibmmas/cli:11.
|
|
5338
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
5339
5339
|
workspaces:
|
|
5340
5340
|
- name: shared-entitlement
|
|
5341
5341
|
|
|
@@ -5838,7 +5838,7 @@ spec:
|
|
|
5838
5838
|
- -c
|
|
5839
5839
|
name: gitops-mas-fvt-preparer
|
|
5840
5840
|
imagePullPolicy: Always
|
|
5841
|
-
image: quay.io/ibmmas/cli:11.
|
|
5841
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
5842
5842
|
workspaces:
|
|
5843
5843
|
- name: configs
|
|
5844
5844
|
- name: shared-additional-configs
|
|
@@ -6280,7 +6280,7 @@ spec:
|
|
|
6280
6280
|
- -c
|
|
6281
6281
|
name: gitops-mas-initiator
|
|
6282
6282
|
imagePullPolicy: IfNotPresent
|
|
6283
|
-
image: quay.io/ibmmas/cli:11.
|
|
6283
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
6284
6284
|
workspaces:
|
|
6285
6285
|
- name: configs
|
|
6286
6286
|
# --------------------------------------------------------------------------------
|
|
@@ -6388,7 +6388,7 @@ spec:
|
|
|
6388
6388
|
- -c
|
|
6389
6389
|
name: gitops-mongo
|
|
6390
6390
|
imagePullPolicy: IfNotPresent
|
|
6391
|
-
image: quay.io/ibmmas/cli:11.
|
|
6391
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
6392
6392
|
workspaces:
|
|
6393
6393
|
- name: configs
|
|
6394
6394
|
|
|
@@ -6510,7 +6510,7 @@ spec:
|
|
|
6510
6510
|
- -c
|
|
6511
6511
|
name: gitops-nvidia-gpu
|
|
6512
6512
|
imagePullPolicy: IfNotPresent
|
|
6513
|
-
image: quay.io/ibmmas/cli:11.
|
|
6513
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
6514
6514
|
workspaces:
|
|
6515
6515
|
- name: configs
|
|
6516
6516
|
# --------------------------------------------------------------------------------
|
|
@@ -6628,7 +6628,7 @@ spec:
|
|
|
6628
6628
|
- -c
|
|
6629
6629
|
name: gitops-process-mongo-user
|
|
6630
6630
|
imagePullPolicy: IfNotPresent
|
|
6631
|
-
image: quay.io/ibmmas/cli:11.
|
|
6631
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
6632
6632
|
workspaces:
|
|
6633
6633
|
- name: configs
|
|
6634
6634
|
# --------------------------------------------------------------------------------
|
|
@@ -6684,7 +6684,7 @@ spec:
|
|
|
6684
6684
|
- -c
|
|
6685
6685
|
name: gitops-rosa
|
|
6686
6686
|
imagePullPolicy: IfNotPresent
|
|
6687
|
-
image: quay.io/ibmmas/cli:11.
|
|
6687
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
6688
6688
|
workspaces:
|
|
6689
6689
|
- name: configs
|
|
6690
6690
|
# --------------------------------------------------------------------------------
|
|
@@ -6866,7 +6866,7 @@ spec:
|
|
|
6866
6866
|
- -c
|
|
6867
6867
|
name: gitops-suite-app-config
|
|
6868
6868
|
imagePullPolicy: IfNotPresent
|
|
6869
|
-
image: quay.io/ibmmas/cli:11.
|
|
6869
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
6870
6870
|
workspaces:
|
|
6871
6871
|
- name: configs
|
|
6872
6872
|
- name: shared-gitops-configs
|
|
@@ -7024,7 +7024,7 @@ spec:
|
|
|
7024
7024
|
- -c
|
|
7025
7025
|
name: gitops-suite-app-install
|
|
7026
7026
|
imagePullPolicy: Always
|
|
7027
|
-
image: quay.io/ibmmas/cli:11.
|
|
7027
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
7028
7028
|
workspaces:
|
|
7029
7029
|
- name: configs
|
|
7030
7030
|
- name: shared-gitops-configs
|
|
@@ -7130,7 +7130,7 @@ spec:
|
|
|
7130
7130
|
- -c
|
|
7131
7131
|
name: gitops-suite-certs
|
|
7132
7132
|
imagePullPolicy: IfNotPresent
|
|
7133
|
-
image: quay.io/ibmmas/cli:11.
|
|
7133
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
7134
7134
|
workspaces:
|
|
7135
7135
|
- name: configs
|
|
7136
7136
|
- name: certificates
|
|
@@ -7300,7 +7300,7 @@ spec:
|
|
|
7300
7300
|
- -c
|
|
7301
7301
|
name: gitops-suite-config
|
|
7302
7302
|
imagePullPolicy: IfNotPresent
|
|
7303
|
-
image: quay.io/ibmmas/cli:11.
|
|
7303
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
7304
7304
|
workspaces:
|
|
7305
7305
|
- name: configs
|
|
7306
7306
|
- name: shared-additional-configs
|
|
@@ -7400,7 +7400,7 @@ spec:
|
|
|
7400
7400
|
- -c
|
|
7401
7401
|
name: gitops-suite-dns
|
|
7402
7402
|
imagePullPolicy: IfNotPresent
|
|
7403
|
-
image: quay.io/ibmmas/cli:11.
|
|
7403
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
7404
7404
|
workspaces:
|
|
7405
7405
|
- name: configs
|
|
7406
7406
|
|
|
@@ -7524,7 +7524,7 @@ spec:
|
|
|
7524
7524
|
- -c
|
|
7525
7525
|
name: gitops-suite-idp-config
|
|
7526
7526
|
imagePullPolicy: IfNotPresent
|
|
7527
|
-
image: quay.io/ibmmas/cli:11.
|
|
7527
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
7528
7528
|
workspaces:
|
|
7529
7529
|
- name: configs
|
|
7530
7530
|
- name: shared-additional-configs
|
|
@@ -7625,7 +7625,7 @@ spec:
|
|
|
7625
7625
|
- -c
|
|
7626
7626
|
name: gitops-suite-objectstorage-config
|
|
7627
7627
|
imagePullPolicy: IfNotPresent
|
|
7628
|
-
image: quay.io/ibmmas/cli:11.
|
|
7628
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
7629
7629
|
workspaces:
|
|
7630
7630
|
- name: configs
|
|
7631
7631
|
- name: shared-gitops-configs
|
|
@@ -7766,7 +7766,7 @@ spec:
|
|
|
7766
7766
|
- -c
|
|
7767
7767
|
name: gitops-suite-smtp-config
|
|
7768
7768
|
imagePullPolicy: IfNotPresent
|
|
7769
|
-
image: quay.io/ibmmas/cli:11.
|
|
7769
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
7770
7770
|
workspaces:
|
|
7771
7771
|
- name: configs
|
|
7772
7772
|
|
|
@@ -7875,7 +7875,7 @@ spec:
|
|
|
7875
7875
|
- -c
|
|
7876
7876
|
name: gitops-suite-watson-studio-config
|
|
7877
7877
|
imagePullPolicy: IfNotPresent
|
|
7878
|
-
image: quay.io/ibmmas/cli:11.
|
|
7878
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
7879
7879
|
workspaces:
|
|
7880
7880
|
- name: configs
|
|
7881
7881
|
- name: shared-gitops-configs
|
|
@@ -7972,7 +7972,7 @@ spec:
|
|
|
7972
7972
|
- -c
|
|
7973
7973
|
name: gitops-suite-workspace
|
|
7974
7974
|
imagePullPolicy: IfNotPresent
|
|
7975
|
-
image: quay.io/ibmmas/cli:11.
|
|
7975
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
7976
7976
|
workspaces:
|
|
7977
7977
|
- name: configs
|
|
7978
7978
|
# --------------------------------------------------------------------------------
|
|
@@ -8252,7 +8252,7 @@ spec:
|
|
|
8252
8252
|
- -c
|
|
8253
8253
|
name: gitops-suite
|
|
8254
8254
|
imagePullPolicy: IfNotPresent
|
|
8255
|
-
image: quay.io/ibmmas/cli:11.
|
|
8255
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
8256
8256
|
workspaces:
|
|
8257
8257
|
- name: configs
|
|
8258
8258
|
- name: shared-gitops-configs
|
|
@@ -8302,7 +8302,7 @@ spec:
|
|
|
8302
8302
|
|
|
8303
8303
|
steps:
|
|
8304
8304
|
- name: grafana
|
|
8305
|
-
image: quay.io/ibmmas/cli:11.
|
|
8305
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
8306
8306
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8307
8307
|
command:
|
|
8308
8308
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8436,7 +8436,7 @@ spec:
|
|
|
8436
8436
|
command:
|
|
8437
8437
|
- /opt/app-root/src/run-role.sh
|
|
8438
8438
|
- ibm_catalogs
|
|
8439
|
-
image: quay.io/ibmmas/cli:11.
|
|
8439
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
8440
8440
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8441
8441
|
workingDir: /workspace/configs
|
|
8442
8442
|
# --------------------------------------------------------------------------------
|
|
@@ -8678,7 +8678,7 @@ spec:
|
|
|
8678
8678
|
command:
|
|
8679
8679
|
- /opt/app-root/src/run-role.sh
|
|
8680
8680
|
- kafka
|
|
8681
|
-
image: quay.io/ibmmas/cli:11.
|
|
8681
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
8682
8682
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8683
8683
|
workingDir: /workspace/configs
|
|
8684
8684
|
|
|
@@ -8894,7 +8894,7 @@ spec:
|
|
|
8894
8894
|
command:
|
|
8895
8895
|
- /opt/app-root/src/run-role.sh
|
|
8896
8896
|
- kmodels
|
|
8897
|
-
image: quay.io/ibmmas/cli:11.
|
|
8897
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
8898
8898
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8899
8899
|
# --------------------------------------------------------------------------------
|
|
8900
8900
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -9072,7 +9072,7 @@ spec:
|
|
|
9072
9072
|
command:
|
|
9073
9073
|
- /opt/app-root/src/run-role.sh
|
|
9074
9074
|
- mongodb
|
|
9075
|
-
image: quay.io/ibmmas/cli:11.
|
|
9075
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
9076
9076
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9077
9077
|
workingDir: /workspace/configs
|
|
9078
9078
|
|
|
@@ -9115,7 +9115,7 @@ spec:
|
|
|
9115
9115
|
- $(params.base_output_dir)
|
|
9116
9116
|
- --extra-namespaces
|
|
9117
9117
|
- selenium
|
|
9118
|
-
image: quay.io/ibmmas/cli:11.
|
|
9118
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
9119
9119
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9120
9120
|
env:
|
|
9121
9121
|
- name: DEVOPS_MONGO_URI
|
|
@@ -9232,7 +9232,7 @@ spec:
|
|
|
9232
9232
|
command:
|
|
9233
9233
|
- /opt/app-root/src/run-role.sh
|
|
9234
9234
|
- nvidia_gpu
|
|
9235
|
-
image: quay.io/ibmmas/cli:11.
|
|
9235
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
9236
9236
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9237
9237
|
workingDir: /workspace/configs
|
|
9238
9238
|
|
|
@@ -9268,7 +9268,7 @@ spec:
|
|
|
9268
9268
|
# Verify Cluster
|
|
9269
9269
|
# -------------------------------------------------------------------------
|
|
9270
9270
|
- name: ocp-verify-cluster
|
|
9271
|
-
image: quay.io/ibmmas/cli:11.
|
|
9271
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
9272
9272
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9273
9273
|
command:
|
|
9274
9274
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9310,7 +9310,7 @@ spec:
|
|
|
9310
9310
|
# Verify Catalogs
|
|
9311
9311
|
# -------------------------------------------------------------------------
|
|
9312
9312
|
- name: ocp-verify-catalogs
|
|
9313
|
-
image: quay.io/ibmmas/cli:11.
|
|
9313
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
9314
9314
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9315
9315
|
command:
|
|
9316
9316
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9352,7 +9352,7 @@ spec:
|
|
|
9352
9352
|
# Verify Subscriptions
|
|
9353
9353
|
# -------------------------------------------------------------------------
|
|
9354
9354
|
- name: ocp-verify-subscriptions
|
|
9355
|
-
image: quay.io/ibmmas/cli:11.
|
|
9355
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
9356
9356
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9357
9357
|
command:
|
|
9358
9358
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9394,7 +9394,7 @@ spec:
|
|
|
9394
9394
|
# Verify Workloads
|
|
9395
9395
|
# -------------------------------------------------------------------------
|
|
9396
9396
|
- name: ocp-verify-workloads
|
|
9397
|
-
image: quay.io/ibmmas/cli:11.
|
|
9397
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
9398
9398
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9399
9399
|
command:
|
|
9400
9400
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9436,7 +9436,7 @@ spec:
|
|
|
9436
9436
|
# Verify Catalogs - Ingress TLS
|
|
9437
9437
|
# -------------------------------------------------------------------------
|
|
9438
9438
|
- name: ocp-verify-ingress
|
|
9439
|
-
image: quay.io/ibmmas/cli:11.
|
|
9439
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
9440
9440
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9441
9441
|
command:
|
|
9442
9442
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9562,7 +9562,7 @@ spec:
|
|
|
9562
9562
|
command:
|
|
9563
9563
|
- /opt/app-root/src/run-role.sh
|
|
9564
9564
|
- ocp_verify
|
|
9565
|
-
image: quay.io/ibmmas/cli:11.
|
|
9565
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
9566
9566
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9567
9567
|
workingDir: /workspace/configs
|
|
9568
9568
|
# --------------------------------------------------------------------------------
|
|
@@ -9630,7 +9630,7 @@ spec:
|
|
|
9630
9630
|
command:
|
|
9631
9631
|
- /opt/app-root/src/run-role.sh
|
|
9632
9632
|
- ocs
|
|
9633
|
-
image: quay.io/ibmmas/cli:11.
|
|
9633
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
9634
9634
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9635
9635
|
workingDir: /workspace/configs
|
|
9636
9636
|
|
|
@@ -9866,7 +9866,7 @@ spec:
|
|
|
9866
9866
|
command:
|
|
9867
9867
|
- /opt/app-root/src/run-role.sh
|
|
9868
9868
|
- odh
|
|
9869
|
-
image: quay.io/ibmmas/cli:11.
|
|
9869
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
9870
9870
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9871
9871
|
# --------------------------------------------------------------------------------
|
|
9872
9872
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -10042,7 +10042,7 @@ spec:
|
|
|
10042
10042
|
command:
|
|
10043
10043
|
- /opt/app-root/src/run-role.sh
|
|
10044
10044
|
- sls
|
|
10045
|
-
image: quay.io/ibmmas/cli:11.
|
|
10045
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
10046
10046
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10047
10047
|
workingDir: /workspace/configs
|
|
10048
10048
|
|
|
@@ -10431,12 +10431,12 @@ spec:
|
|
|
10431
10431
|
command:
|
|
10432
10432
|
- /opt/app-root/src/run-role.sh
|
|
10433
10433
|
- suite_app_config
|
|
10434
|
-
image: quay.io/ibmmas/cli:11.
|
|
10434
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
10435
10435
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10436
10436
|
|
|
10437
10437
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
10438
10438
|
- name: app-cfg-post-verify
|
|
10439
|
-
image: quay.io/ibmmas/cli:11.
|
|
10439
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
10440
10440
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10441
10441
|
command:
|
|
10442
10442
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -10637,7 +10637,7 @@ spec:
|
|
|
10637
10637
|
command:
|
|
10638
10638
|
- /opt/app-root/src/run-role.sh
|
|
10639
10639
|
- suite_app_install
|
|
10640
|
-
image: quay.io/ibmmas/cli:11.
|
|
10640
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
10641
10641
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10642
10642
|
|
|
10643
10643
|
workspaces:
|
|
@@ -10726,7 +10726,7 @@ spec:
|
|
|
10726
10726
|
command:
|
|
10727
10727
|
- /opt/app-root/src/run-role.sh
|
|
10728
10728
|
- suite_app_rollback
|
|
10729
|
-
image: quay.io/ibmmas/cli:11.
|
|
10729
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
10730
10730
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10731
10731
|
# --------------------------------------------------------------------------------
|
|
10732
10732
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -10789,7 +10789,7 @@ spec:
|
|
|
10789
10789
|
command:
|
|
10790
10790
|
- /opt/app-root/src/run-role.sh
|
|
10791
10791
|
- suite_app_uninstall
|
|
10792
|
-
image: quay.io/ibmmas/cli:11.
|
|
10792
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
10793
10793
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10794
10794
|
# --------------------------------------------------------------------------------
|
|
10795
10795
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -10864,7 +10864,7 @@ spec:
|
|
|
10864
10864
|
command:
|
|
10865
10865
|
- /opt/app-root/src/run-role.sh
|
|
10866
10866
|
- suite_app_upgrade
|
|
10867
|
-
image: quay.io/ibmmas/cli:11.
|
|
10867
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
10868
10868
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10869
10869
|
# --------------------------------------------------------------------------------
|
|
10870
10870
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -10965,7 +10965,7 @@ spec:
|
|
|
10965
10965
|
command:
|
|
10966
10966
|
- /opt/app-root/src/run-role.sh
|
|
10967
10967
|
- suite_app_verify
|
|
10968
|
-
image: quay.io/ibmmas/cli:11.
|
|
10968
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
10969
10969
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10970
10970
|
# --------------------------------------------------------------------------------
|
|
10971
10971
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -11108,7 +11108,7 @@ spec:
|
|
|
11108
11108
|
command:
|
|
11109
11109
|
- /opt/app-root/src/run-role.sh
|
|
11110
11110
|
- suite_certs
|
|
11111
|
-
image: quay.io/ibmmas/cli:11.
|
|
11111
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
11112
11112
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11113
11113
|
|
|
11114
11114
|
workspaces:
|
|
@@ -11175,7 +11175,7 @@ spec:
|
|
|
11175
11175
|
command:
|
|
11176
11176
|
- /opt/app-root/src/run-role.sh
|
|
11177
11177
|
- suite_config
|
|
11178
|
-
image: quay.io/ibmmas/cli:11.
|
|
11178
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
11179
11179
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11180
11180
|
workingDir: /workspace/configs
|
|
11181
11181
|
|
|
@@ -11246,7 +11246,7 @@ spec:
|
|
|
11246
11246
|
command:
|
|
11247
11247
|
- /opt/app-root/src/run-role.sh
|
|
11248
11248
|
- suite_db2_setup_for_manage
|
|
11249
|
-
image: quay.io/ibmmas/cli:11.
|
|
11249
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
11250
11250
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11251
11251
|
# --------------------------------------------------------------------------------
|
|
11252
11252
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -11436,7 +11436,7 @@ spec:
|
|
|
11436
11436
|
command:
|
|
11437
11437
|
- /opt/app-root/src/run-role.sh
|
|
11438
11438
|
- suite_dns
|
|
11439
|
-
image: quay.io/ibmmas/cli:11.
|
|
11439
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
11440
11440
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11441
11441
|
# --------------------------------------------------------------------------------
|
|
11442
11442
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -11685,7 +11685,7 @@ spec:
|
|
|
11685
11685
|
command:
|
|
11686
11686
|
- /opt/app-root/src/run-role.sh
|
|
11687
11687
|
- suite_install
|
|
11688
|
-
image: quay.io/ibmmas/cli:11.
|
|
11688
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
11689
11689
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11690
11690
|
workingDir: /workspace/configs
|
|
11691
11691
|
|
|
@@ -11773,7 +11773,7 @@ spec:
|
|
|
11773
11773
|
command:
|
|
11774
11774
|
- /opt/app-root/src/run-role.sh
|
|
11775
11775
|
- suite_rollback
|
|
11776
|
-
image: quay.io/ibmmas/cli:11.
|
|
11776
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
11777
11777
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11778
11778
|
# --------------------------------------------------------------------------------
|
|
11779
11779
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -11838,7 +11838,7 @@ spec:
|
|
|
11838
11838
|
command:
|
|
11839
11839
|
- /opt/app-root/src/run-role.sh
|
|
11840
11840
|
- suite_uninstall
|
|
11841
|
-
image: quay.io/ibmmas/cli:11.
|
|
11841
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
11842
11842
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11843
11843
|
# --------------------------------------------------------------------------------
|
|
11844
11844
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -11908,7 +11908,7 @@ spec:
|
|
|
11908
11908
|
command:
|
|
11909
11909
|
- /opt/app-root/src/run-role.sh
|
|
11910
11910
|
- suite_upgrade
|
|
11911
|
-
image: quay.io/ibmmas/cli:11.
|
|
11911
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
11912
11912
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11913
11913
|
# --------------------------------------------------------------------------------
|
|
11914
11914
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -11975,12 +11975,12 @@ spec:
|
|
|
11975
11975
|
command:
|
|
11976
11976
|
- /opt/app-root/src/run-role.sh
|
|
11977
11977
|
- suite_verify
|
|
11978
|
-
image: quay.io/ibmmas/cli:11.
|
|
11978
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
11979
11979
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11980
11980
|
|
|
11981
11981
|
# If configmap/approval-suite-verify exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
11982
11982
|
- name: suite-post-verify
|
|
11983
|
-
image: quay.io/ibmmas/cli:11.
|
|
11983
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
11984
11984
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11985
11985
|
script: |
|
|
11986
11986
|
#!/usr/bin/env bash
|
|
@@ -12114,7 +12114,7 @@ spec:
|
|
|
12114
12114
|
command:
|
|
12115
12115
|
- /opt/app-root/src/run-role.sh
|
|
12116
12116
|
- turbonomic
|
|
12117
|
-
image: quay.io/ibmmas/cli:11.
|
|
12117
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
12118
12118
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12119
12119
|
# --------------------------------------------------------------------------------
|
|
12120
12120
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -12195,7 +12195,7 @@ spec:
|
|
|
12195
12195
|
# IBM User Data Services (UDS)
|
|
12196
12196
|
# -------------------------------------------------------------------------
|
|
12197
12197
|
- name: uds
|
|
12198
|
-
image: quay.io/ibmmas/cli:11.
|
|
12198
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
12199
12199
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12200
12200
|
workingDir: /workspace/configs
|
|
12201
12201
|
command:
|
|
@@ -12258,7 +12258,7 @@ spec:
|
|
|
12258
12258
|
# IBM Data Reporter Operator (DRO)
|
|
12259
12259
|
# -------------------------------------------------------------------------
|
|
12260
12260
|
- name: dro
|
|
12261
|
-
image: quay.io/ibmmas/cli:11.
|
|
12261
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
12262
12262
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12263
12263
|
workingDir: /workspace/configs
|
|
12264
12264
|
command:
|
|
@@ -12344,7 +12344,7 @@ spec:
|
|
|
12344
12344
|
|
|
12345
12345
|
steps:
|
|
12346
12346
|
- name: update-configmap
|
|
12347
|
-
image: quay.io/ibmmas/cli:11.
|
|
12347
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
12348
12348
|
command:
|
|
12349
12349
|
- /opt/app-root/src/update-configmap.sh
|
|
12350
12350
|
env:
|
|
@@ -12406,7 +12406,7 @@ spec:
|
|
|
12406
12406
|
|
|
12407
12407
|
steps:
|
|
12408
12408
|
- name: wait-for-configmap
|
|
12409
|
-
image: quay.io/ibmmas/cli:11.
|
|
12409
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
12410
12410
|
command:
|
|
12411
12411
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
12412
12412
|
env:
|
|
@@ -12470,7 +12470,7 @@ spec:
|
|
|
12470
12470
|
|
|
12471
12471
|
steps:
|
|
12472
12472
|
- name: wait
|
|
12473
|
-
image: quay.io/ibmmas/cli:11.
|
|
12473
|
+
image: quay.io/ibmmas/cli:11.10.0
|
|
12474
12474
|
command:
|
|
12475
12475
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
12476
12476
|
env:
|
|
@@ -22510,6 +22510,9 @@ spec:
|
|
|
22510
22510
|
|
|
22511
22511
|
- name: db2_instance_name
|
|
22512
22512
|
value: "mas-$(params.mas_instance_id)-system"
|
|
22513
|
+
|
|
22514
|
+
- name: db2_namespace
|
|
22515
|
+
value: "$(params.db2_namespace)"
|
|
22513
22516
|
# Only perform the hack if Manage is being installed, if we're using in-cluster system db and we're not using a dedicated Db2 instance for Manage (in-cluster or BYO)
|
|
22514
22517
|
when:
|
|
22515
22518
|
- input: "$(params.mas_app_channel_manage)"
|
|
@@ -22538,6 +22541,9 @@ spec:
|
|
|
22538
22541
|
|
|
22539
22542
|
- name: db2_instance_name
|
|
22540
22543
|
value: "mas-$(params.mas_instance_id)-$(params.mas_workspace_id)-manage"
|
|
22544
|
+
|
|
22545
|
+
- name: db2_namespace
|
|
22546
|
+
value: "$(params.db2_namespace)"
|
|
22541
22547
|
# Only perform the hack if Manage is being installed, if we're using in-cluster system db and we're not using a dedicated Db2 instance for Manage (in-cluster or BYO)
|
|
22542
22548
|
when:
|
|
22543
22549
|
- input: "$(params.mas_app_channel_manage)"
|