mas-cli 11.11.2__py3-none-any.whl → 11.12.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 +15 -5
- mas/cli/install/app.py +9 -4
- mas/cli/install/catalogs.py +4 -2
- mas/cli/install/settings/db2Settings.py +2 -2
- mas/cli/install/settings/mongodbSettings.py +4 -0
- mas/cli/templates/ibm-mas-tekton.yaml +188 -104
- mas/cli/update/app.py +9 -7
- {mas_cli-11.11.2.dist-info → mas_cli-11.12.0.dist-info}/METADATA +1 -1
- {mas_cli-11.11.2.dist-info → mas_cli-11.12.0.dist-info}/RECORD +13 -13
- {mas_cli-11.11.2.data → mas_cli-11.12.0.data}/scripts/mas-cli +0 -0
- {mas_cli-11.11.2.dist-info → mas_cli-11.12.0.dist-info}/WHEEL +0 -0
- {mas_cli-11.11.2.dist-info → mas_cli-11.12.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.12.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.12.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.12.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.12.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.12.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.12.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.12.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.12.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.12.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.12.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.12.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.12.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.12.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.12.0
|
|
1777
1777
|
workspaces:
|
|
1778
1778
|
- name: configs
|
|
1779
1779
|
# --------------------------------------------------------------------------------
|
|
@@ -1985,7 +1985,7 @@ spec:
|
|
|
1985
1985
|
- -c
|
|
1986
1986
|
name: gitops-cluster
|
|
1987
1987
|
imagePullPolicy: Always
|
|
1988
|
-
image: quay.io/ibmmas/cli:11.
|
|
1988
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
1989
1989
|
workspaces:
|
|
1990
1990
|
- name: configs
|
|
1991
1991
|
# --------------------------------------------------------------------------------
|
|
@@ -2088,7 +2088,7 @@ spec:
|
|
|
2088
2088
|
- -c
|
|
2089
2089
|
name: gitops-cos
|
|
2090
2090
|
imagePullPolicy: IfNotPresent
|
|
2091
|
-
image: quay.io/ibmmas/cli:11.
|
|
2091
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
2092
2092
|
workspaces:
|
|
2093
2093
|
- name: configs
|
|
2094
2094
|
# --------------------------------------------------------------------------------
|
|
@@ -2236,7 +2236,7 @@ spec:
|
|
|
2236
2236
|
- -c
|
|
2237
2237
|
name: gitops-cp4d-service
|
|
2238
2238
|
imagePullPolicy: IfNotPresent
|
|
2239
|
-
image: quay.io/ibmmas/cli:11.
|
|
2239
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
2240
2240
|
workspaces:
|
|
2241
2241
|
- name: configs
|
|
2242
2242
|
- name: shared-gitops-configs
|
|
@@ -2365,7 +2365,7 @@ spec:
|
|
|
2365
2365
|
- -c
|
|
2366
2366
|
name: gitops-cp4d
|
|
2367
2367
|
imagePullPolicy: IfNotPresent
|
|
2368
|
-
image: quay.io/ibmmas/cli:11.
|
|
2368
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
2369
2369
|
workspaces:
|
|
2370
2370
|
- name: configs
|
|
2371
2371
|
- name: shared-gitops-configs
|
|
@@ -2476,6 +2476,8 @@ spec:
|
|
|
2476
2476
|
type: string
|
|
2477
2477
|
- name: db2_timezone
|
|
2478
2478
|
type: string
|
|
2479
|
+
- name: db2_tls_version
|
|
2480
|
+
type: string
|
|
2479
2481
|
- name: mas_instance_id
|
|
2480
2482
|
type: string
|
|
2481
2483
|
- name: mas_app_id
|
|
@@ -2483,6 +2485,9 @@ spec:
|
|
|
2483
2485
|
- name: jdbc_route
|
|
2484
2486
|
type: string
|
|
2485
2487
|
default: ""
|
|
2488
|
+
- name: db2_backup_notify_slack_url
|
|
2489
|
+
type: string
|
|
2490
|
+
default: ""
|
|
2486
2491
|
stepTemplate:
|
|
2487
2492
|
name: gitops-db2u-database
|
|
2488
2493
|
env:
|
|
@@ -2584,10 +2589,14 @@ spec:
|
|
|
2584
2589
|
value: $(params.db2_tolerate_effect)
|
|
2585
2590
|
- name: DB2_TIMEZONE
|
|
2586
2591
|
value: $(params.db2_timezone)
|
|
2592
|
+
- name: DB2_TLS_VERSION
|
|
2593
|
+
value: $(params.db2_tls_version)
|
|
2587
2594
|
- name: MAS_APP_ID
|
|
2588
2595
|
value: $(params.mas_app_id)
|
|
2589
2596
|
- name: JDBC_ROUTE
|
|
2590
2597
|
value: $(params.jdbc_route)
|
|
2598
|
+
- name: DB2_BACKUP_NOTIFY_SLACK_URL
|
|
2599
|
+
value: $(params.db2_backup_notify_slack_url)
|
|
2591
2600
|
envFrom:
|
|
2592
2601
|
- configMapRef:
|
|
2593
2602
|
name: environment-properties
|
|
@@ -2617,7 +2626,7 @@ spec:
|
|
|
2617
2626
|
- -c
|
|
2618
2627
|
name: gitops-db2u-database
|
|
2619
2628
|
imagePullPolicy: Always
|
|
2620
|
-
image: quay.io/ibmmas/cli:11.
|
|
2629
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
2621
2630
|
workspaces:
|
|
2622
2631
|
- name: configs
|
|
2623
2632
|
- name: shared-gitops-configs
|
|
@@ -2715,7 +2724,7 @@ spec:
|
|
|
2715
2724
|
- -c
|
|
2716
2725
|
name: gitops-db2u
|
|
2717
2726
|
imagePullPolicy: IfNotPresent
|
|
2718
|
-
image: quay.io/ibmmas/cli:11.
|
|
2727
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
2719
2728
|
workspaces:
|
|
2720
2729
|
- name: configs
|
|
2721
2730
|
# --------------------------------------------------------------------------------
|
|
@@ -2842,7 +2851,7 @@ spec:
|
|
|
2842
2851
|
- -c
|
|
2843
2852
|
name: gitops-delete-jdbc-config
|
|
2844
2853
|
imagePullPolicy: IfNotPresent
|
|
2845
|
-
image: quay.io/ibmmas/cli:11.
|
|
2854
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
2846
2855
|
workspaces:
|
|
2847
2856
|
- name: configs
|
|
2848
2857
|
# --------------------------------------------------------------------------------
|
|
@@ -2940,7 +2949,7 @@ spec:
|
|
|
2940
2949
|
- -c
|
|
2941
2950
|
name: gitops-delete-kafka-config
|
|
2942
2951
|
imagePullPolicy: Always
|
|
2943
|
-
image: quay.io/ibmmas/cli:11.
|
|
2952
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
2944
2953
|
workspaces:
|
|
2945
2954
|
- name: configs
|
|
2946
2955
|
|
|
@@ -3032,7 +3041,7 @@ spec:
|
|
|
3032
3041
|
- -c
|
|
3033
3042
|
name: gitops-deprovision-app-config
|
|
3034
3043
|
imagePullPolicy: IfNotPresent
|
|
3035
|
-
image: quay.io/ibmmas/cli:11.
|
|
3044
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
3036
3045
|
workspaces:
|
|
3037
3046
|
- name: configs
|
|
3038
3047
|
# --------------------------------------------------------------------------------
|
|
@@ -3117,7 +3126,7 @@ spec:
|
|
|
3117
3126
|
- -c
|
|
3118
3127
|
name: gitops-deprovision-app-install
|
|
3119
3128
|
imagePullPolicy: IfNotPresent
|
|
3120
|
-
image: quay.io/ibmmas/cli:11.
|
|
3129
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
3121
3130
|
workspaces:
|
|
3122
3131
|
- name: configs
|
|
3123
3132
|
# --------------------------------------------------------------------------------
|
|
@@ -3202,7 +3211,7 @@ spec:
|
|
|
3202
3211
|
- -c
|
|
3203
3212
|
name: gitops-deprovision-cluster
|
|
3204
3213
|
imagePullPolicy: IfNotPresent
|
|
3205
|
-
image: quay.io/ibmmas/cli:11.
|
|
3214
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
3206
3215
|
workspaces:
|
|
3207
3216
|
- name: configs
|
|
3208
3217
|
# --------------------------------------------------------------------------------
|
|
@@ -3321,7 +3330,7 @@ spec:
|
|
|
3321
3330
|
- -c
|
|
3322
3331
|
name: gitops-deprovision-cos
|
|
3323
3332
|
imagePullPolicy: IfNotPresent
|
|
3324
|
-
image: quay.io/ibmmas/cli:11.
|
|
3333
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
3325
3334
|
workspaces:
|
|
3326
3335
|
- name: configs
|
|
3327
3336
|
# --------------------------------------------------------------------------------
|
|
@@ -3409,7 +3418,7 @@ spec:
|
|
|
3409
3418
|
- -c
|
|
3410
3419
|
name: gitops-deprovision-db2u-database
|
|
3411
3420
|
imagePullPolicy: IfNotPresent
|
|
3412
|
-
image: quay.io/ibmmas/cli:11.
|
|
3421
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
3413
3422
|
workspaces:
|
|
3414
3423
|
- name: configs
|
|
3415
3424
|
|
|
@@ -3492,7 +3501,7 @@ spec:
|
|
|
3492
3501
|
- -c
|
|
3493
3502
|
name: gitops-deprovision-db2u
|
|
3494
3503
|
imagePullPolicy: IfNotPresent
|
|
3495
|
-
image: quay.io/ibmmas/cli:11.
|
|
3504
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
3496
3505
|
workspaces:
|
|
3497
3506
|
- name: configs
|
|
3498
3507
|
|
|
@@ -3600,7 +3609,7 @@ spec:
|
|
|
3600
3609
|
- -c
|
|
3601
3610
|
name: gitops-deprovision-efs
|
|
3602
3611
|
imagePullPolicy: IfNotPresent
|
|
3603
|
-
image: quay.io/ibmmas/cli:11.
|
|
3612
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
3604
3613
|
workspaces:
|
|
3605
3614
|
- name: configs
|
|
3606
3615
|
|
|
@@ -3710,7 +3719,7 @@ spec:
|
|
|
3710
3719
|
- -c
|
|
3711
3720
|
name: gitops-deprovision-kafka
|
|
3712
3721
|
imagePullPolicy: IfNotPresent
|
|
3713
|
-
image: quay.io/ibmmas/cli:11.
|
|
3722
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
3714
3723
|
workspaces:
|
|
3715
3724
|
- name: configs
|
|
3716
3725
|
# --------------------------------------------------------------------------------
|
|
@@ -3813,7 +3822,7 @@ spec:
|
|
|
3813
3822
|
- -c
|
|
3814
3823
|
name: gitops-deprovision-mongo
|
|
3815
3824
|
imagePullPolicy: IfNotPresent
|
|
3816
|
-
image: quay.io/ibmmas/cli:11.
|
|
3825
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
3817
3826
|
workspaces:
|
|
3818
3827
|
- name: configs
|
|
3819
3828
|
|
|
@@ -3870,7 +3879,7 @@ spec:
|
|
|
3870
3879
|
- -c
|
|
3871
3880
|
name: gitops-deprovision-rosa
|
|
3872
3881
|
imagePullPolicy: IfNotPresent
|
|
3873
|
-
image: quay.io/ibmmas/cli:11.
|
|
3882
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
3874
3883
|
workspaces:
|
|
3875
3884
|
- name: configs
|
|
3876
3885
|
# --------------------------------------------------------------------------------
|
|
@@ -4075,7 +4084,7 @@ spec:
|
|
|
4075
4084
|
- -c
|
|
4076
4085
|
name: gitops-deprovision-suite-config
|
|
4077
4086
|
imagePullPolicy: IfNotPresent
|
|
4078
|
-
image: quay.io/ibmmas/cli:11.
|
|
4087
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
4079
4088
|
workspaces:
|
|
4080
4089
|
- name: configs
|
|
4081
4090
|
|
|
@@ -4173,7 +4182,7 @@ spec:
|
|
|
4173
4182
|
- -c
|
|
4174
4183
|
name: gitops-deprovision-suite-idp-config
|
|
4175
4184
|
imagePullPolicy: IfNotPresent
|
|
4176
|
-
image: quay.io/ibmmas/cli:11.
|
|
4185
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
4177
4186
|
workspaces:
|
|
4178
4187
|
- name: configs
|
|
4179
4188
|
# --------------------------------------------------------------------------------
|
|
@@ -4265,7 +4274,7 @@ spec:
|
|
|
4265
4274
|
- -c
|
|
4266
4275
|
name: gitops-deprovision-suite-objectstorage-config
|
|
4267
4276
|
imagePullPolicy: IfNotPresent
|
|
4268
|
-
image: quay.io/ibmmas/cli:11.
|
|
4277
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
4269
4278
|
workspaces:
|
|
4270
4279
|
- name: configs
|
|
4271
4280
|
# --------------------------------------------------------------------------------
|
|
@@ -4357,7 +4366,7 @@ spec:
|
|
|
4357
4366
|
- -c
|
|
4358
4367
|
name: gitops-deprovision-suite-smtp-config
|
|
4359
4368
|
imagePullPolicy: IfNotPresent
|
|
4360
|
-
image: quay.io/ibmmas/cli:11.
|
|
4369
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
4361
4370
|
workspaces:
|
|
4362
4371
|
- name: configs
|
|
4363
4372
|
# --------------------------------------------------------------------------------
|
|
@@ -4450,7 +4459,7 @@ spec:
|
|
|
4450
4459
|
- -c
|
|
4451
4460
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4452
4461
|
imagePullPolicy: IfNotPresent
|
|
4453
|
-
image: quay.io/ibmmas/cli:11.
|
|
4462
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
4454
4463
|
workspaces:
|
|
4455
4464
|
- name: configs
|
|
4456
4465
|
# --------------------------------------------------------------------------------
|
|
@@ -4541,7 +4550,7 @@ spec:
|
|
|
4541
4550
|
- -c
|
|
4542
4551
|
name: gitops-deprovision-suite-workspace
|
|
4543
4552
|
imagePullPolicy: Always
|
|
4544
|
-
image: quay.io/ibmmas/cli:11.
|
|
4553
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
4545
4554
|
workspaces:
|
|
4546
4555
|
- name: configs
|
|
4547
4556
|
# --------------------------------------------------------------------------------
|
|
@@ -4634,7 +4643,7 @@ spec:
|
|
|
4634
4643
|
- -c
|
|
4635
4644
|
name: gitops-deprovision-suite
|
|
4636
4645
|
imagePullPolicy: IfNotPresent
|
|
4637
|
-
image: quay.io/ibmmas/cli:11.
|
|
4646
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
4638
4647
|
workspaces:
|
|
4639
4648
|
- name: configs
|
|
4640
4649
|
|
|
@@ -4747,7 +4756,7 @@ spec:
|
|
|
4747
4756
|
- -c
|
|
4748
4757
|
name: gitops-dro
|
|
4749
4758
|
imagePullPolicy: IfNotPresent
|
|
4750
|
-
image: quay.io/ibmmas/cli:11.
|
|
4759
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
4751
4760
|
workspaces:
|
|
4752
4761
|
- name: configs
|
|
4753
4762
|
# --------------------------------------------------------------------------------
|
|
@@ -4864,7 +4873,7 @@ spec:
|
|
|
4864
4873
|
- -c
|
|
4865
4874
|
name: gitops-efs
|
|
4866
4875
|
imagePullPolicy: IfNotPresent
|
|
4867
|
-
image: quay.io/ibmmas/cli:11.
|
|
4876
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
4868
4877
|
workspaces:
|
|
4869
4878
|
- name: configs
|
|
4870
4879
|
|
|
@@ -4999,7 +5008,7 @@ spec:
|
|
|
4999
5008
|
- -c
|
|
5000
5009
|
name: gitops-jdbc-config
|
|
5001
5010
|
imagePullPolicy: Always
|
|
5002
|
-
image: quay.io/ibmmas/cli:11.
|
|
5011
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
5003
5012
|
workspaces:
|
|
5004
5013
|
- name: configs
|
|
5005
5014
|
- name: shared-gitops-configs
|
|
@@ -5095,7 +5104,7 @@ spec:
|
|
|
5095
5104
|
- -c
|
|
5096
5105
|
name: gitops-kafka-config
|
|
5097
5106
|
imagePullPolicy: Always
|
|
5098
|
-
image: quay.io/ibmmas/cli:11.
|
|
5107
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
5099
5108
|
workspaces:
|
|
5100
5109
|
- name: configs
|
|
5101
5110
|
|
|
@@ -5217,7 +5226,7 @@ spec:
|
|
|
5217
5226
|
- -c
|
|
5218
5227
|
name: gitops-kafka
|
|
5219
5228
|
imagePullPolicy: IfNotPresent
|
|
5220
|
-
image: quay.io/ibmmas/cli:11.
|
|
5229
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
5221
5230
|
workspaces:
|
|
5222
5231
|
- name: configs
|
|
5223
5232
|
# --------------------------------------------------------------------------------
|
|
@@ -5343,7 +5352,7 @@ spec:
|
|
|
5343
5352
|
- -c
|
|
5344
5353
|
name: gitops-license
|
|
5345
5354
|
imagePullPolicy: Always
|
|
5346
|
-
image: quay.io/ibmmas/cli:11.
|
|
5355
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
5347
5356
|
workspaces:
|
|
5348
5357
|
- name: shared-entitlement
|
|
5349
5358
|
|
|
@@ -5846,7 +5855,7 @@ spec:
|
|
|
5846
5855
|
- -c
|
|
5847
5856
|
name: gitops-mas-fvt-preparer
|
|
5848
5857
|
imagePullPolicy: Always
|
|
5849
|
-
image: quay.io/ibmmas/cli:11.
|
|
5858
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
5850
5859
|
workspaces:
|
|
5851
5860
|
- name: configs
|
|
5852
5861
|
- name: shared-additional-configs
|
|
@@ -6288,7 +6297,7 @@ spec:
|
|
|
6288
6297
|
- -c
|
|
6289
6298
|
name: gitops-mas-initiator
|
|
6290
6299
|
imagePullPolicy: IfNotPresent
|
|
6291
|
-
image: quay.io/ibmmas/cli:11.
|
|
6300
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
6292
6301
|
workspaces:
|
|
6293
6302
|
- name: configs
|
|
6294
6303
|
# --------------------------------------------------------------------------------
|
|
@@ -6396,7 +6405,7 @@ spec:
|
|
|
6396
6405
|
- -c
|
|
6397
6406
|
name: gitops-mongo
|
|
6398
6407
|
imagePullPolicy: IfNotPresent
|
|
6399
|
-
image: quay.io/ibmmas/cli:11.
|
|
6408
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
6400
6409
|
workspaces:
|
|
6401
6410
|
- name: configs
|
|
6402
6411
|
|
|
@@ -6518,7 +6527,7 @@ spec:
|
|
|
6518
6527
|
- -c
|
|
6519
6528
|
name: gitops-nvidia-gpu
|
|
6520
6529
|
imagePullPolicy: IfNotPresent
|
|
6521
|
-
image: quay.io/ibmmas/cli:11.
|
|
6530
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
6522
6531
|
workspaces:
|
|
6523
6532
|
- name: configs
|
|
6524
6533
|
# --------------------------------------------------------------------------------
|
|
@@ -6636,7 +6645,7 @@ spec:
|
|
|
6636
6645
|
- -c
|
|
6637
6646
|
name: gitops-process-mongo-user
|
|
6638
6647
|
imagePullPolicy: IfNotPresent
|
|
6639
|
-
image: quay.io/ibmmas/cli:11.
|
|
6648
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
6640
6649
|
workspaces:
|
|
6641
6650
|
- name: configs
|
|
6642
6651
|
# --------------------------------------------------------------------------------
|
|
@@ -6692,7 +6701,7 @@ spec:
|
|
|
6692
6701
|
- -c
|
|
6693
6702
|
name: gitops-rosa
|
|
6694
6703
|
imagePullPolicy: IfNotPresent
|
|
6695
|
-
image: quay.io/ibmmas/cli:11.
|
|
6704
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
6696
6705
|
workspaces:
|
|
6697
6706
|
- name: configs
|
|
6698
6707
|
# --------------------------------------------------------------------------------
|
|
@@ -6776,6 +6785,9 @@ spec:
|
|
|
6776
6785
|
- name: run_sanity_test
|
|
6777
6786
|
type: string
|
|
6778
6787
|
default: "false"
|
|
6788
|
+
- name: manage_update_schedule
|
|
6789
|
+
type: string
|
|
6790
|
+
default: ""
|
|
6779
6791
|
|
|
6780
6792
|
stepTemplate:
|
|
6781
6793
|
name: gitops-suite-app-config
|
|
@@ -6836,6 +6848,8 @@ spec:
|
|
|
6836
6848
|
value: $(params.ingress)
|
|
6837
6849
|
- name: RUN_SANITY_TEST
|
|
6838
6850
|
value: $(params.run_sanity_test)
|
|
6851
|
+
- name: MANAGE_UPDATE_SCHEDULE
|
|
6852
|
+
value: $(params.manage_update_schedule)
|
|
6839
6853
|
envFrom:
|
|
6840
6854
|
- configMapRef:
|
|
6841
6855
|
name: environment-properties
|
|
@@ -6874,7 +6888,7 @@ spec:
|
|
|
6874
6888
|
- -c
|
|
6875
6889
|
name: gitops-suite-app-config
|
|
6876
6890
|
imagePullPolicy: IfNotPresent
|
|
6877
|
-
image: quay.io/ibmmas/cli:11.
|
|
6891
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
6878
6892
|
workspaces:
|
|
6879
6893
|
- name: configs
|
|
6880
6894
|
- name: shared-gitops-configs
|
|
@@ -7032,7 +7046,7 @@ spec:
|
|
|
7032
7046
|
- -c
|
|
7033
7047
|
name: gitops-suite-app-install
|
|
7034
7048
|
imagePullPolicy: Always
|
|
7035
|
-
image: quay.io/ibmmas/cli:11.
|
|
7049
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
7036
7050
|
workspaces:
|
|
7037
7051
|
- name: configs
|
|
7038
7052
|
- name: shared-gitops-configs
|
|
@@ -7138,7 +7152,7 @@ spec:
|
|
|
7138
7152
|
- -c
|
|
7139
7153
|
name: gitops-suite-certs
|
|
7140
7154
|
imagePullPolicy: IfNotPresent
|
|
7141
|
-
image: quay.io/ibmmas/cli:11.
|
|
7155
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
7142
7156
|
workspaces:
|
|
7143
7157
|
- name: configs
|
|
7144
7158
|
- name: certificates
|
|
@@ -7308,7 +7322,7 @@ spec:
|
|
|
7308
7322
|
- -c
|
|
7309
7323
|
name: gitops-suite-config
|
|
7310
7324
|
imagePullPolicy: IfNotPresent
|
|
7311
|
-
image: quay.io/ibmmas/cli:11.
|
|
7325
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
7312
7326
|
workspaces:
|
|
7313
7327
|
- name: configs
|
|
7314
7328
|
- name: shared-additional-configs
|
|
@@ -7408,7 +7422,7 @@ spec:
|
|
|
7408
7422
|
- -c
|
|
7409
7423
|
name: gitops-suite-dns
|
|
7410
7424
|
imagePullPolicy: IfNotPresent
|
|
7411
|
-
image: quay.io/ibmmas/cli:11.
|
|
7425
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
7412
7426
|
workspaces:
|
|
7413
7427
|
- name: configs
|
|
7414
7428
|
|
|
@@ -7532,7 +7546,7 @@ spec:
|
|
|
7532
7546
|
- -c
|
|
7533
7547
|
name: gitops-suite-idp-config
|
|
7534
7548
|
imagePullPolicy: IfNotPresent
|
|
7535
|
-
image: quay.io/ibmmas/cli:11.
|
|
7549
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
7536
7550
|
workspaces:
|
|
7537
7551
|
- name: configs
|
|
7538
7552
|
- name: shared-additional-configs
|
|
@@ -7633,7 +7647,7 @@ spec:
|
|
|
7633
7647
|
- -c
|
|
7634
7648
|
name: gitops-suite-objectstorage-config
|
|
7635
7649
|
imagePullPolicy: IfNotPresent
|
|
7636
|
-
image: quay.io/ibmmas/cli:11.
|
|
7650
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
7637
7651
|
workspaces:
|
|
7638
7652
|
- name: configs
|
|
7639
7653
|
- name: shared-gitops-configs
|
|
@@ -7774,7 +7788,7 @@ spec:
|
|
|
7774
7788
|
- -c
|
|
7775
7789
|
name: gitops-suite-smtp-config
|
|
7776
7790
|
imagePullPolicy: IfNotPresent
|
|
7777
|
-
image: quay.io/ibmmas/cli:11.
|
|
7791
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
7778
7792
|
workspaces:
|
|
7779
7793
|
- name: configs
|
|
7780
7794
|
|
|
@@ -7883,7 +7897,7 @@ spec:
|
|
|
7883
7897
|
- -c
|
|
7884
7898
|
name: gitops-suite-watson-studio-config
|
|
7885
7899
|
imagePullPolicy: IfNotPresent
|
|
7886
|
-
image: quay.io/ibmmas/cli:11.
|
|
7900
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
7887
7901
|
workspaces:
|
|
7888
7902
|
- name: configs
|
|
7889
7903
|
- name: shared-gitops-configs
|
|
@@ -7980,7 +7994,7 @@ spec:
|
|
|
7980
7994
|
- -c
|
|
7981
7995
|
name: gitops-suite-workspace
|
|
7982
7996
|
imagePullPolicy: IfNotPresent
|
|
7983
|
-
image: quay.io/ibmmas/cli:11.
|
|
7997
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
7984
7998
|
workspaces:
|
|
7985
7999
|
- name: configs
|
|
7986
8000
|
# --------------------------------------------------------------------------------
|
|
@@ -8260,7 +8274,7 @@ spec:
|
|
|
8260
8274
|
- -c
|
|
8261
8275
|
name: gitops-suite
|
|
8262
8276
|
imagePullPolicy: IfNotPresent
|
|
8263
|
-
image: quay.io/ibmmas/cli:11.
|
|
8277
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
8264
8278
|
workspaces:
|
|
8265
8279
|
- name: configs
|
|
8266
8280
|
- name: shared-gitops-configs
|
|
@@ -8310,7 +8324,7 @@ spec:
|
|
|
8310
8324
|
|
|
8311
8325
|
steps:
|
|
8312
8326
|
- name: grafana
|
|
8313
|
-
image: quay.io/ibmmas/cli:11.
|
|
8327
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
8314
8328
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8315
8329
|
command:
|
|
8316
8330
|
- /opt/app-root/src/run-role.sh
|
|
@@ -8444,7 +8458,7 @@ spec:
|
|
|
8444
8458
|
command:
|
|
8445
8459
|
- /opt/app-root/src/run-role.sh
|
|
8446
8460
|
- ibm_catalogs
|
|
8447
|
-
image: quay.io/ibmmas/cli:11.
|
|
8461
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
8448
8462
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8449
8463
|
workingDir: /workspace/configs
|
|
8450
8464
|
# --------------------------------------------------------------------------------
|
|
@@ -8686,7 +8700,7 @@ spec:
|
|
|
8686
8700
|
command:
|
|
8687
8701
|
- /opt/app-root/src/run-role.sh
|
|
8688
8702
|
- kafka
|
|
8689
|
-
image: quay.io/ibmmas/cli:11.
|
|
8703
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
8690
8704
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8691
8705
|
workingDir: /workspace/configs
|
|
8692
8706
|
|
|
@@ -8902,7 +8916,7 @@ spec:
|
|
|
8902
8916
|
command:
|
|
8903
8917
|
- /opt/app-root/src/run-role.sh
|
|
8904
8918
|
- kmodels
|
|
8905
|
-
image: quay.io/ibmmas/cli:11.
|
|
8919
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
8906
8920
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8907
8921
|
# --------------------------------------------------------------------------------
|
|
8908
8922
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -9080,7 +9094,7 @@ spec:
|
|
|
9080
9094
|
command:
|
|
9081
9095
|
- /opt/app-root/src/run-role.sh
|
|
9082
9096
|
- mongodb
|
|
9083
|
-
image: quay.io/ibmmas/cli:11.
|
|
9097
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
9084
9098
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9085
9099
|
workingDir: /workspace/configs
|
|
9086
9100
|
|
|
@@ -9123,7 +9137,7 @@ spec:
|
|
|
9123
9137
|
- $(params.base_output_dir)
|
|
9124
9138
|
- --extra-namespaces
|
|
9125
9139
|
- selenium
|
|
9126
|
-
image: quay.io/ibmmas/cli:11.
|
|
9140
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
9127
9141
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9128
9142
|
env:
|
|
9129
9143
|
- name: DEVOPS_MONGO_URI
|
|
@@ -9240,7 +9254,7 @@ spec:
|
|
|
9240
9254
|
command:
|
|
9241
9255
|
- /opt/app-root/src/run-role.sh
|
|
9242
9256
|
- nvidia_gpu
|
|
9243
|
-
image: quay.io/ibmmas/cli:11.
|
|
9257
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
9244
9258
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9245
9259
|
workingDir: /workspace/configs
|
|
9246
9260
|
|
|
@@ -9276,7 +9290,7 @@ spec:
|
|
|
9276
9290
|
# Verify Cluster
|
|
9277
9291
|
# -------------------------------------------------------------------------
|
|
9278
9292
|
- name: ocp-verify-cluster
|
|
9279
|
-
image: quay.io/ibmmas/cli:11.
|
|
9293
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
9280
9294
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9281
9295
|
command:
|
|
9282
9296
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9318,7 +9332,7 @@ spec:
|
|
|
9318
9332
|
# Verify Catalogs
|
|
9319
9333
|
# -------------------------------------------------------------------------
|
|
9320
9334
|
- name: ocp-verify-catalogs
|
|
9321
|
-
image: quay.io/ibmmas/cli:11.
|
|
9335
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
9322
9336
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9323
9337
|
command:
|
|
9324
9338
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9360,7 +9374,7 @@ spec:
|
|
|
9360
9374
|
# Verify Subscriptions
|
|
9361
9375
|
# -------------------------------------------------------------------------
|
|
9362
9376
|
- name: ocp-verify-subscriptions
|
|
9363
|
-
image: quay.io/ibmmas/cli:11.
|
|
9377
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
9364
9378
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9365
9379
|
command:
|
|
9366
9380
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9402,7 +9416,7 @@ spec:
|
|
|
9402
9416
|
# Verify Workloads
|
|
9403
9417
|
# -------------------------------------------------------------------------
|
|
9404
9418
|
- name: ocp-verify-workloads
|
|
9405
|
-
image: quay.io/ibmmas/cli:11.
|
|
9419
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
9406
9420
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9407
9421
|
command:
|
|
9408
9422
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9444,7 +9458,7 @@ spec:
|
|
|
9444
9458
|
# Verify Catalogs - Ingress TLS
|
|
9445
9459
|
# -------------------------------------------------------------------------
|
|
9446
9460
|
- name: ocp-verify-ingress
|
|
9447
|
-
image: quay.io/ibmmas/cli:11.
|
|
9461
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
9448
9462
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9449
9463
|
command:
|
|
9450
9464
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9570,7 +9584,7 @@ spec:
|
|
|
9570
9584
|
command:
|
|
9571
9585
|
- /opt/app-root/src/run-role.sh
|
|
9572
9586
|
- ocp_verify
|
|
9573
|
-
image: quay.io/ibmmas/cli:11.
|
|
9587
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
9574
9588
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9575
9589
|
workingDir: /workspace/configs
|
|
9576
9590
|
# --------------------------------------------------------------------------------
|
|
@@ -9638,7 +9652,7 @@ spec:
|
|
|
9638
9652
|
command:
|
|
9639
9653
|
- /opt/app-root/src/run-role.sh
|
|
9640
9654
|
- ocs
|
|
9641
|
-
image: quay.io/ibmmas/cli:11.
|
|
9655
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
9642
9656
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9643
9657
|
workingDir: /workspace/configs
|
|
9644
9658
|
|
|
@@ -9874,7 +9888,7 @@ spec:
|
|
|
9874
9888
|
command:
|
|
9875
9889
|
- /opt/app-root/src/run-role.sh
|
|
9876
9890
|
- odh
|
|
9877
|
-
image: quay.io/ibmmas/cli:11.
|
|
9891
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
9878
9892
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9879
9893
|
# --------------------------------------------------------------------------------
|
|
9880
9894
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -10050,7 +10064,7 @@ spec:
|
|
|
10050
10064
|
command:
|
|
10051
10065
|
- /opt/app-root/src/run-role.sh
|
|
10052
10066
|
- sls
|
|
10053
|
-
image: quay.io/ibmmas/cli:11.
|
|
10067
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
10054
10068
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10055
10069
|
workingDir: /workspace/configs
|
|
10056
10070
|
|
|
@@ -10439,12 +10453,12 @@ spec:
|
|
|
10439
10453
|
command:
|
|
10440
10454
|
- /opt/app-root/src/run-role.sh
|
|
10441
10455
|
- suite_app_config
|
|
10442
|
-
image: quay.io/ibmmas/cli:11.
|
|
10456
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
10443
10457
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10444
10458
|
|
|
10445
10459
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
10446
10460
|
- name: app-cfg-post-verify
|
|
10447
|
-
image: quay.io/ibmmas/cli:11.
|
|
10461
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
10448
10462
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10449
10463
|
command:
|
|
10450
10464
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -10645,7 +10659,7 @@ spec:
|
|
|
10645
10659
|
command:
|
|
10646
10660
|
- /opt/app-root/src/run-role.sh
|
|
10647
10661
|
- suite_app_install
|
|
10648
|
-
image: quay.io/ibmmas/cli:11.
|
|
10662
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
10649
10663
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10650
10664
|
|
|
10651
10665
|
workspaces:
|
|
@@ -10734,7 +10748,7 @@ spec:
|
|
|
10734
10748
|
command:
|
|
10735
10749
|
- /opt/app-root/src/run-role.sh
|
|
10736
10750
|
- suite_app_rollback
|
|
10737
|
-
image: quay.io/ibmmas/cli:11.
|
|
10751
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
10738
10752
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10739
10753
|
# --------------------------------------------------------------------------------
|
|
10740
10754
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -10797,7 +10811,7 @@ spec:
|
|
|
10797
10811
|
command:
|
|
10798
10812
|
- /opt/app-root/src/run-role.sh
|
|
10799
10813
|
- suite_app_uninstall
|
|
10800
|
-
image: quay.io/ibmmas/cli:11.
|
|
10814
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
10801
10815
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10802
10816
|
# --------------------------------------------------------------------------------
|
|
10803
10817
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -10872,7 +10886,7 @@ spec:
|
|
|
10872
10886
|
command:
|
|
10873
10887
|
- /opt/app-root/src/run-role.sh
|
|
10874
10888
|
- suite_app_upgrade
|
|
10875
|
-
image: quay.io/ibmmas/cli:11.
|
|
10889
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
10876
10890
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10877
10891
|
# --------------------------------------------------------------------------------
|
|
10878
10892
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -10973,7 +10987,7 @@ spec:
|
|
|
10973
10987
|
command:
|
|
10974
10988
|
- /opt/app-root/src/run-role.sh
|
|
10975
10989
|
- suite_app_verify
|
|
10976
|
-
image: quay.io/ibmmas/cli:11.
|
|
10990
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
10977
10991
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10978
10992
|
# --------------------------------------------------------------------------------
|
|
10979
10993
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -11116,7 +11130,7 @@ spec:
|
|
|
11116
11130
|
command:
|
|
11117
11131
|
- /opt/app-root/src/run-role.sh
|
|
11118
11132
|
- suite_certs
|
|
11119
|
-
image: quay.io/ibmmas/cli:11.
|
|
11133
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
11120
11134
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11121
11135
|
|
|
11122
11136
|
workspaces:
|
|
@@ -11183,7 +11197,7 @@ spec:
|
|
|
11183
11197
|
command:
|
|
11184
11198
|
- /opt/app-root/src/run-role.sh
|
|
11185
11199
|
- suite_config
|
|
11186
|
-
image: quay.io/ibmmas/cli:11.
|
|
11200
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
11187
11201
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11188
11202
|
workingDir: /workspace/configs
|
|
11189
11203
|
|
|
@@ -11254,7 +11268,7 @@ spec:
|
|
|
11254
11268
|
command:
|
|
11255
11269
|
- /opt/app-root/src/run-role.sh
|
|
11256
11270
|
- suite_db2_setup_for_manage
|
|
11257
|
-
image: quay.io/ibmmas/cli:11.
|
|
11271
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
11258
11272
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11259
11273
|
# --------------------------------------------------------------------------------
|
|
11260
11274
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -11444,7 +11458,7 @@ spec:
|
|
|
11444
11458
|
command:
|
|
11445
11459
|
- /opt/app-root/src/run-role.sh
|
|
11446
11460
|
- suite_dns
|
|
11447
|
-
image: quay.io/ibmmas/cli:11.
|
|
11461
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
11448
11462
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11449
11463
|
# --------------------------------------------------------------------------------
|
|
11450
11464
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -11693,7 +11707,7 @@ spec:
|
|
|
11693
11707
|
command:
|
|
11694
11708
|
- /opt/app-root/src/run-role.sh
|
|
11695
11709
|
- suite_install
|
|
11696
|
-
image: quay.io/ibmmas/cli:11.
|
|
11710
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
11697
11711
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11698
11712
|
workingDir: /workspace/configs
|
|
11699
11713
|
|
|
@@ -11781,7 +11795,7 @@ spec:
|
|
|
11781
11795
|
command:
|
|
11782
11796
|
- /opt/app-root/src/run-role.sh
|
|
11783
11797
|
- suite_rollback
|
|
11784
|
-
image: quay.io/ibmmas/cli:11.
|
|
11798
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
11785
11799
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11786
11800
|
# --------------------------------------------------------------------------------
|
|
11787
11801
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -11846,7 +11860,7 @@ spec:
|
|
|
11846
11860
|
command:
|
|
11847
11861
|
- /opt/app-root/src/run-role.sh
|
|
11848
11862
|
- suite_uninstall
|
|
11849
|
-
image: quay.io/ibmmas/cli:11.
|
|
11863
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
11850
11864
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11851
11865
|
# --------------------------------------------------------------------------------
|
|
11852
11866
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -11916,7 +11930,7 @@ spec:
|
|
|
11916
11930
|
command:
|
|
11917
11931
|
- /opt/app-root/src/run-role.sh
|
|
11918
11932
|
- suite_upgrade
|
|
11919
|
-
image: quay.io/ibmmas/cli:11.
|
|
11933
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
11920
11934
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11921
11935
|
# --------------------------------------------------------------------------------
|
|
11922
11936
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -11983,12 +11997,12 @@ spec:
|
|
|
11983
11997
|
command:
|
|
11984
11998
|
- /opt/app-root/src/run-role.sh
|
|
11985
11999
|
- suite_verify
|
|
11986
|
-
image: quay.io/ibmmas/cli:11.
|
|
12000
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
11987
12001
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11988
12002
|
|
|
11989
12003
|
# If configmap/approval-suite-verify exists then set CONFIGMAP_KEY=pending and wait for it to be changed to "approved"
|
|
11990
12004
|
- name: suite-post-verify
|
|
11991
|
-
image: quay.io/ibmmas/cli:11.
|
|
12005
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
11992
12006
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11993
12007
|
script: |
|
|
11994
12008
|
#!/usr/bin/env bash
|
|
@@ -12122,7 +12136,7 @@ spec:
|
|
|
12122
12136
|
command:
|
|
12123
12137
|
- /opt/app-root/src/run-role.sh
|
|
12124
12138
|
- turbonomic
|
|
12125
|
-
image: quay.io/ibmmas/cli:11.
|
|
12139
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
12126
12140
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12127
12141
|
# --------------------------------------------------------------------------------
|
|
12128
12142
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -12203,7 +12217,7 @@ spec:
|
|
|
12203
12217
|
# IBM User Data Services (UDS)
|
|
12204
12218
|
# -------------------------------------------------------------------------
|
|
12205
12219
|
- name: uds
|
|
12206
|
-
image: quay.io/ibmmas/cli:11.
|
|
12220
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
12207
12221
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12208
12222
|
workingDir: /workspace/configs
|
|
12209
12223
|
command:
|
|
@@ -12266,7 +12280,7 @@ spec:
|
|
|
12266
12280
|
# IBM Data Reporter Operator (DRO)
|
|
12267
12281
|
# -------------------------------------------------------------------------
|
|
12268
12282
|
- name: dro
|
|
12269
|
-
image: quay.io/ibmmas/cli:11.
|
|
12283
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
12270
12284
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12271
12285
|
workingDir: /workspace/configs
|
|
12272
12286
|
command:
|
|
@@ -12352,7 +12366,7 @@ spec:
|
|
|
12352
12366
|
|
|
12353
12367
|
steps:
|
|
12354
12368
|
- name: update-configmap
|
|
12355
|
-
image: quay.io/ibmmas/cli:11.
|
|
12369
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
12356
12370
|
command:
|
|
12357
12371
|
- /opt/app-root/src/update-configmap.sh
|
|
12358
12372
|
env:
|
|
@@ -12414,7 +12428,7 @@ spec:
|
|
|
12414
12428
|
|
|
12415
12429
|
steps:
|
|
12416
12430
|
- name: wait-for-configmap
|
|
12417
|
-
image: quay.io/ibmmas/cli:11.
|
|
12431
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
12418
12432
|
command:
|
|
12419
12433
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
12420
12434
|
env:
|
|
@@ -12478,7 +12492,7 @@ spec:
|
|
|
12478
12492
|
|
|
12479
12493
|
steps:
|
|
12480
12494
|
- name: wait
|
|
12481
|
-
image: quay.io/ibmmas/cli:11.
|
|
12495
|
+
image: quay.io/ibmmas/cli:11.12.0
|
|
12482
12496
|
command:
|
|
12483
12497
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
12484
12498
|
env:
|
|
@@ -14030,6 +14044,9 @@ spec:
|
|
|
14030
14044
|
- name: db2_timezone
|
|
14031
14045
|
type: string
|
|
14032
14046
|
default: ""
|
|
14047
|
+
- name: db2_backup_notify_slack_url
|
|
14048
|
+
type: string
|
|
14049
|
+
default: ""
|
|
14033
14050
|
|
|
14034
14051
|
- name: custom_labels
|
|
14035
14052
|
type: string
|
|
@@ -14173,6 +14190,9 @@ spec:
|
|
|
14173
14190
|
- name: mas_app_global_secrets_yaml_manage
|
|
14174
14191
|
type: string
|
|
14175
14192
|
default: ""
|
|
14193
|
+
- name: manage_update_schedule
|
|
14194
|
+
type: string
|
|
14195
|
+
default: ""
|
|
14176
14196
|
|
|
14177
14197
|
- name: mas_app_channel_monitor
|
|
14178
14198
|
type: string
|
|
@@ -14510,6 +14530,8 @@ spec:
|
|
|
14510
14530
|
value: $(params.jdbc_route_iot)
|
|
14511
14531
|
- name: db2_timezone
|
|
14512
14532
|
value: $(params.db2_timezone)
|
|
14533
|
+
- name: db2_backup_notify_slack_url
|
|
14534
|
+
value: $(params.db2_backup_notify_slack_url)
|
|
14513
14535
|
|
|
14514
14536
|
workspaces:
|
|
14515
14537
|
- name: configs
|
|
@@ -14577,7 +14599,7 @@ spec:
|
|
|
14577
14599
|
- name: configs
|
|
14578
14600
|
workspace: configs
|
|
14579
14601
|
- name: shared-gitops-configs
|
|
14580
|
-
workspace: shared-gitops-configs
|
|
14602
|
+
workspace: shared-gitops-configs
|
|
14581
14603
|
taskRef:
|
|
14582
14604
|
kind: Task
|
|
14583
14605
|
name: gitops-jdbc-config
|
|
@@ -14706,6 +14728,8 @@ spec:
|
|
|
14706
14728
|
value: $(params.jdbc_route_manage)
|
|
14707
14729
|
- name: db2_timezone
|
|
14708
14730
|
value: $(params.db2_timezone)
|
|
14731
|
+
- name: db2_backup_notify_slack_url
|
|
14732
|
+
value: $(params.db2_backup_notify_slack_url)
|
|
14709
14733
|
|
|
14710
14734
|
workspaces:
|
|
14711
14735
|
- name: configs
|
|
@@ -15085,6 +15109,8 @@ spec:
|
|
|
15085
15109
|
value: $(params.ingress)
|
|
15086
15110
|
- name: run_sanity_test
|
|
15087
15111
|
value: $(params.run_sanity_test)
|
|
15112
|
+
- name: manage_update_schedule
|
|
15113
|
+
value: $(params.manage_update_schedule)
|
|
15088
15114
|
taskRef:
|
|
15089
15115
|
name: gitops-suite-app-config
|
|
15090
15116
|
kind: Task
|
|
@@ -16497,6 +16523,9 @@ spec:
|
|
|
16497
16523
|
- input: "$(params.monitor_workspace_action)"
|
|
16498
16524
|
operator: in
|
|
16499
16525
|
values: ["deactivate", ""]
|
|
16526
|
+
- input: "$(params.mas_edition)"
|
|
16527
|
+
operator: in
|
|
16528
|
+
values: ["standard", "premium"]
|
|
16500
16529
|
|
|
16501
16530
|
# 1.2 Monitor App Deprovision
|
|
16502
16531
|
- name: gitops-deprovision-mas-app-install-monitor
|
|
@@ -16541,6 +16570,9 @@ spec:
|
|
|
16541
16570
|
- input: "$(params.mas_app_channel_monitor)"
|
|
16542
16571
|
operator: in
|
|
16543
16572
|
values: [""]
|
|
16573
|
+
- input: "$(params.mas_edition)"
|
|
16574
|
+
operator: in
|
|
16575
|
+
values: ["standard", "premium"]
|
|
16544
16576
|
|
|
16545
16577
|
# 2. Predict Deprovision
|
|
16546
16578
|
# -------------------------------------------------------------------------
|
|
@@ -16587,6 +16619,9 @@ spec:
|
|
|
16587
16619
|
- input: "$(params.predict_workspace_action)"
|
|
16588
16620
|
operator: in
|
|
16589
16621
|
values: ["deactivate", ""]
|
|
16622
|
+
- input: "$(params.mas_edition)"
|
|
16623
|
+
operator: in
|
|
16624
|
+
values: ["standard", "premium"]
|
|
16590
16625
|
|
|
16591
16626
|
# 2.2 Predict App
|
|
16592
16627
|
- name: gitops-deprovision-mas-app-install-predict
|
|
@@ -16631,6 +16666,9 @@ spec:
|
|
|
16631
16666
|
- input: "$(params.mas_app_channel_predict)"
|
|
16632
16667
|
operator: in
|
|
16633
16668
|
values: [""]
|
|
16669
|
+
- input: "$(params.mas_edition)"
|
|
16670
|
+
operator: in
|
|
16671
|
+
values: ["standard", "premium"]
|
|
16634
16672
|
|
|
16635
16673
|
# 3. Visualinspection Deprovision
|
|
16636
16674
|
# -------------------------------------------------------------------------
|
|
@@ -16677,6 +16715,9 @@ spec:
|
|
|
16677
16715
|
- input: "$(params.visualinspection_workspace_action)"
|
|
16678
16716
|
operator: in
|
|
16679
16717
|
values: ["deactivate", ""]
|
|
16718
|
+
- input: "$(params.mas_edition)"
|
|
16719
|
+
operator: in
|
|
16720
|
+
values: ["essentials-inspection", "standard", "premium"]
|
|
16680
16721
|
|
|
16681
16722
|
# 3.2 Visualinspection App
|
|
16682
16723
|
- name: gitops-deprovision-mas-app-install-visualinspection
|
|
@@ -16721,6 +16762,9 @@ spec:
|
|
|
16721
16762
|
- input: "$(params.mas_app_channel_visualinspection)"
|
|
16722
16763
|
operator: in
|
|
16723
16764
|
values: [""]
|
|
16765
|
+
- input: "$(params.mas_edition)"
|
|
16766
|
+
operator: in
|
|
16767
|
+
values: ["essentials-inspection", "standard", "premium"]
|
|
16724
16768
|
|
|
16725
16769
|
# 4. Optimizer Deprovision
|
|
16726
16770
|
# -------------------------------------------------------------------------
|
|
@@ -16767,6 +16811,9 @@ spec:
|
|
|
16767
16811
|
- input: "$(params.optimizer_workspace_action)"
|
|
16768
16812
|
operator: in
|
|
16769
16813
|
values: ["deactivate", ""]
|
|
16814
|
+
- input: "$(params.mas_edition)"
|
|
16815
|
+
operator: in
|
|
16816
|
+
values: ["essentials-maintenance", "standard", "premium"]
|
|
16770
16817
|
|
|
16771
16818
|
# 4.2 Optimizer App
|
|
16772
16819
|
- name: gitops-deprovision-mas-app-install-optimizer
|
|
@@ -16811,6 +16858,9 @@ spec:
|
|
|
16811
16858
|
- input: "$(params.mas_app_channel_optimizer)"
|
|
16812
16859
|
operator: in
|
|
16813
16860
|
values: [""]
|
|
16861
|
+
- input: "$(params.mas_edition)"
|
|
16862
|
+
operator: in
|
|
16863
|
+
values: ["essentials-maintenance", "standard", "premium"]
|
|
16814
16864
|
|
|
16815
16865
|
# 5. Assist Deprovision
|
|
16816
16866
|
# -------------------------------------------------------------------------
|
|
@@ -16857,6 +16907,9 @@ spec:
|
|
|
16857
16907
|
- input: "$(params.assist_workspace_action)"
|
|
16858
16908
|
operator: in
|
|
16859
16909
|
values: ["deactivate", ""]
|
|
16910
|
+
- input: "$(params.mas_edition)"
|
|
16911
|
+
operator: in
|
|
16912
|
+
values: ["standard", "premium"]
|
|
16860
16913
|
|
|
16861
16914
|
# 5.2 Assist App
|
|
16862
16915
|
- name: gitops-deprovision-mas-app-install-assist
|
|
@@ -16901,6 +16954,9 @@ spec:
|
|
|
16901
16954
|
- input: "$(params.mas_app_channel_assist)"
|
|
16902
16955
|
operator: in
|
|
16903
16956
|
values: [""]
|
|
16957
|
+
- input: "$(params.mas_edition)"
|
|
16958
|
+
operator: in
|
|
16959
|
+
values: ["standard", "premium"]
|
|
16904
16960
|
|
|
16905
16961
|
# 6. Manage Deprovision
|
|
16906
16962
|
# -------------------------------------------------------------------------
|
|
@@ -16951,6 +17007,9 @@ spec:
|
|
|
16951
17007
|
- input: "$(params.manage_workspace_action)"
|
|
16952
17008
|
operator: in
|
|
16953
17009
|
values: ["deactivate", ""]
|
|
17010
|
+
- input: "$(params.mas_edition)"
|
|
17011
|
+
operator: in
|
|
17012
|
+
values: ["essentials-maintenance", "standard", "premium"]
|
|
16954
17013
|
|
|
16955
17014
|
# 6.2 Manage App
|
|
16956
17015
|
- name: gitops-deprovision-mas-app-install-manage
|
|
@@ -16995,7 +17054,9 @@ spec:
|
|
|
16995
17054
|
- input: "$(params.mas_app_channel_manage)"
|
|
16996
17055
|
operator: in
|
|
16997
17056
|
values: [""]
|
|
16998
|
-
|
|
17057
|
+
- input: "$(params.mas_edition)"
|
|
17058
|
+
operator: in
|
|
17059
|
+
values: ["essentials-maintenance", "standard", "premium"]
|
|
16999
17060
|
|
|
17000
17061
|
# 6.3 Manage Database
|
|
17001
17062
|
- name: gitops-deprovision-db2u-database-manage
|
|
@@ -17040,6 +17101,9 @@ spec:
|
|
|
17040
17101
|
- input: "$(params.mas_app_channel_manage)"
|
|
17041
17102
|
operator: in
|
|
17042
17103
|
values: [""]
|
|
17104
|
+
- input: "$(params.mas_edition)"
|
|
17105
|
+
operator: in
|
|
17106
|
+
values: ["essentials-maintenance", "standard", "premium"]
|
|
17043
17107
|
|
|
17044
17108
|
# 6.4 Manage JDBC Config
|
|
17045
17109
|
- name: gitops-delete-jdbc-config-manage
|
|
@@ -17097,6 +17161,9 @@ spec:
|
|
|
17097
17161
|
- input: "$(params.mas_app_channel_manage)"
|
|
17098
17162
|
operator: in
|
|
17099
17163
|
values: [""]
|
|
17164
|
+
- input: "$(params.mas_edition)"
|
|
17165
|
+
operator: in
|
|
17166
|
+
values: ["essentials-maintenance", "standard", "premium"]
|
|
17100
17167
|
|
|
17101
17168
|
# 7. IoT Deprovision
|
|
17102
17169
|
# -------------------------------------------------------------------------
|
|
@@ -17145,6 +17212,9 @@ spec:
|
|
|
17145
17212
|
- input: "$(params.iot_workspace_action)"
|
|
17146
17213
|
operator: in
|
|
17147
17214
|
values: ["deactivate", ""]
|
|
17215
|
+
- input: "$(params.mas_edition)"
|
|
17216
|
+
operator: in
|
|
17217
|
+
values: ["standard", "premium"]
|
|
17148
17218
|
|
|
17149
17219
|
# 7.2 IoT App
|
|
17150
17220
|
- name: gitops-deprovision-mas-app-install-iot
|
|
@@ -17189,6 +17259,9 @@ spec:
|
|
|
17189
17259
|
- input: "$(params.mas_app_channel_iot)"
|
|
17190
17260
|
operator: in
|
|
17191
17261
|
values: [""]
|
|
17262
|
+
- input: "$(params.mas_edition)"
|
|
17263
|
+
operator: in
|
|
17264
|
+
values: ["standard", "premium"]
|
|
17192
17265
|
|
|
17193
17266
|
# 7.3 IoT Database
|
|
17194
17267
|
- name: gitops-deprovision-db2u-database-iot
|
|
@@ -17233,6 +17306,9 @@ spec:
|
|
|
17233
17306
|
- input: "$(params.mas_app_channel_iot)"
|
|
17234
17307
|
operator: in
|
|
17235
17308
|
values: [""]
|
|
17309
|
+
- input: "$(params.mas_edition)"
|
|
17310
|
+
operator: in
|
|
17311
|
+
values: ["standard", "premium"]
|
|
17236
17312
|
|
|
17237
17313
|
# 8. Deprovision Kafka config
|
|
17238
17314
|
# -------------------------------------------------------------------------
|
|
@@ -17276,6 +17352,9 @@ spec:
|
|
|
17276
17352
|
- input: "$(params.mas_app_channel_iot)"
|
|
17277
17353
|
operator: in
|
|
17278
17354
|
values: [""]
|
|
17355
|
+
- input: "$(params.mas_edition)"
|
|
17356
|
+
operator: in
|
|
17357
|
+
values: ["standard", "premium"]
|
|
17279
17358
|
|
|
17280
17359
|
# 9. Deprovision Objectstorage config
|
|
17281
17360
|
# -------------------------------------------------------------------------
|
|
@@ -17320,6 +17399,9 @@ spec:
|
|
|
17320
17399
|
- input: "$(params.mas_app_channel_assist)$(params.mas_app_channel_visualinspection)"
|
|
17321
17400
|
operator: in
|
|
17322
17401
|
values: [""]
|
|
17402
|
+
- input: "$(params.mas_edition)"
|
|
17403
|
+
operator: in
|
|
17404
|
+
values: ["essentials-inspection", "standard", "premium"]
|
|
17323
17405
|
|
|
17324
17406
|
# 10. Deprovision Watson Studio config
|
|
17325
17407
|
# -------------------------------------------------------------------------
|
|
@@ -17363,7 +17445,9 @@ spec:
|
|
|
17363
17445
|
- input: "$(params.mas_app_channel_predict)"
|
|
17364
17446
|
operator: in
|
|
17365
17447
|
values: [""]
|
|
17366
|
-
|
|
17448
|
+
- input: "$(params.mas_edition)"
|
|
17449
|
+
operator: in
|
|
17450
|
+
values: ["standard", "premium"]# --------------------------------------------------------------------------------
|
|
17367
17451
|
# /home/runner/work/cli/cli/tekton/target/pipelines/gitops-mas-cluster.yaml
|
|
17368
17452
|
# --------------------------------------------------------------------------------
|
|
17369
17453
|
---
|