mas-cli 11.10.1__py3-none-any.whl → 11.11.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 +1 -1
- mas/cli/templates/ibm-mas-tekton.yaml +119 -101
- {mas_cli-11.10.1.dist-info → mas_cli-11.11.0.dist-info}/METADATA +1 -1
- {mas_cli-11.10.1.dist-info → mas_cli-11.11.0.dist-info}/RECORD +8 -8
- {mas_cli-11.10.1.data → mas_cli-11.11.0.data}/scripts/mas-cli +0 -0
- {mas_cli-11.10.1.dist-info → mas_cli-11.11.0.dist-info}/WHEEL +0 -0
- {mas_cli-11.10.1.dist-info → mas_cli-11.11.0.dist-info}/top_level.txt +0 -0
mas/cli/__init__.py
CHANGED
mas/cli/cli.py
CHANGED
|
@@ -117,7 +117,7 @@ class BaseApp(PrintMixin, PromptMixin):
|
|
|
117
117
|
logging.getLogger('asyncio').setLevel(logging.INFO)
|
|
118
118
|
|
|
119
119
|
# Supports extended semver, unlike mas.cli.__version__
|
|
120
|
-
self.version = "11.
|
|
120
|
+
self.version = "11.11.0"
|
|
121
121
|
self.h1count = 0
|
|
122
122
|
self.h2count = 0
|
|
123
123
|
|
|
@@ -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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.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.11.0
|
|
1777
1777
|
workspaces:
|
|
1778
1778
|
- name: configs
|
|
1779
1779
|
# --------------------------------------------------------------------------------
|
|
@@ -1819,6 +1819,10 @@ spec:
|
|
|
1819
1819
|
- name: custom_labels
|
|
1820
1820
|
type: string
|
|
1821
1821
|
default: ''
|
|
1822
|
+
- name: custom_sa_namespace
|
|
1823
|
+
type: string
|
|
1824
|
+
- name: custom_sa_details
|
|
1825
|
+
type: string
|
|
1822
1826
|
- name: cluster_promotion_target_github_host
|
|
1823
1827
|
type: string
|
|
1824
1828
|
default: ''
|
|
@@ -1898,6 +1902,10 @@ spec:
|
|
|
1898
1902
|
value: $(params.slack_channel_id)
|
|
1899
1903
|
- name: CUSTOM_LABELS
|
|
1900
1904
|
value: $(params.custom_labels)
|
|
1905
|
+
- name: CUSTOM_SA_NAMESPACE
|
|
1906
|
+
value: $(params.custom_sa_namespace)
|
|
1907
|
+
- name: CUSTOM_SA_DETAILS
|
|
1908
|
+
value: $(params.custom_sa_details)
|
|
1901
1909
|
- name: CLUSTER_PROMOTION_TARGET_GITHUB_HOST
|
|
1902
1910
|
value: $(params.cluster_promotion_target_github_host)
|
|
1903
1911
|
- name: CLUSTER_PROMOTION_TARGET_GITHUB_REPO
|
|
@@ -1977,7 +1985,7 @@ spec:
|
|
|
1977
1985
|
- -c
|
|
1978
1986
|
name: gitops-cluster
|
|
1979
1987
|
imagePullPolicy: Always
|
|
1980
|
-
image: quay.io/ibmmas/cli:11.
|
|
1988
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
1981
1989
|
workspaces:
|
|
1982
1990
|
- name: configs
|
|
1983
1991
|
# --------------------------------------------------------------------------------
|
|
@@ -2080,7 +2088,7 @@ spec:
|
|
|
2080
2088
|
- -c
|
|
2081
2089
|
name: gitops-cos
|
|
2082
2090
|
imagePullPolicy: IfNotPresent
|
|
2083
|
-
image: quay.io/ibmmas/cli:11.
|
|
2091
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
2084
2092
|
workspaces:
|
|
2085
2093
|
- name: configs
|
|
2086
2094
|
# --------------------------------------------------------------------------------
|
|
@@ -2228,7 +2236,7 @@ spec:
|
|
|
2228
2236
|
- -c
|
|
2229
2237
|
name: gitops-cp4d-service
|
|
2230
2238
|
imagePullPolicy: IfNotPresent
|
|
2231
|
-
image: quay.io/ibmmas/cli:11.
|
|
2239
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
2232
2240
|
workspaces:
|
|
2233
2241
|
- name: configs
|
|
2234
2242
|
- name: shared-gitops-configs
|
|
@@ -2357,7 +2365,7 @@ spec:
|
|
|
2357
2365
|
- -c
|
|
2358
2366
|
name: gitops-cp4d
|
|
2359
2367
|
imagePullPolicy: IfNotPresent
|
|
2360
|
-
image: quay.io/ibmmas/cli:11.
|
|
2368
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
2361
2369
|
workspaces:
|
|
2362
2370
|
- name: configs
|
|
2363
2371
|
- name: shared-gitops-configs
|
|
@@ -2609,7 +2617,7 @@ spec:
|
|
|
2609
2617
|
- -c
|
|
2610
2618
|
name: gitops-db2u-database
|
|
2611
2619
|
imagePullPolicy: Always
|
|
2612
|
-
image: quay.io/ibmmas/cli:11.
|
|
2620
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
2613
2621
|
workspaces:
|
|
2614
2622
|
- name: configs
|
|
2615
2623
|
- name: shared-gitops-configs
|
|
@@ -2707,7 +2715,7 @@ spec:
|
|
|
2707
2715
|
- -c
|
|
2708
2716
|
name: gitops-db2u
|
|
2709
2717
|
imagePullPolicy: IfNotPresent
|
|
2710
|
-
image: quay.io/ibmmas/cli:11.
|
|
2718
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
2711
2719
|
workspaces:
|
|
2712
2720
|
- name: configs
|
|
2713
2721
|
# --------------------------------------------------------------------------------
|
|
@@ -2834,7 +2842,7 @@ spec:
|
|
|
2834
2842
|
- -c
|
|
2835
2843
|
name: gitops-delete-jdbc-config
|
|
2836
2844
|
imagePullPolicy: IfNotPresent
|
|
2837
|
-
image: quay.io/ibmmas/cli:11.
|
|
2845
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
2838
2846
|
workspaces:
|
|
2839
2847
|
- name: configs
|
|
2840
2848
|
# --------------------------------------------------------------------------------
|
|
@@ -2932,7 +2940,7 @@ spec:
|
|
|
2932
2940
|
- -c
|
|
2933
2941
|
name: gitops-delete-kafka-config
|
|
2934
2942
|
imagePullPolicy: Always
|
|
2935
|
-
image: quay.io/ibmmas/cli:11.
|
|
2943
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
2936
2944
|
workspaces:
|
|
2937
2945
|
- name: configs
|
|
2938
2946
|
|
|
@@ -3024,7 +3032,7 @@ spec:
|
|
|
3024
3032
|
- -c
|
|
3025
3033
|
name: gitops-deprovision-app-config
|
|
3026
3034
|
imagePullPolicy: IfNotPresent
|
|
3027
|
-
image: quay.io/ibmmas/cli:11.
|
|
3035
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
3028
3036
|
workspaces:
|
|
3029
3037
|
- name: configs
|
|
3030
3038
|
# --------------------------------------------------------------------------------
|
|
@@ -3109,7 +3117,7 @@ spec:
|
|
|
3109
3117
|
- -c
|
|
3110
3118
|
name: gitops-deprovision-app-install
|
|
3111
3119
|
imagePullPolicy: IfNotPresent
|
|
3112
|
-
image: quay.io/ibmmas/cli:11.
|
|
3120
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
3113
3121
|
workspaces:
|
|
3114
3122
|
- name: configs
|
|
3115
3123
|
# --------------------------------------------------------------------------------
|
|
@@ -3194,7 +3202,7 @@ spec:
|
|
|
3194
3202
|
- -c
|
|
3195
3203
|
name: gitops-deprovision-cluster
|
|
3196
3204
|
imagePullPolicy: IfNotPresent
|
|
3197
|
-
image: quay.io/ibmmas/cli:11.
|
|
3205
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
3198
3206
|
workspaces:
|
|
3199
3207
|
- name: configs
|
|
3200
3208
|
# --------------------------------------------------------------------------------
|
|
@@ -3313,7 +3321,7 @@ spec:
|
|
|
3313
3321
|
- -c
|
|
3314
3322
|
name: gitops-deprovision-cos
|
|
3315
3323
|
imagePullPolicy: IfNotPresent
|
|
3316
|
-
image: quay.io/ibmmas/cli:11.
|
|
3324
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
3317
3325
|
workspaces:
|
|
3318
3326
|
- name: configs
|
|
3319
3327
|
# --------------------------------------------------------------------------------
|
|
@@ -3401,7 +3409,7 @@ spec:
|
|
|
3401
3409
|
- -c
|
|
3402
3410
|
name: gitops-deprovision-db2u-database
|
|
3403
3411
|
imagePullPolicy: IfNotPresent
|
|
3404
|
-
image: quay.io/ibmmas/cli:11.
|
|
3412
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
3405
3413
|
workspaces:
|
|
3406
3414
|
- name: configs
|
|
3407
3415
|
|
|
@@ -3484,7 +3492,7 @@ spec:
|
|
|
3484
3492
|
- -c
|
|
3485
3493
|
name: gitops-deprovision-db2u
|
|
3486
3494
|
imagePullPolicy: IfNotPresent
|
|
3487
|
-
image: quay.io/ibmmas/cli:11.
|
|
3495
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
3488
3496
|
workspaces:
|
|
3489
3497
|
- name: configs
|
|
3490
3498
|
|
|
@@ -3592,7 +3600,7 @@ spec:
|
|
|
3592
3600
|
- -c
|
|
3593
3601
|
name: gitops-deprovision-efs
|
|
3594
3602
|
imagePullPolicy: IfNotPresent
|
|
3595
|
-
image: quay.io/ibmmas/cli:11.
|
|
3603
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
3596
3604
|
workspaces:
|
|
3597
3605
|
- name: configs
|
|
3598
3606
|
|
|
@@ -3702,7 +3710,7 @@ spec:
|
|
|
3702
3710
|
- -c
|
|
3703
3711
|
name: gitops-deprovision-kafka
|
|
3704
3712
|
imagePullPolicy: IfNotPresent
|
|
3705
|
-
image: quay.io/ibmmas/cli:11.
|
|
3713
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
3706
3714
|
workspaces:
|
|
3707
3715
|
- name: configs
|
|
3708
3716
|
# --------------------------------------------------------------------------------
|
|
@@ -3805,7 +3813,7 @@ spec:
|
|
|
3805
3813
|
- -c
|
|
3806
3814
|
name: gitops-deprovision-mongo
|
|
3807
3815
|
imagePullPolicy: IfNotPresent
|
|
3808
|
-
image: quay.io/ibmmas/cli:11.
|
|
3816
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
3809
3817
|
workspaces:
|
|
3810
3818
|
- name: configs
|
|
3811
3819
|
|
|
@@ -3862,7 +3870,7 @@ spec:
|
|
|
3862
3870
|
- -c
|
|
3863
3871
|
name: gitops-deprovision-rosa
|
|
3864
3872
|
imagePullPolicy: IfNotPresent
|
|
3865
|
-
image: quay.io/ibmmas/cli:11.
|
|
3873
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
3866
3874
|
workspaces:
|
|
3867
3875
|
- name: configs
|
|
3868
3876
|
# --------------------------------------------------------------------------------
|
|
@@ -4067,7 +4075,7 @@ spec:
|
|
|
4067
4075
|
- -c
|
|
4068
4076
|
name: gitops-deprovision-suite-config
|
|
4069
4077
|
imagePullPolicy: IfNotPresent
|
|
4070
|
-
image: quay.io/ibmmas/cli:11.
|
|
4078
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
4071
4079
|
workspaces:
|
|
4072
4080
|
- name: configs
|
|
4073
4081
|
|
|
@@ -4165,7 +4173,7 @@ spec:
|
|
|
4165
4173
|
- -c
|
|
4166
4174
|
name: gitops-deprovision-suite-idp-config
|
|
4167
4175
|
imagePullPolicy: IfNotPresent
|
|
4168
|
-
image: quay.io/ibmmas/cli:11.
|
|
4176
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
4169
4177
|
workspaces:
|
|
4170
4178
|
- name: configs
|
|
4171
4179
|
# --------------------------------------------------------------------------------
|
|
@@ -4257,7 +4265,7 @@ spec:
|
|
|
4257
4265
|
- -c
|
|
4258
4266
|
name: gitops-deprovision-suite-objectstorage-config
|
|
4259
4267
|
imagePullPolicy: IfNotPresent
|
|
4260
|
-
image: quay.io/ibmmas/cli:11.
|
|
4268
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
4261
4269
|
workspaces:
|
|
4262
4270
|
- name: configs
|
|
4263
4271
|
# --------------------------------------------------------------------------------
|
|
@@ -4349,7 +4357,7 @@ spec:
|
|
|
4349
4357
|
- -c
|
|
4350
4358
|
name: gitops-deprovision-suite-smtp-config
|
|
4351
4359
|
imagePullPolicy: IfNotPresent
|
|
4352
|
-
image: quay.io/ibmmas/cli:11.
|
|
4360
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
4353
4361
|
workspaces:
|
|
4354
4362
|
- name: configs
|
|
4355
4363
|
# --------------------------------------------------------------------------------
|
|
@@ -4442,7 +4450,7 @@ spec:
|
|
|
4442
4450
|
- -c
|
|
4443
4451
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4444
4452
|
imagePullPolicy: IfNotPresent
|
|
4445
|
-
image: quay.io/ibmmas/cli:11.
|
|
4453
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
4446
4454
|
workspaces:
|
|
4447
4455
|
- name: configs
|
|
4448
4456
|
# --------------------------------------------------------------------------------
|
|
@@ -4533,7 +4541,7 @@ spec:
|
|
|
4533
4541
|
- -c
|
|
4534
4542
|
name: gitops-deprovision-suite-workspace
|
|
4535
4543
|
imagePullPolicy: Always
|
|
4536
|
-
image: quay.io/ibmmas/cli:11.
|
|
4544
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
4537
4545
|
workspaces:
|
|
4538
4546
|
- name: configs
|
|
4539
4547
|
# --------------------------------------------------------------------------------
|
|
@@ -4626,7 +4634,7 @@ spec:
|
|
|
4626
4634
|
- -c
|
|
4627
4635
|
name: gitops-deprovision-suite
|
|
4628
4636
|
imagePullPolicy: IfNotPresent
|
|
4629
|
-
image: quay.io/ibmmas/cli:11.
|
|
4637
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
4630
4638
|
workspaces:
|
|
4631
4639
|
- name: configs
|
|
4632
4640
|
|
|
@@ -4739,7 +4747,7 @@ spec:
|
|
|
4739
4747
|
- -c
|
|
4740
4748
|
name: gitops-dro
|
|
4741
4749
|
imagePullPolicy: IfNotPresent
|
|
4742
|
-
image: quay.io/ibmmas/cli:11.
|
|
4750
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
4743
4751
|
workspaces:
|
|
4744
4752
|
- name: configs
|
|
4745
4753
|
# --------------------------------------------------------------------------------
|
|
@@ -4856,7 +4864,7 @@ spec:
|
|
|
4856
4864
|
- -c
|
|
4857
4865
|
name: gitops-efs
|
|
4858
4866
|
imagePullPolicy: IfNotPresent
|
|
4859
|
-
image: quay.io/ibmmas/cli:11.
|
|
4867
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
4860
4868
|
workspaces:
|
|
4861
4869
|
- name: configs
|
|
4862
4870
|
|
|
@@ -4991,7 +4999,7 @@ spec:
|
|
|
4991
4999
|
- -c
|
|
4992
5000
|
name: gitops-jdbc-config
|
|
4993
5001
|
imagePullPolicy: Always
|
|
4994
|
-
image: quay.io/ibmmas/cli:11.
|
|
5002
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
4995
5003
|
workspaces:
|
|
4996
5004
|
- name: configs
|
|
4997
5005
|
- name: shared-gitops-configs
|
|
@@ -5087,7 +5095,7 @@ spec:
|
|
|
5087
5095
|
- -c
|
|
5088
5096
|
name: gitops-kafka-config
|
|
5089
5097
|
imagePullPolicy: Always
|
|
5090
|
-
image: quay.io/ibmmas/cli:11.
|
|
5098
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
5091
5099
|
workspaces:
|
|
5092
5100
|
- name: configs
|
|
5093
5101
|
|
|
@@ -5209,7 +5217,7 @@ spec:
|
|
|
5209
5217
|
- -c
|
|
5210
5218
|
name: gitops-kafka
|
|
5211
5219
|
imagePullPolicy: IfNotPresent
|
|
5212
|
-
image: quay.io/ibmmas/cli:11.
|
|
5220
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
5213
5221
|
workspaces:
|
|
5214
5222
|
- name: configs
|
|
5215
5223
|
# --------------------------------------------------------------------------------
|
|
@@ -5335,7 +5343,7 @@ spec:
|
|
|
5335
5343
|
- -c
|
|
5336
5344
|
name: gitops-license
|
|
5337
5345
|
imagePullPolicy: Always
|
|
5338
|
-
image: quay.io/ibmmas/cli:11.
|
|
5346
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
5339
5347
|
workspaces:
|
|
5340
5348
|
- name: shared-entitlement
|
|
5341
5349
|
|
|
@@ -5838,7 +5846,7 @@ spec:
|
|
|
5838
5846
|
- -c
|
|
5839
5847
|
name: gitops-mas-fvt-preparer
|
|
5840
5848
|
imagePullPolicy: Always
|
|
5841
|
-
image: quay.io/ibmmas/cli:11.
|
|
5849
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
5842
5850
|
workspaces:
|
|
5843
5851
|
- name: configs
|
|
5844
5852
|
- name: shared-additional-configs
|
|
@@ -6280,7 +6288,7 @@ spec:
|
|
|
6280
6288
|
- -c
|
|
6281
6289
|
name: gitops-mas-initiator
|
|
6282
6290
|
imagePullPolicy: IfNotPresent
|
|
6283
|
-
image: quay.io/ibmmas/cli:11.
|
|
6291
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
6284
6292
|
workspaces:
|
|
6285
6293
|
- name: configs
|
|
6286
6294
|
# --------------------------------------------------------------------------------
|
|
@@ -6388,7 +6396,7 @@ spec:
|
|
|
6388
6396
|
- -c
|
|
6389
6397
|
name: gitops-mongo
|
|
6390
6398
|
imagePullPolicy: IfNotPresent
|
|
6391
|
-
image: quay.io/ibmmas/cli:11.
|
|
6399
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
6392
6400
|
workspaces:
|
|
6393
6401
|
- name: configs
|
|
6394
6402
|
|
|
@@ -6510,7 +6518,7 @@ spec:
|
|
|
6510
6518
|
- -c
|
|
6511
6519
|
name: gitops-nvidia-gpu
|
|
6512
6520
|
imagePullPolicy: IfNotPresent
|
|
6513
|
-
image: quay.io/ibmmas/cli:11.
|
|
6521
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
6514
6522
|
workspaces:
|
|
6515
6523
|
- name: configs
|
|
6516
6524
|
# --------------------------------------------------------------------------------
|
|
@@ -6628,7 +6636,7 @@ spec:
|
|
|
6628
6636
|
- -c
|
|
6629
6637
|
name: gitops-process-mongo-user
|
|
6630
6638
|
imagePullPolicy: IfNotPresent
|
|
6631
|
-
image: quay.io/ibmmas/cli:11.
|
|
6639
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
6632
6640
|
workspaces:
|
|
6633
6641
|
- name: configs
|
|
6634
6642
|
# --------------------------------------------------------------------------------
|
|
@@ -6684,7 +6692,7 @@ spec:
|
|
|
6684
6692
|
- -c
|
|
6685
6693
|
name: gitops-rosa
|
|
6686
6694
|
imagePullPolicy: IfNotPresent
|
|
6687
|
-
image: quay.io/ibmmas/cli:11.
|
|
6695
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
6688
6696
|
workspaces:
|
|
6689
6697
|
- name: configs
|
|
6690
6698
|
# --------------------------------------------------------------------------------
|
|
@@ -6866,7 +6874,7 @@ spec:
|
|
|
6866
6874
|
- -c
|
|
6867
6875
|
name: gitops-suite-app-config
|
|
6868
6876
|
imagePullPolicy: IfNotPresent
|
|
6869
|
-
image: quay.io/ibmmas/cli:11.
|
|
6877
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
6870
6878
|
workspaces:
|
|
6871
6879
|
- name: configs
|
|
6872
6880
|
- name: shared-gitops-configs
|
|
@@ -7024,7 +7032,7 @@ spec:
|
|
|
7024
7032
|
- -c
|
|
7025
7033
|
name: gitops-suite-app-install
|
|
7026
7034
|
imagePullPolicy: Always
|
|
7027
|
-
image: quay.io/ibmmas/cli:11.
|
|
7035
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
7028
7036
|
workspaces:
|
|
7029
7037
|
- name: configs
|
|
7030
7038
|
- name: shared-gitops-configs
|
|
@@ -7130,7 +7138,7 @@ spec:
|
|
|
7130
7138
|
- -c
|
|
7131
7139
|
name: gitops-suite-certs
|
|
7132
7140
|
imagePullPolicy: IfNotPresent
|
|
7133
|
-
image: quay.io/ibmmas/cli:11.
|
|
7141
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
7134
7142
|
workspaces:
|
|
7135
7143
|
- name: configs
|
|
7136
7144
|
- name: certificates
|
|
@@ -7300,7 +7308,7 @@ spec:
|
|
|
7300
7308
|
- -c
|
|
7301
7309
|
name: gitops-suite-config
|
|
7302
7310
|
imagePullPolicy: IfNotPresent
|
|
7303
|
-
image: quay.io/ibmmas/cli:11.
|
|
7311
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
7304
7312
|
workspaces:
|
|
7305
7313
|
- name: configs
|
|
7306
7314
|
- name: shared-additional-configs
|
|
@@ -7400,7 +7408,7 @@ spec:
|
|
|
7400
7408
|
- -c
|
|
7401
7409
|
name: gitops-suite-dns
|
|
7402
7410
|
imagePullPolicy: IfNotPresent
|
|
7403
|
-
image: quay.io/ibmmas/cli:11.
|
|
7411
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
7404
7412
|
workspaces:
|
|
7405
7413
|
- name: configs
|
|
7406
7414
|
|
|
@@ -7524,7 +7532,7 @@ spec:
|
|
|
7524
7532
|
- -c
|
|
7525
7533
|
name: gitops-suite-idp-config
|
|
7526
7534
|
imagePullPolicy: IfNotPresent
|
|
7527
|
-
image: quay.io/ibmmas/cli:11.
|
|
7535
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
7528
7536
|
workspaces:
|
|
7529
7537
|
- name: configs
|
|
7530
7538
|
- name: shared-additional-configs
|
|
@@ -7625,7 +7633,7 @@ spec:
|
|
|
7625
7633
|
- -c
|
|
7626
7634
|
name: gitops-suite-objectstorage-config
|
|
7627
7635
|
imagePullPolicy: IfNotPresent
|
|
7628
|
-
image: quay.io/ibmmas/cli:11.
|
|
7636
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
7629
7637
|
workspaces:
|
|
7630
7638
|
- name: configs
|
|
7631
7639
|
- name: shared-gitops-configs
|
|
@@ -7766,7 +7774,7 @@ spec:
|
|
|
7766
7774
|
- -c
|
|
7767
7775
|
name: gitops-suite-smtp-config
|
|
7768
7776
|
imagePullPolicy: IfNotPresent
|
|
7769
|
-
image: quay.io/ibmmas/cli:11.
|
|
7777
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
7770
7778
|
workspaces:
|
|
7771
7779
|
- name: configs
|
|
7772
7780
|
|
|
@@ -7875,7 +7883,7 @@ spec:
|
|
|
7875
7883
|
- -c
|
|
7876
7884
|
name: gitops-suite-watson-studio-config
|
|
7877
7885
|
imagePullPolicy: IfNotPresent
|
|
7878
|
-
image: quay.io/ibmmas/cli:11.
|
|
7886
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
7879
7887
|
workspaces:
|
|
7880
7888
|
- name: configs
|
|
7881
7889
|
- name: shared-gitops-configs
|
|
@@ -7972,7 +7980,7 @@ spec:
|
|
|
7972
7980
|
- -c
|
|
7973
7981
|
name: gitops-suite-workspace
|
|
7974
7982
|
imagePullPolicy: IfNotPresent
|
|
7975
|
-
image: quay.io/ibmmas/cli:11.
|
|
7983
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
7976
7984
|
workspaces:
|
|
7977
7985
|
- name: configs
|
|
7978
7986
|
# --------------------------------------------------------------------------------
|
|
@@ -8252,7 +8260,7 @@ spec:
|
|
|
8252
8260
|
- -c
|
|
8253
8261
|
name: gitops-suite
|
|
8254
8262
|
imagePullPolicy: IfNotPresent
|
|
8255
|
-
image: quay.io/ibmmas/cli:11.
|
|
8263
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
8256
8264
|
workspaces:
|
|
8257
8265
|
- name: configs
|
|
8258
8266
|
- name: shared-gitops-configs
|
|
@@ -8302,7 +8310,7 @@ spec:
|
|
|
8302
8310
|
|
|
8303
8311
|
steps:
|
|
8304
8312
|
- name: grafana
|
|
8305
|
-
image: quay.io/ibmmas/cli:11.
|
|
8313
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
8306
8314
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8307
8315
|
command:
|
|
8308
8316
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8436,7 +8444,7 @@ spec:
|
|
|
8436
8444
|
command:
|
|
8437
8445
|
- /opt/app-root/src/run-role.sh
|
|
8438
8446
|
- ibm_catalogs
|
|
8439
|
-
image: quay.io/ibmmas/cli:11.
|
|
8447
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
8440
8448
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8441
8449
|
workingDir: /workspace/configs
|
|
8442
8450
|
# --------------------------------------------------------------------------------
|
|
@@ -8678,7 +8686,7 @@ spec:
|
|
|
8678
8686
|
command:
|
|
8679
8687
|
- /opt/app-root/src/run-role.sh
|
|
8680
8688
|
- kafka
|
|
8681
|
-
image: quay.io/ibmmas/cli:11.
|
|
8689
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
8682
8690
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8683
8691
|
workingDir: /workspace/configs
|
|
8684
8692
|
|
|
@@ -8894,7 +8902,7 @@ spec:
|
|
|
8894
8902
|
command:
|
|
8895
8903
|
- /opt/app-root/src/run-role.sh
|
|
8896
8904
|
- kmodels
|
|
8897
|
-
image: quay.io/ibmmas/cli:11.
|
|
8905
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
8898
8906
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8899
8907
|
# --------------------------------------------------------------------------------
|
|
8900
8908
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -9072,7 +9080,7 @@ spec:
|
|
|
9072
9080
|
command:
|
|
9073
9081
|
- /opt/app-root/src/run-role.sh
|
|
9074
9082
|
- mongodb
|
|
9075
|
-
image: quay.io/ibmmas/cli:11.
|
|
9083
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
9076
9084
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9077
9085
|
workingDir: /workspace/configs
|
|
9078
9086
|
|
|
@@ -9115,7 +9123,7 @@ spec:
|
|
|
9115
9123
|
- $(params.base_output_dir)
|
|
9116
9124
|
- --extra-namespaces
|
|
9117
9125
|
- selenium
|
|
9118
|
-
image: quay.io/ibmmas/cli:11.
|
|
9126
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
9119
9127
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9120
9128
|
env:
|
|
9121
9129
|
- name: DEVOPS_MONGO_URI
|
|
@@ -9232,7 +9240,7 @@ spec:
|
|
|
9232
9240
|
command:
|
|
9233
9241
|
- /opt/app-root/src/run-role.sh
|
|
9234
9242
|
- nvidia_gpu
|
|
9235
|
-
image: quay.io/ibmmas/cli:11.
|
|
9243
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
9236
9244
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9237
9245
|
workingDir: /workspace/configs
|
|
9238
9246
|
|
|
@@ -9268,7 +9276,7 @@ spec:
|
|
|
9268
9276
|
# Verify Cluster
|
|
9269
9277
|
# -------------------------------------------------------------------------
|
|
9270
9278
|
- name: ocp-verify-cluster
|
|
9271
|
-
image: quay.io/ibmmas/cli:11.
|
|
9279
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
9272
9280
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9273
9281
|
command:
|
|
9274
9282
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9310,7 +9318,7 @@ spec:
|
|
|
9310
9318
|
# Verify Catalogs
|
|
9311
9319
|
# -------------------------------------------------------------------------
|
|
9312
9320
|
- name: ocp-verify-catalogs
|
|
9313
|
-
image: quay.io/ibmmas/cli:11.
|
|
9321
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
9314
9322
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9315
9323
|
command:
|
|
9316
9324
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9352,7 +9360,7 @@ spec:
|
|
|
9352
9360
|
# Verify Subscriptions
|
|
9353
9361
|
# -------------------------------------------------------------------------
|
|
9354
9362
|
- name: ocp-verify-subscriptions
|
|
9355
|
-
image: quay.io/ibmmas/cli:11.
|
|
9363
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
9356
9364
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9357
9365
|
command:
|
|
9358
9366
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9394,7 +9402,7 @@ spec:
|
|
|
9394
9402
|
# Verify Workloads
|
|
9395
9403
|
# -------------------------------------------------------------------------
|
|
9396
9404
|
- name: ocp-verify-workloads
|
|
9397
|
-
image: quay.io/ibmmas/cli:11.
|
|
9405
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
9398
9406
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9399
9407
|
command:
|
|
9400
9408
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9436,7 +9444,7 @@ spec:
|
|
|
9436
9444
|
# Verify Catalogs - Ingress TLS
|
|
9437
9445
|
# -------------------------------------------------------------------------
|
|
9438
9446
|
- name: ocp-verify-ingress
|
|
9439
|
-
image: quay.io/ibmmas/cli:11.
|
|
9447
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
9440
9448
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9441
9449
|
command:
|
|
9442
9450
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9562,7 +9570,7 @@ spec:
|
|
|
9562
9570
|
command:
|
|
9563
9571
|
- /opt/app-root/src/run-role.sh
|
|
9564
9572
|
- ocp_verify
|
|
9565
|
-
image: quay.io/ibmmas/cli:11.
|
|
9573
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
9566
9574
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9567
9575
|
workingDir: /workspace/configs
|
|
9568
9576
|
# --------------------------------------------------------------------------------
|
|
@@ -9630,7 +9638,7 @@ spec:
|
|
|
9630
9638
|
command:
|
|
9631
9639
|
- /opt/app-root/src/run-role.sh
|
|
9632
9640
|
- ocs
|
|
9633
|
-
image: quay.io/ibmmas/cli:11.
|
|
9641
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
9634
9642
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9635
9643
|
workingDir: /workspace/configs
|
|
9636
9644
|
|
|
@@ -9866,7 +9874,7 @@ spec:
|
|
|
9866
9874
|
command:
|
|
9867
9875
|
- /opt/app-root/src/run-role.sh
|
|
9868
9876
|
- odh
|
|
9869
|
-
image: quay.io/ibmmas/cli:11.
|
|
9877
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
9870
9878
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9871
9879
|
# --------------------------------------------------------------------------------
|
|
9872
9880
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -10042,7 +10050,7 @@ spec:
|
|
|
10042
10050
|
command:
|
|
10043
10051
|
- /opt/app-root/src/run-role.sh
|
|
10044
10052
|
- sls
|
|
10045
|
-
image: quay.io/ibmmas/cli:11.
|
|
10053
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
10046
10054
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10047
10055
|
workingDir: /workspace/configs
|
|
10048
10056
|
|
|
@@ -10431,12 +10439,12 @@ spec:
|
|
|
10431
10439
|
command:
|
|
10432
10440
|
- /opt/app-root/src/run-role.sh
|
|
10433
10441
|
- suite_app_config
|
|
10434
|
-
image: quay.io/ibmmas/cli:11.
|
|
10442
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
10435
10443
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10436
10444
|
|
|
10437
10445
|
# 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
10446
|
- name: app-cfg-post-verify
|
|
10439
|
-
image: quay.io/ibmmas/cli:11.
|
|
10447
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
10440
10448
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10441
10449
|
command:
|
|
10442
10450
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -10637,7 +10645,7 @@ spec:
|
|
|
10637
10645
|
command:
|
|
10638
10646
|
- /opt/app-root/src/run-role.sh
|
|
10639
10647
|
- suite_app_install
|
|
10640
|
-
image: quay.io/ibmmas/cli:11.
|
|
10648
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
10641
10649
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10642
10650
|
|
|
10643
10651
|
workspaces:
|
|
@@ -10726,7 +10734,7 @@ spec:
|
|
|
10726
10734
|
command:
|
|
10727
10735
|
- /opt/app-root/src/run-role.sh
|
|
10728
10736
|
- suite_app_rollback
|
|
10729
|
-
image: quay.io/ibmmas/cli:11.
|
|
10737
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
10730
10738
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10731
10739
|
# --------------------------------------------------------------------------------
|
|
10732
10740
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -10789,7 +10797,7 @@ spec:
|
|
|
10789
10797
|
command:
|
|
10790
10798
|
- /opt/app-root/src/run-role.sh
|
|
10791
10799
|
- suite_app_uninstall
|
|
10792
|
-
image: quay.io/ibmmas/cli:11.
|
|
10800
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
10793
10801
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10794
10802
|
# --------------------------------------------------------------------------------
|
|
10795
10803
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -10864,7 +10872,7 @@ spec:
|
|
|
10864
10872
|
command:
|
|
10865
10873
|
- /opt/app-root/src/run-role.sh
|
|
10866
10874
|
- suite_app_upgrade
|
|
10867
|
-
image: quay.io/ibmmas/cli:11.
|
|
10875
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
10868
10876
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10869
10877
|
# --------------------------------------------------------------------------------
|
|
10870
10878
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -10965,7 +10973,7 @@ spec:
|
|
|
10965
10973
|
command:
|
|
10966
10974
|
- /opt/app-root/src/run-role.sh
|
|
10967
10975
|
- suite_app_verify
|
|
10968
|
-
image: quay.io/ibmmas/cli:11.
|
|
10976
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
10969
10977
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10970
10978
|
# --------------------------------------------------------------------------------
|
|
10971
10979
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -11108,7 +11116,7 @@ spec:
|
|
|
11108
11116
|
command:
|
|
11109
11117
|
- /opt/app-root/src/run-role.sh
|
|
11110
11118
|
- suite_certs
|
|
11111
|
-
image: quay.io/ibmmas/cli:11.
|
|
11119
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
11112
11120
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11113
11121
|
|
|
11114
11122
|
workspaces:
|
|
@@ -11175,7 +11183,7 @@ spec:
|
|
|
11175
11183
|
command:
|
|
11176
11184
|
- /opt/app-root/src/run-role.sh
|
|
11177
11185
|
- suite_config
|
|
11178
|
-
image: quay.io/ibmmas/cli:11.
|
|
11186
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
11179
11187
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11180
11188
|
workingDir: /workspace/configs
|
|
11181
11189
|
|
|
@@ -11246,7 +11254,7 @@ spec:
|
|
|
11246
11254
|
command:
|
|
11247
11255
|
- /opt/app-root/src/run-role.sh
|
|
11248
11256
|
- suite_db2_setup_for_manage
|
|
11249
|
-
image: quay.io/ibmmas/cli:11.
|
|
11257
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
11250
11258
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11251
11259
|
# --------------------------------------------------------------------------------
|
|
11252
11260
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -11436,7 +11444,7 @@ spec:
|
|
|
11436
11444
|
command:
|
|
11437
11445
|
- /opt/app-root/src/run-role.sh
|
|
11438
11446
|
- suite_dns
|
|
11439
|
-
image: quay.io/ibmmas/cli:11.
|
|
11447
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
11440
11448
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11441
11449
|
# --------------------------------------------------------------------------------
|
|
11442
11450
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -11685,7 +11693,7 @@ spec:
|
|
|
11685
11693
|
command:
|
|
11686
11694
|
- /opt/app-root/src/run-role.sh
|
|
11687
11695
|
- suite_install
|
|
11688
|
-
image: quay.io/ibmmas/cli:11.
|
|
11696
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
11689
11697
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11690
11698
|
workingDir: /workspace/configs
|
|
11691
11699
|
|
|
@@ -11773,7 +11781,7 @@ spec:
|
|
|
11773
11781
|
command:
|
|
11774
11782
|
- /opt/app-root/src/run-role.sh
|
|
11775
11783
|
- suite_rollback
|
|
11776
|
-
image: quay.io/ibmmas/cli:11.
|
|
11784
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
11777
11785
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11778
11786
|
# --------------------------------------------------------------------------------
|
|
11779
11787
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -11838,7 +11846,7 @@ spec:
|
|
|
11838
11846
|
command:
|
|
11839
11847
|
- /opt/app-root/src/run-role.sh
|
|
11840
11848
|
- suite_uninstall
|
|
11841
|
-
image: quay.io/ibmmas/cli:11.
|
|
11849
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
11842
11850
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11843
11851
|
# --------------------------------------------------------------------------------
|
|
11844
11852
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -11908,7 +11916,7 @@ spec:
|
|
|
11908
11916
|
command:
|
|
11909
11917
|
- /opt/app-root/src/run-role.sh
|
|
11910
11918
|
- suite_upgrade
|
|
11911
|
-
image: quay.io/ibmmas/cli:11.
|
|
11919
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
11912
11920
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11913
11921
|
# --------------------------------------------------------------------------------
|
|
11914
11922
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -11975,12 +11983,12 @@ spec:
|
|
|
11975
11983
|
command:
|
|
11976
11984
|
- /opt/app-root/src/run-role.sh
|
|
11977
11985
|
- suite_verify
|
|
11978
|
-
image: quay.io/ibmmas/cli:11.
|
|
11986
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
11979
11987
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11980
11988
|
|
|
11981
11989
|
# If configmap/approval-suite-verify exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
11982
11990
|
- name: suite-post-verify
|
|
11983
|
-
image: quay.io/ibmmas/cli:11.
|
|
11991
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
11984
11992
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11985
11993
|
script: |
|
|
11986
11994
|
#!/usr/bin/env bash
|
|
@@ -12114,7 +12122,7 @@ spec:
|
|
|
12114
12122
|
command:
|
|
12115
12123
|
- /opt/app-root/src/run-role.sh
|
|
12116
12124
|
- turbonomic
|
|
12117
|
-
image: quay.io/ibmmas/cli:11.
|
|
12125
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
12118
12126
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12119
12127
|
# --------------------------------------------------------------------------------
|
|
12120
12128
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -12195,7 +12203,7 @@ spec:
|
|
|
12195
12203
|
# IBM User Data Services (UDS)
|
|
12196
12204
|
# -------------------------------------------------------------------------
|
|
12197
12205
|
- name: uds
|
|
12198
|
-
image: quay.io/ibmmas/cli:11.
|
|
12206
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
12199
12207
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12200
12208
|
workingDir: /workspace/configs
|
|
12201
12209
|
command:
|
|
@@ -12258,7 +12266,7 @@ spec:
|
|
|
12258
12266
|
# IBM Data Reporter Operator (DRO)
|
|
12259
12267
|
# -------------------------------------------------------------------------
|
|
12260
12268
|
- name: dro
|
|
12261
|
-
image: quay.io/ibmmas/cli:11.
|
|
12269
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
12262
12270
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12263
12271
|
workingDir: /workspace/configs
|
|
12264
12272
|
command:
|
|
@@ -12344,7 +12352,7 @@ spec:
|
|
|
12344
12352
|
|
|
12345
12353
|
steps:
|
|
12346
12354
|
- name: update-configmap
|
|
12347
|
-
image: quay.io/ibmmas/cli:11.
|
|
12355
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
12348
12356
|
command:
|
|
12349
12357
|
- /opt/app-root/src/update-configmap.sh
|
|
12350
12358
|
env:
|
|
@@ -12406,7 +12414,7 @@ spec:
|
|
|
12406
12414
|
|
|
12407
12415
|
steps:
|
|
12408
12416
|
- name: wait-for-configmap
|
|
12409
|
-
image: quay.io/ibmmas/cli:11.
|
|
12417
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
12410
12418
|
command:
|
|
12411
12419
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
12412
12420
|
env:
|
|
@@ -12470,7 +12478,7 @@ spec:
|
|
|
12470
12478
|
|
|
12471
12479
|
steps:
|
|
12472
12480
|
- name: wait
|
|
12473
|
-
image: quay.io/ibmmas/cli:11.
|
|
12481
|
+
image: quay.io/ibmmas/cli:11.11.0
|
|
12474
12482
|
command:
|
|
12475
12483
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
12476
12484
|
env:
|
|
@@ -17465,6 +17473,11 @@ spec:
|
|
|
17465
17473
|
type: string
|
|
17466
17474
|
default: "Automatic"
|
|
17467
17475
|
|
|
17476
|
+
- name: custom_sa_namespace
|
|
17477
|
+
type: string
|
|
17478
|
+
- name: custom_sa_details
|
|
17479
|
+
type: string
|
|
17480
|
+
|
|
17468
17481
|
- name: cluster_promotion_target_github_host
|
|
17469
17482
|
type: string
|
|
17470
17483
|
default: ''
|
|
@@ -17542,6 +17555,11 @@ spec:
|
|
|
17542
17555
|
- name: mas_catalog_image
|
|
17543
17556
|
value: $(params.mas_catalog_image)
|
|
17544
17557
|
|
|
17558
|
+
- name: custom_sa_namespace
|
|
17559
|
+
value: $(params.custom_sa_namespace)
|
|
17560
|
+
- name: custom_sa_details
|
|
17561
|
+
value: $(params.custom_sa_details)
|
|
17562
|
+
|
|
17545
17563
|
- name: cluster_promotion_target_github_host
|
|
17546
17564
|
value: $(params.cluster_promotion_target_github_host)
|
|
17547
17565
|
- name: cluster_promotion_target_github_repo
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
mas/cli/__init__.py,sha256=
|
|
2
|
-
mas/cli/cli.py,sha256=
|
|
1
|
+
mas/cli/__init__.py,sha256=sj0sAuzzLddQNbp6Ljkc8KQ7BZvMaB5qjqVbrE3AONI,527
|
|
2
|
+
mas/cli/cli.py,sha256=hsHpx89vswcQB4XveF2DlELHVWEHT9IIPdvmHsHrZHE,15770
|
|
3
3
|
mas/cli/displayMixins.py,sha256=e3lAx1DIOwsriDcNI0M2JyP1jeLOZKvId6sPrvWLyqs,5984
|
|
4
4
|
mas/cli/gencfg.py,sha256=p38Ss_ooiNHOZTJT8l0YxDaEaPwD4ZXgxEbW-S9YLNY,3311
|
|
5
5
|
mas/cli/validators.py,sha256=vi1pFA8QtqMhqtGk1NlkkNDUrlFCi53kS5wJqFGDgOU,5108
|
|
@@ -17,7 +17,7 @@ mas/cli/install/settings/kafkaSettings.py,sha256=oJxFhWQkqPi7Do53tu4oxskGbEL4hro
|
|
|
17
17
|
mas/cli/install/settings/manageSettings.py,sha256=rBBq3r9AaDS5fLeKbItgLBnsguuZwyNKo80oYBBEB-0,16241
|
|
18
18
|
mas/cli/install/settings/mongodbSettings.py,sha256=mFKL58d7ZxKkPkViUVAQTGhOxPSwAp5l2nhO0QF31qA,2356
|
|
19
19
|
mas/cli/install/settings/turbonomicSettings.py,sha256=wRAFV0Rg3Em_ILkLd8xR-a_oglXivnVeF6nVI_73Q9o,1695
|
|
20
|
-
mas/cli/templates/ibm-mas-tekton.yaml,sha256=
|
|
20
|
+
mas/cli/templates/ibm-mas-tekton.yaml,sha256=SW7iDjYV-FDzstpn0QkB1rTNYBIAeFqse1xXme-ajdQ,788435
|
|
21
21
|
mas/cli/templates/jdbccfg.yml.j2,sha256=cANbwkUkKEPQp-P3_BB_Llbt94457Ciagah2hOdySIM,1644
|
|
22
22
|
mas/cli/templates/suite_mongocfg.yml.j2,sha256=WrgJUfGyvfaRIHjY5VR_zLZ5irTpV5khKNq76ejIxKU,1606
|
|
23
23
|
mas/cli/templates/pod-templates/best-effort/ibm-data-dictionary-assetdatadictionary.yml,sha256=8VG_FDFcEjWNaAOZTcS58Pe0tWOXC10SJLloNqzEMC8,757
|
|
@@ -99,8 +99,8 @@ mas/cli/update/argParser.py,sha256=oOIXzB_rsI2p3og_5X5SFt_g7LURyEdLxZeiGCKq1nU,4
|
|
|
99
99
|
mas/cli/upgrade/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc,508
|
|
100
100
|
mas/cli/upgrade/app.py,sha256=f1qfvzRdmf7YiYMtVTqKwE5RFVMcUkLGavCIZDuU_7c,5247
|
|
101
101
|
mas/cli/upgrade/argParser.py,sha256=zk629svjIk-hD40Ytc5e5UOLO3xogVrfqSz09S17mWw,1882
|
|
102
|
-
mas_cli-11.
|
|
103
|
-
mas_cli-11.
|
|
104
|
-
mas_cli-11.
|
|
105
|
-
mas_cli-11.
|
|
106
|
-
mas_cli-11.
|
|
102
|
+
mas_cli-11.11.0.data/scripts/mas-cli,sha256=Es-wSefTBcR3Vs5_kIUHQLfWHxTXVrmIPMFY0hbrxt8,3493
|
|
103
|
+
mas_cli-11.11.0.dist-info/METADATA,sha256=6IFKL5YegKOF9kkGFddkcoNBFUhhKltjt2bzytDBQKA,2081
|
|
104
|
+
mas_cli-11.11.0.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
105
|
+
mas_cli-11.11.0.dist-info/top_level.txt,sha256=_Hlsp7pvMvyV14LFg-vk1hULq30j61EILnnxMFIhhc8,4
|
|
106
|
+
mas_cli-11.11.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|