mas-cli 13.23.1__py3-none-any.whl → 13.23.2__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 CHANGED
@@ -8,4 +8,4 @@
8
8
  #
9
9
  # *****************************************************************************
10
10
 
11
- __version__ = "13.23.1" # Python module compatible semver
11
+ __version__ = "13.23.2" # Python module compatible semver
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 = "13.23.1"
120
+ self.version = "13.23.2"
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:13.23.1
234
+ image: quay.io/ibmmas/cli:13.23.2
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:13.23.1
345
+ image: quay.io/ibmmas/cli:13.23.2
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:13.23.1
463
+ image: quay.io/ibmmas/cli:13.23.2
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:13.23.1
533
+ image: quay.io/ibmmas/cli:13.23.2
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:13.23.1
599
+ image: quay.io/ibmmas/cli:13.23.2
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:13.23.1
726
+ image: quay.io/ibmmas/cli:13.23.2
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:13.23.1
846
+ image: quay.io/ibmmas/cli:13.23.2
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:13.23.1
963
+ image: quay.io/ibmmas/cli:13.23.2
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:13.23.1
1069
+ image: quay.io/ibmmas/cli:13.23.2
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:13.23.1
1391
+ image: quay.io/ibmmas/cli:13.23.2
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:13.23.1
1501
+ image: quay.io/ibmmas/cli:13.23.2
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:13.23.1
1590
+ image: quay.io/ibmmas/cli:13.23.2
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:13.23.1
1694
+ image: quay.io/ibmmas/cli:13.23.2
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:13.23.1
1776
+ image: quay.io/ibmmas/cli:13.23.2
1777
1777
  workspaces:
1778
1778
  - name: configs
1779
1779
  # --------------------------------------------------------------------------------
@@ -2078,7 +2078,7 @@ spec:
2078
2078
  - -c
2079
2079
  name: gitops-cluster
2080
2080
  imagePullPolicy: Always
2081
- image: quay.io/ibmmas/cli:13.23.1
2081
+ image: quay.io/ibmmas/cli:13.23.2
2082
2082
  workspaces:
2083
2083
  - name: configs
2084
2084
  # --------------------------------------------------------------------------------
@@ -2186,7 +2186,7 @@ spec:
2186
2186
  - -c
2187
2187
  name: gitops-cos
2188
2188
  imagePullPolicy: IfNotPresent
2189
- image: quay.io/ibmmas/cli:13.23.1
2189
+ image: quay.io/ibmmas/cli:13.23.2
2190
2190
  workspaces:
2191
2191
  - name: configs
2192
2192
  # --------------------------------------------------------------------------------
@@ -2334,7 +2334,7 @@ spec:
2334
2334
  - -c
2335
2335
  name: gitops-cp4d-service
2336
2336
  imagePullPolicy: IfNotPresent
2337
- image: quay.io/ibmmas/cli:13.23.1
2337
+ image: quay.io/ibmmas/cli:13.23.2
2338
2338
  workspaces:
2339
2339
  - name: configs
2340
2340
  - name: shared-gitops-configs
@@ -2463,7 +2463,7 @@ spec:
2463
2463
  - -c
2464
2464
  name: gitops-cp4d
2465
2465
  imagePullPolicy: IfNotPresent
2466
- image: quay.io/ibmmas/cli:13.23.1
2466
+ image: quay.io/ibmmas/cli:13.23.2
2467
2467
  workspaces:
2468
2468
  - name: configs
2469
2469
  - name: shared-gitops-configs
@@ -2754,7 +2754,7 @@ spec:
2754
2754
  - -c
2755
2755
  name: gitops-db2u-database
2756
2756
  imagePullPolicy: Always
2757
- image: quay.io/ibmmas/cli:13.23.1
2757
+ image: quay.io/ibmmas/cli:13.23.2
2758
2758
  workspaces:
2759
2759
  - name: configs
2760
2760
  - name: shared-gitops-configs
@@ -2852,7 +2852,7 @@ spec:
2852
2852
  - -c
2853
2853
  name: gitops-db2u
2854
2854
  imagePullPolicy: IfNotPresent
2855
- image: quay.io/ibmmas/cli:13.23.1
2855
+ image: quay.io/ibmmas/cli:13.23.2
2856
2856
  workspaces:
2857
2857
  - name: configs
2858
2858
  # --------------------------------------------------------------------------------
@@ -2979,7 +2979,7 @@ spec:
2979
2979
  - -c
2980
2980
  name: gitops-delete-jdbc-config
2981
2981
  imagePullPolicy: IfNotPresent
2982
- image: quay.io/ibmmas/cli:13.23.1
2982
+ image: quay.io/ibmmas/cli:13.23.2
2983
2983
  workspaces:
2984
2984
  - name: configs
2985
2985
  # --------------------------------------------------------------------------------
@@ -3077,7 +3077,7 @@ spec:
3077
3077
  - -c
3078
3078
  name: gitops-delete-kafka-config
3079
3079
  imagePullPolicy: Always
3080
- image: quay.io/ibmmas/cli:13.23.1
3080
+ image: quay.io/ibmmas/cli:13.23.2
3081
3081
  workspaces:
3082
3082
  - name: configs
3083
3083
 
@@ -3169,7 +3169,7 @@ spec:
3169
3169
  - -c
3170
3170
  name: gitops-deprovision-app-config
3171
3171
  imagePullPolicy: IfNotPresent
3172
- image: quay.io/ibmmas/cli:13.23.1
3172
+ image: quay.io/ibmmas/cli:13.23.2
3173
3173
  workspaces:
3174
3174
  - name: configs
3175
3175
  # --------------------------------------------------------------------------------
@@ -3254,7 +3254,7 @@ spec:
3254
3254
  - -c
3255
3255
  name: gitops-deprovision-app-install
3256
3256
  imagePullPolicy: IfNotPresent
3257
- image: quay.io/ibmmas/cli:13.23.1
3257
+ image: quay.io/ibmmas/cli:13.23.2
3258
3258
  workspaces:
3259
3259
  - name: configs
3260
3260
  # --------------------------------------------------------------------------------
@@ -3339,7 +3339,7 @@ spec:
3339
3339
  - -c
3340
3340
  name: gitops-deprovision-cluster
3341
3341
  imagePullPolicy: IfNotPresent
3342
- image: quay.io/ibmmas/cli:13.23.1
3342
+ image: quay.io/ibmmas/cli:13.23.2
3343
3343
  workspaces:
3344
3344
  - name: configs
3345
3345
  # --------------------------------------------------------------------------------
@@ -3458,7 +3458,7 @@ spec:
3458
3458
  - -c
3459
3459
  name: gitops-deprovision-cos
3460
3460
  imagePullPolicy: IfNotPresent
3461
- image: quay.io/ibmmas/cli:13.23.1
3461
+ image: quay.io/ibmmas/cli:13.23.2
3462
3462
  workspaces:
3463
3463
  - name: configs
3464
3464
  # --------------------------------------------------------------------------------
@@ -3551,7 +3551,7 @@ spec:
3551
3551
  - -c
3552
3552
  name: gitops-deprovision-db2u-database
3553
3553
  imagePullPolicy: IfNotPresent
3554
- image: quay.io/ibmmas/cli:13.23.1
3554
+ image: quay.io/ibmmas/cli:13.23.2
3555
3555
  workspaces:
3556
3556
  - name: configs
3557
3557
 
@@ -3634,7 +3634,7 @@ spec:
3634
3634
  - -c
3635
3635
  name: gitops-deprovision-db2u
3636
3636
  imagePullPolicy: IfNotPresent
3637
- image: quay.io/ibmmas/cli:13.23.1
3637
+ image: quay.io/ibmmas/cli:13.23.2
3638
3638
  workspaces:
3639
3639
  - name: configs
3640
3640
 
@@ -3751,7 +3751,7 @@ spec:
3751
3751
  - -c
3752
3752
  name: gitops-deprovision-efs
3753
3753
  imagePullPolicy: IfNotPresent
3754
- image: quay.io/ibmmas/cli:13.23.1
3754
+ image: quay.io/ibmmas/cli:13.23.2
3755
3755
  workspaces:
3756
3756
  - name: configs
3757
3757
 
@@ -3861,7 +3861,7 @@ spec:
3861
3861
  - -c
3862
3862
  name: gitops-deprovision-kafka
3863
3863
  imagePullPolicy: IfNotPresent
3864
- image: quay.io/ibmmas/cli:13.23.1
3864
+ image: quay.io/ibmmas/cli:13.23.2
3865
3865
  workspaces:
3866
3866
  - name: configs
3867
3867
  # --------------------------------------------------------------------------------
@@ -3964,7 +3964,7 @@ spec:
3964
3964
  - -c
3965
3965
  name: gitops-deprovision-mongo
3966
3966
  imagePullPolicy: IfNotPresent
3967
- image: quay.io/ibmmas/cli:13.23.1
3967
+ image: quay.io/ibmmas/cli:13.23.2
3968
3968
  workspaces:
3969
3969
  - name: configs
3970
3970
 
@@ -4021,7 +4021,7 @@ spec:
4021
4021
  - -c
4022
4022
  name: gitops-deprovision-rosa
4023
4023
  imagePullPolicy: IfNotPresent
4024
- image: quay.io/ibmmas/cli:13.23.1
4024
+ image: quay.io/ibmmas/cli:13.23.2
4025
4025
  workspaces:
4026
4026
  - name: configs
4027
4027
  # --------------------------------------------------------------------------------
@@ -4226,7 +4226,7 @@ spec:
4226
4226
  - -c
4227
4227
  name: gitops-deprovision-suite-config
4228
4228
  imagePullPolicy: IfNotPresent
4229
- image: quay.io/ibmmas/cli:13.23.1
4229
+ image: quay.io/ibmmas/cli:13.23.2
4230
4230
  workspaces:
4231
4231
  - name: configs
4232
4232
 
@@ -4324,7 +4324,7 @@ spec:
4324
4324
  - -c
4325
4325
  name: gitops-deprovision-suite-idp-config
4326
4326
  imagePullPolicy: IfNotPresent
4327
- image: quay.io/ibmmas/cli:13.23.1
4327
+ image: quay.io/ibmmas/cli:13.23.2
4328
4328
  workspaces:
4329
4329
  - name: configs
4330
4330
  # --------------------------------------------------------------------------------
@@ -4416,7 +4416,7 @@ spec:
4416
4416
  - -c
4417
4417
  name: gitops-deprovision-suite-objectstorage-config
4418
4418
  imagePullPolicy: IfNotPresent
4419
- image: quay.io/ibmmas/cli:13.23.1
4419
+ image: quay.io/ibmmas/cli:13.23.2
4420
4420
  workspaces:
4421
4421
  - name: configs
4422
4422
  # --------------------------------------------------------------------------------
@@ -4628,7 +4628,7 @@ spec:
4628
4628
  - -c
4629
4629
  name: gitops-deprovision-suite-smtp-config
4630
4630
  imagePullPolicy: IfNotPresent
4631
- image: quay.io/ibmmas/cli:13.23.1
4631
+ image: quay.io/ibmmas/cli:13.23.2
4632
4632
  workspaces:
4633
4633
  - name: configs
4634
4634
  # --------------------------------------------------------------------------------
@@ -4721,7 +4721,7 @@ spec:
4721
4721
  - -c
4722
4722
  name: gitops-deprovision-suite-watson-studio-config
4723
4723
  imagePullPolicy: IfNotPresent
4724
- image: quay.io/ibmmas/cli:13.23.1
4724
+ image: quay.io/ibmmas/cli:13.23.2
4725
4725
  workspaces:
4726
4726
  - name: configs
4727
4727
  # --------------------------------------------------------------------------------
@@ -4812,7 +4812,7 @@ spec:
4812
4812
  - -c
4813
4813
  name: gitops-deprovision-suite-workspace
4814
4814
  imagePullPolicy: Always
4815
- image: quay.io/ibmmas/cli:13.23.1
4815
+ image: quay.io/ibmmas/cli:13.23.2
4816
4816
  workspaces:
4817
4817
  - name: configs
4818
4818
  # --------------------------------------------------------------------------------
@@ -4905,7 +4905,7 @@ spec:
4905
4905
  - -c
4906
4906
  name: gitops-deprovision-suite
4907
4907
  imagePullPolicy: IfNotPresent
4908
- image: quay.io/ibmmas/cli:13.23.1
4908
+ image: quay.io/ibmmas/cli:13.23.2
4909
4909
  workspaces:
4910
4910
  - name: configs
4911
4911
 
@@ -5018,7 +5018,7 @@ spec:
5018
5018
  - -c
5019
5019
  name: gitops-dro
5020
5020
  imagePullPolicy: IfNotPresent
5021
- image: quay.io/ibmmas/cli:13.23.1
5021
+ image: quay.io/ibmmas/cli:13.23.2
5022
5022
  workspaces:
5023
5023
  - name: configs
5024
5024
  # --------------------------------------------------------------------------------
@@ -5145,7 +5145,7 @@ spec:
5145
5145
  - -c
5146
5146
  name: gitops-efs
5147
5147
  imagePullPolicy: IfNotPresent
5148
- image: quay.io/ibmmas/cli:13.23.1
5148
+ image: quay.io/ibmmas/cli:13.23.2
5149
5149
  workspaces:
5150
5150
  - name: configs
5151
5151
 
@@ -5280,7 +5280,7 @@ spec:
5280
5280
  - -c
5281
5281
  name: gitops-jdbc-config
5282
5282
  imagePullPolicy: Always
5283
- image: quay.io/ibmmas/cli:13.23.1
5283
+ image: quay.io/ibmmas/cli:13.23.2
5284
5284
  workspaces:
5285
5285
  - name: configs
5286
5286
  - name: shared-gitops-configs
@@ -5376,7 +5376,7 @@ spec:
5376
5376
  - -c
5377
5377
  name: gitops-kafka-config
5378
5378
  imagePullPolicy: Always
5379
- image: quay.io/ibmmas/cli:13.23.1
5379
+ image: quay.io/ibmmas/cli:13.23.2
5380
5380
  workspaces:
5381
5381
  - name: configs
5382
5382
 
@@ -5498,7 +5498,7 @@ spec:
5498
5498
  - -c
5499
5499
  name: gitops-kafka
5500
5500
  imagePullPolicy: IfNotPresent
5501
- image: quay.io/ibmmas/cli:13.23.1
5501
+ image: quay.io/ibmmas/cli:13.23.2
5502
5502
  workspaces:
5503
5503
  - name: configs
5504
5504
  # --------------------------------------------------------------------------------
@@ -5624,7 +5624,7 @@ spec:
5624
5624
  - -c
5625
5625
  name: gitops-license
5626
5626
  imagePullPolicy: Always
5627
- image: quay.io/ibmmas/cli:13.23.1
5627
+ image: quay.io/ibmmas/cli:13.23.2
5628
5628
  workspaces:
5629
5629
  - name: shared-entitlement
5630
5630
 
@@ -6343,7 +6343,7 @@ spec:
6343
6343
  - -c
6344
6344
  name: gitops-mas-fvt-preparer
6345
6345
  imagePullPolicy: Always
6346
- image: quay.io/ibmmas/cli:13.23.1
6346
+ image: quay.io/ibmmas/cli:13.23.2
6347
6347
  workspaces:
6348
6348
  - name: configs
6349
6349
  - name: shared-additional-configs
@@ -6836,7 +6836,7 @@ spec:
6836
6836
  - -c
6837
6837
  name: gitops-mas-initiator
6838
6838
  imagePullPolicy: IfNotPresent
6839
- image: quay.io/ibmmas/cli:13.23.1
6839
+ image: quay.io/ibmmas/cli:13.23.2
6840
6840
  workspaces:
6841
6841
  - name: configs
6842
6842
  # --------------------------------------------------------------------------------
@@ -6944,7 +6944,7 @@ spec:
6944
6944
  - -c
6945
6945
  name: gitops-mongo
6946
6946
  imagePullPolicy: IfNotPresent
6947
- image: quay.io/ibmmas/cli:13.23.1
6947
+ image: quay.io/ibmmas/cli:13.23.2
6948
6948
  workspaces:
6949
6949
  - name: configs
6950
6950
 
@@ -7070,7 +7070,7 @@ spec:
7070
7070
  - -c
7071
7071
  name: gitops-nvidia-gpu
7072
7072
  imagePullPolicy: IfNotPresent
7073
- image: quay.io/ibmmas/cli:13.23.1
7073
+ image: quay.io/ibmmas/cli:13.23.2
7074
7074
  workspaces:
7075
7075
  - name: configs
7076
7076
  # --------------------------------------------------------------------------------
@@ -7188,7 +7188,7 @@ spec:
7188
7188
  - -c
7189
7189
  name: gitops-process-mongo-user
7190
7190
  imagePullPolicy: IfNotPresent
7191
- image: quay.io/ibmmas/cli:13.23.1
7191
+ image: quay.io/ibmmas/cli:13.23.2
7192
7192
  workspaces:
7193
7193
  - name: configs
7194
7194
  # --------------------------------------------------------------------------------
@@ -7244,7 +7244,7 @@ spec:
7244
7244
  - -c
7245
7245
  name: gitops-rosa
7246
7246
  imagePullPolicy: IfNotPresent
7247
- image: quay.io/ibmmas/cli:13.23.1
7247
+ image: quay.io/ibmmas/cli:13.23.2
7248
7248
  workspaces:
7249
7249
  - name: configs
7250
7250
  # --------------------------------------------------------------------------------
@@ -7431,7 +7431,7 @@ spec:
7431
7431
  - -c
7432
7432
  name: gitops-suite-app-config
7433
7433
  imagePullPolicy: IfNotPresent
7434
- image: quay.io/ibmmas/cli:13.23.1
7434
+ image: quay.io/ibmmas/cli:13.23.2
7435
7435
  workspaces:
7436
7436
  - name: configs
7437
7437
  - name: shared-gitops-configs
@@ -7589,7 +7589,7 @@ spec:
7589
7589
  - -c
7590
7590
  name: gitops-suite-app-install
7591
7591
  imagePullPolicy: Always
7592
- image: quay.io/ibmmas/cli:13.23.1
7592
+ image: quay.io/ibmmas/cli:13.23.2
7593
7593
  workspaces:
7594
7594
  - name: configs
7595
7595
  - name: shared-gitops-configs
@@ -7695,7 +7695,7 @@ spec:
7695
7695
  - -c
7696
7696
  name: gitops-suite-certs
7697
7697
  imagePullPolicy: IfNotPresent
7698
- image: quay.io/ibmmas/cli:13.23.1
7698
+ image: quay.io/ibmmas/cli:13.23.2
7699
7699
  workspaces:
7700
7700
  - name: configs
7701
7701
  - name: certificates
@@ -7748,6 +7748,9 @@ spec:
7748
7748
  - name: mas_bascfg_pod_template_yaml
7749
7749
  type: string
7750
7750
  default: ""
7751
+ - name: smtp_config_ca_certificate_file
7752
+ type: string
7753
+ default: ""
7751
7754
  stepTemplate:
7752
7755
  name: gitops-suite-config
7753
7756
  env:
@@ -7787,6 +7790,8 @@ spec:
7787
7790
  value: $(params.mas_slscfg_pod_template_yaml)
7788
7791
  - name: MAS_BASCFG_POD_TEMPLATE_YAML
7789
7792
  value: $(params.mas_bascfg_pod_template_yaml)
7793
+ - name: SMTP_CONFIG_CA_CERTIFICATE_FILE
7794
+ value: $(params.smtp_config_ca_certificate_file)
7790
7795
  envFrom:
7791
7796
  - configMapRef:
7792
7797
  name: environment-properties
@@ -7865,7 +7870,7 @@ spec:
7865
7870
  - -c
7866
7871
  name: gitops-suite-config
7867
7872
  imagePullPolicy: IfNotPresent
7868
- image: quay.io/ibmmas/cli:13.23.1
7873
+ image: quay.io/ibmmas/cli:13.23.2
7869
7874
  workspaces:
7870
7875
  - name: configs
7871
7876
  - name: shared-additional-configs
@@ -7965,7 +7970,7 @@ spec:
7965
7970
  - -c
7966
7971
  name: gitops-suite-dns
7967
7972
  imagePullPolicy: IfNotPresent
7968
- image: quay.io/ibmmas/cli:13.23.1
7973
+ image: quay.io/ibmmas/cli:13.23.2
7969
7974
  workspaces:
7970
7975
  - name: configs
7971
7976
 
@@ -8089,7 +8094,7 @@ spec:
8089
8094
  - -c
8090
8095
  name: gitops-suite-idp-config
8091
8096
  imagePullPolicy: IfNotPresent
8092
- image: quay.io/ibmmas/cli:13.23.1
8097
+ image: quay.io/ibmmas/cli:13.23.2
8093
8098
  workspaces:
8094
8099
  - name: configs
8095
8100
  - name: shared-additional-configs
@@ -8190,7 +8195,7 @@ spec:
8190
8195
  - -c
8191
8196
  name: gitops-suite-objectstorage-config
8192
8197
  imagePullPolicy: IfNotPresent
8193
- image: quay.io/ibmmas/cli:13.23.1
8198
+ image: quay.io/ibmmas/cli:13.23.2
8194
8199
  workspaces:
8195
8200
  - name: configs
8196
8201
  - name: shared-gitops-configs
@@ -8228,6 +8233,9 @@ spec:
8228
8233
  - name: mas_smtpcfg_pod_template_yaml
8229
8234
  type: string
8230
8235
  default: ""
8236
+ - name: smtp_config_ca_certificate_file
8237
+ type: string
8238
+ default: ""
8231
8239
 
8232
8240
  - name: icn
8233
8241
  type: string
@@ -8262,6 +8270,8 @@ spec:
8262
8270
  value: $(params.smtp_disabled_templates)
8263
8271
  - name: MAS_SMTPCFG_POD_TEMPLATE_YAML
8264
8272
  value: $(params.mas_smtpcfg_pod_template_yaml)
8273
+ - name: SMTP_CONFIG_CA_CERTIFICATE_FILE
8274
+ value: $(params.smtp_config_ca_certificate_file)
8265
8275
 
8266
8276
  - name: ICN
8267
8277
  value: $(params.icn)
@@ -8455,6 +8465,7 @@ spec:
8455
8465
  image: docker-na-public.artifactory.swg-devops.com/wiotp-docker-local/mas/saas-task:latest
8456
8466
  workspaces:
8457
8467
  - name: configs
8468
+ - name: shared-gitops-configs
8458
8469
 
8459
8470
 
8460
8471
 
@@ -8520,6 +8531,9 @@ spec:
8520
8531
  - name: mas_smtpcfg_pod_template_yaml
8521
8532
  type: string
8522
8533
  default: ""
8534
+ - name: smtp_config_ca_certificate_file
8535
+ type: string
8536
+ default: ""
8523
8537
  stepTemplate:
8524
8538
  name: gitops-suite-smtp-config
8525
8539
  env:
@@ -8563,6 +8577,8 @@ spec:
8563
8577
  value: $(params.smtp_disabled_templates)
8564
8578
  - name: MAS_SMTPCFG_POD_TEMPLATE_YAML
8565
8579
  value: $(params.mas_smtpcfg_pod_template_yaml)
8580
+ - name: SMTP_CONFIG_CA_CERTIFICATE_FILE
8581
+ value: $(params.smtp_config_ca_certificate_file)
8566
8582
  envFrom:
8567
8583
  - configMapRef:
8568
8584
  name: environment-properties
@@ -8601,10 +8617,10 @@ spec:
8601
8617
  - -c
8602
8618
  name: gitops-suite-smtp-config
8603
8619
  imagePullPolicy: IfNotPresent
8604
- image: quay.io/ibmmas/cli:13.23.1
8620
+ image: quay.io/ibmmas/cli:13.23.2
8605
8621
  workspaces:
8606
8622
  - name: configs
8607
-
8623
+ - name: shared-gitops-configs
8608
8624
 
8609
8625
 
8610
8626
 
@@ -8721,7 +8737,7 @@ spec:
8721
8737
  - -c
8722
8738
  name: gitops-suite-watson-studio-config
8723
8739
  imagePullPolicy: IfNotPresent
8724
- image: quay.io/ibmmas/cli:13.23.1
8740
+ image: quay.io/ibmmas/cli:13.23.2
8725
8741
  workspaces:
8726
8742
  - name: configs
8727
8743
  - name: shared-gitops-configs
@@ -8823,7 +8839,7 @@ spec:
8823
8839
  - -c
8824
8840
  name: gitops-suite-workspace
8825
8841
  imagePullPolicy: IfNotPresent
8826
- image: quay.io/ibmmas/cli:13.23.1
8842
+ image: quay.io/ibmmas/cli:13.23.2
8827
8843
  workspaces:
8828
8844
  - name: configs
8829
8845
  # --------------------------------------------------------------------------------
@@ -9166,7 +9182,7 @@ spec:
9166
9182
  - -c
9167
9183
  name: gitops-suite
9168
9184
  imagePullPolicy: IfNotPresent
9169
- image: quay.io/ibmmas/cli:13.23.1
9185
+ image: quay.io/ibmmas/cli:13.23.2
9170
9186
  workspaces:
9171
9187
  - name: configs
9172
9188
  - name: shared-gitops-configs
@@ -9216,7 +9232,7 @@ spec:
9216
9232
 
9217
9233
  steps:
9218
9234
  - name: grafana
9219
- image: quay.io/ibmmas/cli:13.23.1
9235
+ image: quay.io/ibmmas/cli:13.23.2
9220
9236
  imagePullPolicy: $(params.image_pull_policy)
9221
9237
  command:
9222
9238
  - /opt/app-root/src/run-role.sh
@@ -9350,7 +9366,7 @@ spec:
9350
9366
  command:
9351
9367
  - /opt/app-root/src/run-role.sh
9352
9368
  - ibm_catalogs
9353
- image: quay.io/ibmmas/cli:13.23.1
9369
+ image: quay.io/ibmmas/cli:13.23.2
9354
9370
  imagePullPolicy: $(params.image_pull_policy)
9355
9371
  workingDir: /workspace/configs
9356
9372
  # --------------------------------------------------------------------------------
@@ -9592,7 +9608,7 @@ spec:
9592
9608
  command:
9593
9609
  - /opt/app-root/src/run-role.sh
9594
9610
  - kafka
9595
- image: quay.io/ibmmas/cli:13.23.1
9611
+ image: quay.io/ibmmas/cli:13.23.2
9596
9612
  imagePullPolicy: $(params.image_pull_policy)
9597
9613
  workingDir: /workspace/configs
9598
9614
 
@@ -9808,7 +9824,7 @@ spec:
9808
9824
  command:
9809
9825
  - /opt/app-root/src/run-role.sh
9810
9826
  - kmodels
9811
- image: quay.io/ibmmas/cli:13.23.1
9827
+ image: quay.io/ibmmas/cli:13.23.2
9812
9828
  imagePullPolicy: $(params.image_pull_policy)
9813
9829
  # --------------------------------------------------------------------------------
9814
9830
  # /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
@@ -9986,7 +10002,7 @@ spec:
9986
10002
  command:
9987
10003
  - /opt/app-root/src/run-role.sh
9988
10004
  - mongodb
9989
- image: quay.io/ibmmas/cli:13.23.1
10005
+ image: quay.io/ibmmas/cli:13.23.2
9990
10006
  imagePullPolicy: $(params.image_pull_policy)
9991
10007
  workingDir: /workspace/configs
9992
10008
 
@@ -10029,7 +10045,7 @@ spec:
10029
10045
  - $(params.base_output_dir)
10030
10046
  - --extra-namespaces
10031
10047
  - selenium
10032
- image: quay.io/ibmmas/cli:13.23.1
10048
+ image: quay.io/ibmmas/cli:13.23.2
10033
10049
  imagePullPolicy: $(params.image_pull_policy)
10034
10050
  env:
10035
10051
  - name: DEVOPS_MONGO_URI
@@ -10146,7 +10162,7 @@ spec:
10146
10162
  command:
10147
10163
  - /opt/app-root/src/run-role.sh
10148
10164
  - nvidia_gpu
10149
- image: quay.io/ibmmas/cli:13.23.1
10165
+ image: quay.io/ibmmas/cli:13.23.2
10150
10166
  imagePullPolicy: $(params.image_pull_policy)
10151
10167
  workingDir: /workspace/configs
10152
10168
 
@@ -10182,7 +10198,7 @@ spec:
10182
10198
  # Verify Cluster
10183
10199
  # -------------------------------------------------------------------------
10184
10200
  - name: ocp-verify-cluster
10185
- image: quay.io/ibmmas/cli:13.23.1
10201
+ image: quay.io/ibmmas/cli:13.23.2
10186
10202
  imagePullPolicy: $(params.image_pull_policy)
10187
10203
  command:
10188
10204
  - /opt/app-root/src/run-role.sh
@@ -10224,7 +10240,7 @@ spec:
10224
10240
  # Verify Catalogs
10225
10241
  # -------------------------------------------------------------------------
10226
10242
  - name: ocp-verify-catalogs
10227
- image: quay.io/ibmmas/cli:13.23.1
10243
+ image: quay.io/ibmmas/cli:13.23.2
10228
10244
  imagePullPolicy: $(params.image_pull_policy)
10229
10245
  command:
10230
10246
  - /opt/app-root/src/run-role.sh
@@ -10266,7 +10282,7 @@ spec:
10266
10282
  # Verify Subscriptions
10267
10283
  # -------------------------------------------------------------------------
10268
10284
  - name: ocp-verify-subscriptions
10269
- image: quay.io/ibmmas/cli:13.23.1
10285
+ image: quay.io/ibmmas/cli:13.23.2
10270
10286
  imagePullPolicy: $(params.image_pull_policy)
10271
10287
  command:
10272
10288
  - /opt/app-root/src/run-role.sh
@@ -10308,7 +10324,7 @@ spec:
10308
10324
  # Verify Workloads
10309
10325
  # -------------------------------------------------------------------------
10310
10326
  - name: ocp-verify-workloads
10311
- image: quay.io/ibmmas/cli:13.23.1
10327
+ image: quay.io/ibmmas/cli:13.23.2
10312
10328
  imagePullPolicy: $(params.image_pull_policy)
10313
10329
  command:
10314
10330
  - /opt/app-root/src/run-role.sh
@@ -10350,7 +10366,7 @@ spec:
10350
10366
  # Verify Catalogs - Ingress TLS
10351
10367
  # -------------------------------------------------------------------------
10352
10368
  - name: ocp-verify-ingress
10353
- image: quay.io/ibmmas/cli:13.23.1
10369
+ image: quay.io/ibmmas/cli:13.23.2
10354
10370
  imagePullPolicy: $(params.image_pull_policy)
10355
10371
  command:
10356
10372
  - /opt/app-root/src/run-role.sh
@@ -10476,7 +10492,7 @@ spec:
10476
10492
  command:
10477
10493
  - /opt/app-root/src/run-role.sh
10478
10494
  - ocp_verify
10479
- image: quay.io/ibmmas/cli:13.23.1
10495
+ image: quay.io/ibmmas/cli:13.23.2
10480
10496
  imagePullPolicy: $(params.image_pull_policy)
10481
10497
  workingDir: /workspace/configs
10482
10498
  # --------------------------------------------------------------------------------
@@ -10544,7 +10560,7 @@ spec:
10544
10560
  command:
10545
10561
  - /opt/app-root/src/run-role.sh
10546
10562
  - ocs
10547
- image: quay.io/ibmmas/cli:13.23.1
10563
+ image: quay.io/ibmmas/cli:13.23.2
10548
10564
  imagePullPolicy: $(params.image_pull_policy)
10549
10565
  workingDir: /workspace/configs
10550
10566
 
@@ -10780,7 +10796,7 @@ spec:
10780
10796
  command:
10781
10797
  - /opt/app-root/src/run-role.sh
10782
10798
  - odh
10783
- image: quay.io/ibmmas/cli:13.23.1
10799
+ image: quay.io/ibmmas/cli:13.23.2
10784
10800
  imagePullPolicy: $(params.image_pull_policy)
10785
10801
  # --------------------------------------------------------------------------------
10786
10802
  # /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
@@ -10956,7 +10972,7 @@ spec:
10956
10972
  command:
10957
10973
  - /opt/app-root/src/run-role.sh
10958
10974
  - sls
10959
- image: quay.io/ibmmas/cli:13.23.1
10975
+ image: quay.io/ibmmas/cli:13.23.2
10960
10976
  imagePullPolicy: $(params.image_pull_policy)
10961
10977
  workingDir: /workspace/configs
10962
10978
 
@@ -11351,12 +11367,12 @@ spec:
11351
11367
  command:
11352
11368
  - /opt/app-root/src/run-role.sh
11353
11369
  - suite_app_config
11354
- image: quay.io/ibmmas/cli:13.23.1
11370
+ image: quay.io/ibmmas/cli:13.23.2
11355
11371
  imagePullPolicy: $(params.image_pull_policy)
11356
11372
 
11357
11373
  # If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
11358
11374
  - name: app-cfg-post-verify
11359
- image: quay.io/ibmmas/cli:13.23.1
11375
+ image: quay.io/ibmmas/cli:13.23.2
11360
11376
  imagePullPolicy: $(params.image_pull_policy)
11361
11377
  command:
11362
11378
  - /opt/app-root/src/wait-for-configmap.sh
@@ -11551,7 +11567,7 @@ spec:
11551
11567
  command:
11552
11568
  - /opt/app-root/src/run-role.sh
11553
11569
  - suite_app_install
11554
- image: quay.io/ibmmas/cli:13.23.1
11570
+ image: quay.io/ibmmas/cli:13.23.2
11555
11571
  imagePullPolicy: $(params.image_pull_policy)
11556
11572
 
11557
11573
  workspaces:
@@ -11640,7 +11656,7 @@ spec:
11640
11656
  command:
11641
11657
  - /opt/app-root/src/run-role.sh
11642
11658
  - suite_app_rollback
11643
- image: quay.io/ibmmas/cli:13.23.1
11659
+ image: quay.io/ibmmas/cli:13.23.2
11644
11660
  imagePullPolicy: $(params.image_pull_policy)
11645
11661
  # --------------------------------------------------------------------------------
11646
11662
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
@@ -11703,7 +11719,7 @@ spec:
11703
11719
  command:
11704
11720
  - /opt/app-root/src/run-role.sh
11705
11721
  - suite_app_uninstall
11706
- image: quay.io/ibmmas/cli:13.23.1
11722
+ image: quay.io/ibmmas/cli:13.23.2
11707
11723
  imagePullPolicy: $(params.image_pull_policy)
11708
11724
  # --------------------------------------------------------------------------------
11709
11725
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
@@ -11778,7 +11794,7 @@ spec:
11778
11794
  command:
11779
11795
  - /opt/app-root/src/run-role.sh
11780
11796
  - suite_app_upgrade
11781
- image: quay.io/ibmmas/cli:13.23.1
11797
+ image: quay.io/ibmmas/cli:13.23.2
11782
11798
  imagePullPolicy: $(params.image_pull_policy)
11783
11799
  # --------------------------------------------------------------------------------
11784
11800
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
@@ -11879,7 +11895,7 @@ spec:
11879
11895
  command:
11880
11896
  - /opt/app-root/src/run-role.sh
11881
11897
  - suite_app_verify
11882
- image: quay.io/ibmmas/cli:13.23.1
11898
+ image: quay.io/ibmmas/cli:13.23.2
11883
11899
  imagePullPolicy: $(params.image_pull_policy)
11884
11900
  # --------------------------------------------------------------------------------
11885
11901
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
@@ -12022,7 +12038,7 @@ spec:
12022
12038
  command:
12023
12039
  - /opt/app-root/src/run-role.sh
12024
12040
  - suite_certs
12025
- image: quay.io/ibmmas/cli:13.23.1
12041
+ image: quay.io/ibmmas/cli:13.23.2
12026
12042
  imagePullPolicy: $(params.image_pull_policy)
12027
12043
 
12028
12044
  workspaces:
@@ -12089,7 +12105,7 @@ spec:
12089
12105
  command:
12090
12106
  - /opt/app-root/src/run-role.sh
12091
12107
  - suite_config
12092
- image: quay.io/ibmmas/cli:13.23.1
12108
+ image: quay.io/ibmmas/cli:13.23.2
12093
12109
  imagePullPolicy: $(params.image_pull_policy)
12094
12110
  workingDir: /workspace/configs
12095
12111
 
@@ -12160,7 +12176,7 @@ spec:
12160
12176
  command:
12161
12177
  - /opt/app-root/src/run-role.sh
12162
12178
  - suite_db2_setup_for_manage
12163
- image: quay.io/ibmmas/cli:13.23.1
12179
+ image: quay.io/ibmmas/cli:13.23.2
12164
12180
  imagePullPolicy: $(params.image_pull_policy)
12165
12181
  # --------------------------------------------------------------------------------
12166
12182
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
@@ -12350,7 +12366,7 @@ spec:
12350
12366
  command:
12351
12367
  - /opt/app-root/src/run-role.sh
12352
12368
  - suite_dns
12353
- image: quay.io/ibmmas/cli:13.23.1
12369
+ image: quay.io/ibmmas/cli:13.23.2
12354
12370
  imagePullPolicy: $(params.image_pull_policy)
12355
12371
  # --------------------------------------------------------------------------------
12356
12372
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
@@ -12599,7 +12615,7 @@ spec:
12599
12615
  command:
12600
12616
  - /opt/app-root/src/run-role.sh
12601
12617
  - suite_install
12602
- image: quay.io/ibmmas/cli:13.23.1
12618
+ image: quay.io/ibmmas/cli:13.23.2
12603
12619
  imagePullPolicy: $(params.image_pull_policy)
12604
12620
  workingDir: /workspace/configs
12605
12621
 
@@ -12687,7 +12703,7 @@ spec:
12687
12703
  command:
12688
12704
  - /opt/app-root/src/run-role.sh
12689
12705
  - suite_rollback
12690
- image: quay.io/ibmmas/cli:13.23.1
12706
+ image: quay.io/ibmmas/cli:13.23.2
12691
12707
  imagePullPolicy: $(params.image_pull_policy)
12692
12708
  # --------------------------------------------------------------------------------
12693
12709
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
@@ -12752,7 +12768,7 @@ spec:
12752
12768
  command:
12753
12769
  - /opt/app-root/src/run-role.sh
12754
12770
  - suite_uninstall
12755
- image: quay.io/ibmmas/cli:13.23.1
12771
+ image: quay.io/ibmmas/cli:13.23.2
12756
12772
  imagePullPolicy: $(params.image_pull_policy)
12757
12773
  # --------------------------------------------------------------------------------
12758
12774
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
@@ -12822,7 +12838,7 @@ spec:
12822
12838
  command:
12823
12839
  - /opt/app-root/src/run-role.sh
12824
12840
  - suite_upgrade
12825
- image: quay.io/ibmmas/cli:13.23.1
12841
+ image: quay.io/ibmmas/cli:13.23.2
12826
12842
  imagePullPolicy: $(params.image_pull_policy)
12827
12843
  # --------------------------------------------------------------------------------
12828
12844
  # /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
@@ -12884,12 +12900,12 @@ spec:
12884
12900
  command:
12885
12901
  - /opt/app-root/src/run-role.sh
12886
12902
  - suite_verify
12887
- image: quay.io/ibmmas/cli:13.23.1
12903
+ image: quay.io/ibmmas/cli:13.23.2
12888
12904
  imagePullPolicy: $(params.image_pull_policy)
12889
12905
 
12890
12906
  # If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
12891
12907
  - name: suite-post-verify
12892
- image: quay.io/ibmmas/cli:13.23.1
12908
+ image: quay.io/ibmmas/cli:13.23.2
12893
12909
  imagePullPolicy: $(params.image_pull_policy)
12894
12910
  command:
12895
12911
  - /opt/app-root/src/wait-for-configmap.sh
@@ -13012,7 +13028,7 @@ spec:
13012
13028
  command:
13013
13029
  - /opt/app-root/src/run-role.sh
13014
13030
  - turbonomic
13015
- image: quay.io/ibmmas/cli:13.23.1
13031
+ image: quay.io/ibmmas/cli:13.23.2
13016
13032
  imagePullPolicy: $(params.image_pull_policy)
13017
13033
  # --------------------------------------------------------------------------------
13018
13034
  # /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
@@ -13093,7 +13109,7 @@ spec:
13093
13109
  # IBM User Data Services (UDS)
13094
13110
  # -------------------------------------------------------------------------
13095
13111
  - name: uds
13096
- image: quay.io/ibmmas/cli:13.23.1
13112
+ image: quay.io/ibmmas/cli:13.23.2
13097
13113
  imagePullPolicy: $(params.image_pull_policy)
13098
13114
  workingDir: /workspace/configs
13099
13115
  command:
@@ -13156,7 +13172,7 @@ spec:
13156
13172
  # IBM Data Reporter Operator (DRO)
13157
13173
  # -------------------------------------------------------------------------
13158
13174
  - name: dro
13159
- image: quay.io/ibmmas/cli:13.23.1
13175
+ image: quay.io/ibmmas/cli:13.23.2
13160
13176
  imagePullPolicy: $(params.image_pull_policy)
13161
13177
  workingDir: /workspace/configs
13162
13178
  command:
@@ -13242,7 +13258,7 @@ spec:
13242
13258
  description: "The value to set"
13243
13259
  steps:
13244
13260
  - name: update-configmap
13245
- image: quay.io/ibmmas/cli:13.23.1
13261
+ image: quay.io/ibmmas/cli:13.23.2
13246
13262
  command:
13247
13263
  - /opt/app-root/src/update-configmap.sh
13248
13264
  env:
@@ -13289,7 +13305,7 @@ spec:
13289
13305
 
13290
13306
  steps:
13291
13307
  - name: wait-for-configmap
13292
- image: quay.io/ibmmas/cli:13.23.1
13308
+ image: quay.io/ibmmas/cli:13.23.2
13293
13309
  command:
13294
13310
  - /opt/app-root/src/wait-for-configmap.sh
13295
13311
  env:
@@ -13370,7 +13386,7 @@ spec:
13370
13386
 
13371
13387
  steps:
13372
13388
  - name: wait-for-configmap
13373
- image: quay.io/ibmmas/cli:13.23.1
13389
+ image: quay.io/ibmmas/cli:13.23.2
13374
13390
  command:
13375
13391
  - /opt/app-root/src/wait-for-configmap.sh
13376
13392
  env:
@@ -13430,7 +13446,7 @@ spec:
13430
13446
 
13431
13447
  steps:
13432
13448
  - name: wait
13433
- image: quay.io/ibmmas/cli:13.23.1
13449
+ image: quay.io/ibmmas/cli:13.23.2
13434
13450
  command:
13435
13451
  - /opt/app-root/src/wait-for-tekton.sh
13436
13452
  env:
@@ -21555,6 +21571,8 @@ spec:
21555
21571
  type: string
21556
21572
  - name: smtp_disabled_templates
21557
21573
  type: string
21574
+ - name: smtp_config_ca_certificate_file
21575
+ type: string
21558
21576
 
21559
21577
  - name: ldap_url
21560
21578
  type: string
@@ -22057,6 +22075,8 @@ spec:
22057
22075
  value: $(params.cluster_url)
22058
22076
  - name: mas_smtpcfg_pod_template_yaml
22059
22077
  value: $(params.mas_smtpcfg_pod_template_yaml)
22078
+ - name: smtp_config_ca_certificate_file
22079
+ value: $(params.smtp_config_ca_certificate_file)
22060
22080
  taskRef:
22061
22081
  kind: Task
22062
22082
  name: gitops-suite-smtp-config
@@ -22070,6 +22090,8 @@ spec:
22070
22090
  workspaces:
22071
22091
  - name: configs
22072
22092
  workspace: configs
22093
+ - name: shared-gitops-configs
22094
+ workspace: shared-gitops-configs
22073
22095
 
22074
22096
  - name: gitops-suite-smtp-config-sendgrid
22075
22097
  runAfter:
@@ -22097,6 +22119,8 @@ spec:
22097
22119
  value: $(params.smtp_disabled_templates)
22098
22120
  - name: mas_smtpcfg_pod_template_yaml
22099
22121
  value: $(params.mas_smtpcfg_pod_template_yaml)
22122
+ - name: smtp_config_ca_certificate_file
22123
+ value: $(params.smtp_config_ca_certificate_file)
22100
22124
 
22101
22125
  - name: icn
22102
22126
  value: $(params.sls_license_icn)
@@ -22119,6 +22143,8 @@ spec:
22119
22143
  workspaces:
22120
22144
  - name: configs
22121
22145
  workspace: configs
22146
+ - name: shared-gitops-configs
22147
+ workspace: shared-gitops-configs
22122
22148
 
22123
22149
 
22124
22150
  # 6. MAS Suite IDP Config
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mas-cli
3
- Version: 13.23.1
3
+ Version: 13.23.2
4
4
  Summary: Python Admin CLI for Maximo Application Suite
5
5
  Home-page: https://github.com/ibm-mas/cli
6
6
  Author: David Parker
@@ -1,5 +1,5 @@
1
- mas/cli/__init__.py,sha256=y-71Xi8Z8QoHNwgGk2BGohv82HhwVHG59qjFZvVW8Og,527
2
- mas/cli/cli.py,sha256=N2zXBH7V4WJs_ld5AXX_i-dKYIV77iY0VWb5lRUhc4s,18186
1
+ mas/cli/__init__.py,sha256=Bxe5Mxp0HCUa9wsW3Z5QZP-Bxdut5YQaa0Ag54UnCUg,527
2
+ mas/cli/cli.py,sha256=55C3R7gsmoH2g7oB7lz_4yU6z7a5u0nqvhktB29-ngg,18186
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=r1uK-IApqB9IQiSNt_8sP0wa4FPJcXU
17
17
  mas/cli/install/settings/manageSettings.py,sha256=kZ4j9J11TP5FBVnBdxqjYLqClPOEcW5ZzgoEPrxrHZY,17829
18
18
  mas/cli/install/settings/mongodbSettings.py,sha256=aZdQHpeMwLVznrJWAkJsZu2Ok9t4Dkra2RGa_uKJHaY,2604
19
19
  mas/cli/install/settings/turbonomicSettings.py,sha256=ul4eWf53b1NCzJTFsEPX6DWM23YUlWILYBygplqXYlU,1631
20
- mas/cli/templates/ibm-mas-tekton.yaml,sha256=JWMIn0a-RRbBq4LCHNtF6lUGy44KTIdvfFDJfrLq49Q,939675
20
+ mas/cli/templates/ibm-mas-tekton.yaml,sha256=2QBZW-wg2CBfG0To_ThnF2vWLM4CT-N75Ouv9JXcDBw,940733
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
@@ -100,8 +100,8 @@ mas/cli/upgrade/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc,5
100
100
  mas/cli/upgrade/app.py,sha256=9P6Jy42JwUiErsOk8uIDQXpITuC7JR-1gn7W8w_SWwQ,8883
101
101
  mas/cli/upgrade/argParser.py,sha256=5JxAcbwKjFKCKnbucCxg7Xacdhjphb9nRORfsgB1h_0,2196
102
102
  mas/cli/upgrade/settings/__init__.py,sha256=QI2CUsj-NXBU1qrPOsOk4MbeWnfNq0UOF3rYYc_1l2A,775
103
- mas_cli-13.23.1.data/scripts/mas-cli,sha256=BbibIX0psLEOZdcNaFcO4mJvStD0pKLAe-p-NwVTrBs,3439
104
- mas_cli-13.23.1.dist-info/METADATA,sha256=Jr_4bNNNGnJq2gegsYQHKbuYgapxQjEdCpK5RqEKlOQ,2259
105
- mas_cli-13.23.1.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
106
- mas_cli-13.23.1.dist-info/top_level.txt,sha256=_Hlsp7pvMvyV14LFg-vk1hULq30j61EILnnxMFIhhc8,4
107
- mas_cli-13.23.1.dist-info/RECORD,,
103
+ mas_cli-13.23.2.data/scripts/mas-cli,sha256=BbibIX0psLEOZdcNaFcO4mJvStD0pKLAe-p-NwVTrBs,3439
104
+ mas_cli-13.23.2.dist-info/METADATA,sha256=3aoxHDjta_YUSwRSAJxGs9DR7l-WpEfaooaxXds4kzk,2259
105
+ mas_cli-13.23.2.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
106
+ mas_cli-13.23.2.dist-info/top_level.txt,sha256=_Hlsp7pvMvyV14LFg-vk1hULq30j61EILnnxMFIhhc8,4
107
+ mas_cli-13.23.2.dist-info/RECORD,,