mas-cli 13.25.0__py3-none-any.whl → 13.25.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mas-cli might be problematic. Click here for more details.
- mas/cli/__init__.py +1 -1
- mas/cli/cli.py +1 -1
- mas/cli/install/app.py +5 -4
- mas/cli/templates/ibm-mas-tekton.yaml +103 -103
- {mas_cli-13.25.0.dist-info → mas_cli-13.25.1.dist-info}/METADATA +1 -1
- {mas_cli-13.25.0.dist-info → mas_cli-13.25.1.dist-info}/RECORD +9 -9
- {mas_cli-13.25.0.data → mas_cli-13.25.1.data}/scripts/mas-cli +0 -0
- {mas_cli-13.25.0.dist-info → mas_cli-13.25.1.dist-info}/WHEEL +0 -0
- {mas_cli-13.25.0.dist-info → mas_cli-13.25.1.dist-info}/top_level.txt +0 -0
mas/cli/__init__.py
CHANGED
mas/cli/cli.py
CHANGED
|
@@ -117,7 +117,7 @@ class BaseApp(PrintMixin, PromptMixin):
|
|
|
117
117
|
logging.getLogger('asyncio').setLevel(logging.INFO)
|
|
118
118
|
|
|
119
119
|
# Supports extended semver, unlike mas.cli.__version__
|
|
120
|
-
self.version = "13.25.
|
|
120
|
+
self.version = "13.25.1"
|
|
121
121
|
self.h1count = 0
|
|
122
122
|
self.h2count = 0
|
|
123
123
|
|
mas/cli/install/app.py
CHANGED
|
@@ -199,11 +199,12 @@ class InstallApp(BaseApp, InstallSettingsMixin, InstallSummarizerMixin, ConfigGe
|
|
|
199
199
|
# Generate catalogTable
|
|
200
200
|
for application, key in applications.items():
|
|
201
201
|
# Add 9.1-feature channel based off 9.0 to those apps that have not onboarded yet
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
202
|
+
if key in self.chosenCatalog:
|
|
203
|
+
tempChosenCatalog = self.chosenCatalog[key].copy()
|
|
204
|
+
if '9.1.x-feature' not in tempChosenCatalog:
|
|
205
|
+
tempChosenCatalog.update({"9.1.x-feature": tempChosenCatalog["9.0.x"]})
|
|
205
206
|
|
|
206
|
-
|
|
207
|
+
self.catalogTable.append({"": application} | {key.replace(".x", ""): value for key, value in sorted(tempChosenCatalog.items(), reverse=True)})
|
|
207
208
|
|
|
208
209
|
if self.architecture == "s390x" or self.architecture == "ppc64le":
|
|
209
210
|
summary = [
|
|
@@ -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.25.
|
|
234
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
345
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
463
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
533
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
599
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
726
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
846
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
963
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
1069
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
1391
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
1501
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
1590
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
1694
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
1776
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
2081
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
2189
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
2337
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
2466
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
2757
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
2855
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
2982
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
3080
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
3172
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
3257
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
3342
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
3461
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
3554
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
3637
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
3754
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
3864
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
3967
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
4024
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
4229
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
4327
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
4419
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
4631
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
4724
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
4815
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
4908
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
5021
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
5148
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
5283
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
5379
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
5501
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
5627
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
6346
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
6839
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
6947
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
7073
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
7191
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
7247
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
7434
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
7592
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
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.25.
|
|
7698
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
7699
7699
|
workspaces:
|
|
7700
7700
|
- name: configs
|
|
7701
7701
|
- name: certificates
|
|
@@ -7870,7 +7870,7 @@ spec:
|
|
|
7870
7870
|
- -c
|
|
7871
7871
|
name: gitops-suite-config
|
|
7872
7872
|
imagePullPolicy: IfNotPresent
|
|
7873
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
7873
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
7874
7874
|
workspaces:
|
|
7875
7875
|
- name: configs
|
|
7876
7876
|
- name: shared-additional-configs
|
|
@@ -7970,7 +7970,7 @@ spec:
|
|
|
7970
7970
|
- -c
|
|
7971
7971
|
name: gitops-suite-dns
|
|
7972
7972
|
imagePullPolicy: IfNotPresent
|
|
7973
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
7973
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
7974
7974
|
workspaces:
|
|
7975
7975
|
- name: configs
|
|
7976
7976
|
|
|
@@ -8094,7 +8094,7 @@ spec:
|
|
|
8094
8094
|
- -c
|
|
8095
8095
|
name: gitops-suite-idp-config
|
|
8096
8096
|
imagePullPolicy: IfNotPresent
|
|
8097
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
8097
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
8098
8098
|
workspaces:
|
|
8099
8099
|
- name: configs
|
|
8100
8100
|
- name: shared-additional-configs
|
|
@@ -8195,7 +8195,7 @@ spec:
|
|
|
8195
8195
|
- -c
|
|
8196
8196
|
name: gitops-suite-objectstorage-config
|
|
8197
8197
|
imagePullPolicy: IfNotPresent
|
|
8198
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
8198
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
8199
8199
|
workspaces:
|
|
8200
8200
|
- name: configs
|
|
8201
8201
|
- name: shared-gitops-configs
|
|
@@ -8617,7 +8617,7 @@ spec:
|
|
|
8617
8617
|
- -c
|
|
8618
8618
|
name: gitops-suite-smtp-config
|
|
8619
8619
|
imagePullPolicy: IfNotPresent
|
|
8620
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
8620
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
8621
8621
|
workspaces:
|
|
8622
8622
|
- name: configs
|
|
8623
8623
|
- name: shared-gitops-configs
|
|
@@ -8737,7 +8737,7 @@ spec:
|
|
|
8737
8737
|
- -c
|
|
8738
8738
|
name: gitops-suite-watson-studio-config
|
|
8739
8739
|
imagePullPolicy: IfNotPresent
|
|
8740
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
8740
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
8741
8741
|
workspaces:
|
|
8742
8742
|
- name: configs
|
|
8743
8743
|
- name: shared-gitops-configs
|
|
@@ -8839,7 +8839,7 @@ spec:
|
|
|
8839
8839
|
- -c
|
|
8840
8840
|
name: gitops-suite-workspace
|
|
8841
8841
|
imagePullPolicy: IfNotPresent
|
|
8842
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
8842
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
8843
8843
|
workspaces:
|
|
8844
8844
|
- name: configs
|
|
8845
8845
|
# --------------------------------------------------------------------------------
|
|
@@ -9182,7 +9182,7 @@ spec:
|
|
|
9182
9182
|
- -c
|
|
9183
9183
|
name: gitops-suite
|
|
9184
9184
|
imagePullPolicy: IfNotPresent
|
|
9185
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
9185
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
9186
9186
|
workspaces:
|
|
9187
9187
|
- name: configs
|
|
9188
9188
|
- name: shared-gitops-configs
|
|
@@ -9232,7 +9232,7 @@ spec:
|
|
|
9232
9232
|
|
|
9233
9233
|
steps:
|
|
9234
9234
|
- name: grafana
|
|
9235
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
9235
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
9236
9236
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9237
9237
|
command:
|
|
9238
9238
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9366,7 +9366,7 @@ spec:
|
|
|
9366
9366
|
command:
|
|
9367
9367
|
- /opt/app-root/src/run-role.sh
|
|
9368
9368
|
- ibm_catalogs
|
|
9369
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
9369
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
9370
9370
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9371
9371
|
workingDir: /workspace/configs
|
|
9372
9372
|
# --------------------------------------------------------------------------------
|
|
@@ -9608,7 +9608,7 @@ spec:
|
|
|
9608
9608
|
command:
|
|
9609
9609
|
- /opt/app-root/src/run-role.sh
|
|
9610
9610
|
- kafka
|
|
9611
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
9611
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
9612
9612
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9613
9613
|
workingDir: /workspace/configs
|
|
9614
9614
|
|
|
@@ -9824,7 +9824,7 @@ spec:
|
|
|
9824
9824
|
command:
|
|
9825
9825
|
- /opt/app-root/src/run-role.sh
|
|
9826
9826
|
- kmodels
|
|
9827
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
9827
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
9828
9828
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9829
9829
|
# --------------------------------------------------------------------------------
|
|
9830
9830
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -10002,7 +10002,7 @@ spec:
|
|
|
10002
10002
|
command:
|
|
10003
10003
|
- /opt/app-root/src/run-role.sh
|
|
10004
10004
|
- mongodb
|
|
10005
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
10005
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
10006
10006
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10007
10007
|
workingDir: /workspace/configs
|
|
10008
10008
|
|
|
@@ -10045,7 +10045,7 @@ spec:
|
|
|
10045
10045
|
- $(params.base_output_dir)
|
|
10046
10046
|
- --extra-namespaces
|
|
10047
10047
|
- selenium
|
|
10048
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
10048
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
10049
10049
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10050
10050
|
env:
|
|
10051
10051
|
- name: DEVOPS_MONGO_URI
|
|
@@ -10162,7 +10162,7 @@ spec:
|
|
|
10162
10162
|
command:
|
|
10163
10163
|
- /opt/app-root/src/run-role.sh
|
|
10164
10164
|
- nvidia_gpu
|
|
10165
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
10165
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
10166
10166
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10167
10167
|
workingDir: /workspace/configs
|
|
10168
10168
|
|
|
@@ -10198,7 +10198,7 @@ spec:
|
|
|
10198
10198
|
# Verify Cluster
|
|
10199
10199
|
# -------------------------------------------------------------------------
|
|
10200
10200
|
- name: ocp-verify-cluster
|
|
10201
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
10201
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
10202
10202
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10203
10203
|
command:
|
|
10204
10204
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10240,7 +10240,7 @@ spec:
|
|
|
10240
10240
|
# Verify Catalogs
|
|
10241
10241
|
# -------------------------------------------------------------------------
|
|
10242
10242
|
- name: ocp-verify-catalogs
|
|
10243
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
10243
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
10244
10244
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10245
10245
|
command:
|
|
10246
10246
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10282,7 +10282,7 @@ spec:
|
|
|
10282
10282
|
# Verify Subscriptions
|
|
10283
10283
|
# -------------------------------------------------------------------------
|
|
10284
10284
|
- name: ocp-verify-subscriptions
|
|
10285
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
10285
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
10286
10286
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10287
10287
|
command:
|
|
10288
10288
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10324,7 +10324,7 @@ spec:
|
|
|
10324
10324
|
# Verify Workloads
|
|
10325
10325
|
# -------------------------------------------------------------------------
|
|
10326
10326
|
- name: ocp-verify-workloads
|
|
10327
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
10327
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
10328
10328
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10329
10329
|
command:
|
|
10330
10330
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10366,7 +10366,7 @@ spec:
|
|
|
10366
10366
|
# Verify Catalogs - Ingress TLS
|
|
10367
10367
|
# -------------------------------------------------------------------------
|
|
10368
10368
|
- name: ocp-verify-ingress
|
|
10369
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
10369
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
10370
10370
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10371
10371
|
command:
|
|
10372
10372
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10492,7 +10492,7 @@ spec:
|
|
|
10492
10492
|
command:
|
|
10493
10493
|
- /opt/app-root/src/run-role.sh
|
|
10494
10494
|
- ocp_verify
|
|
10495
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
10495
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
10496
10496
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10497
10497
|
workingDir: /workspace/configs
|
|
10498
10498
|
# --------------------------------------------------------------------------------
|
|
@@ -10560,7 +10560,7 @@ spec:
|
|
|
10560
10560
|
command:
|
|
10561
10561
|
- /opt/app-root/src/run-role.sh
|
|
10562
10562
|
- ocs
|
|
10563
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
10563
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
10564
10564
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10565
10565
|
workingDir: /workspace/configs
|
|
10566
10566
|
|
|
@@ -10796,7 +10796,7 @@ spec:
|
|
|
10796
10796
|
command:
|
|
10797
10797
|
- /opt/app-root/src/run-role.sh
|
|
10798
10798
|
- odh
|
|
10799
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
10799
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
10800
10800
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10801
10801
|
# --------------------------------------------------------------------------------
|
|
10802
10802
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -10972,7 +10972,7 @@ spec:
|
|
|
10972
10972
|
command:
|
|
10973
10973
|
- /opt/app-root/src/run-role.sh
|
|
10974
10974
|
- sls
|
|
10975
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
10975
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
10976
10976
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10977
10977
|
workingDir: /workspace/configs
|
|
10978
10978
|
|
|
@@ -11451,12 +11451,12 @@ spec:
|
|
|
11451
11451
|
command:
|
|
11452
11452
|
- /opt/app-root/src/run-role.sh
|
|
11453
11453
|
- suite_app_config
|
|
11454
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
11454
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
11455
11455
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11456
11456
|
|
|
11457
11457
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
11458
11458
|
- name: app-cfg-post-verify
|
|
11459
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
11459
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
11460
11460
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11461
11461
|
command:
|
|
11462
11462
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -11651,7 +11651,7 @@ spec:
|
|
|
11651
11651
|
command:
|
|
11652
11652
|
- /opt/app-root/src/run-role.sh
|
|
11653
11653
|
- suite_app_install
|
|
11654
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
11654
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
11655
11655
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11656
11656
|
|
|
11657
11657
|
workspaces:
|
|
@@ -11740,7 +11740,7 @@ spec:
|
|
|
11740
11740
|
command:
|
|
11741
11741
|
- /opt/app-root/src/run-role.sh
|
|
11742
11742
|
- suite_app_rollback
|
|
11743
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
11743
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
11744
11744
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11745
11745
|
# --------------------------------------------------------------------------------
|
|
11746
11746
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -11803,7 +11803,7 @@ spec:
|
|
|
11803
11803
|
command:
|
|
11804
11804
|
- /opt/app-root/src/run-role.sh
|
|
11805
11805
|
- suite_app_uninstall
|
|
11806
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
11806
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
11807
11807
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11808
11808
|
# --------------------------------------------------------------------------------
|
|
11809
11809
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -11878,7 +11878,7 @@ spec:
|
|
|
11878
11878
|
command:
|
|
11879
11879
|
- /opt/app-root/src/run-role.sh
|
|
11880
11880
|
- suite_app_upgrade
|
|
11881
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
11881
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
11882
11882
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11883
11883
|
# --------------------------------------------------------------------------------
|
|
11884
11884
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -11979,7 +11979,7 @@ spec:
|
|
|
11979
11979
|
command:
|
|
11980
11980
|
- /opt/app-root/src/run-role.sh
|
|
11981
11981
|
- suite_app_verify
|
|
11982
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
11982
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
11983
11983
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11984
11984
|
# --------------------------------------------------------------------------------
|
|
11985
11985
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -12122,7 +12122,7 @@ spec:
|
|
|
12122
12122
|
command:
|
|
12123
12123
|
- /opt/app-root/src/run-role.sh
|
|
12124
12124
|
- suite_certs
|
|
12125
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
12125
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
12126
12126
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12127
12127
|
|
|
12128
12128
|
workspaces:
|
|
@@ -12189,7 +12189,7 @@ spec:
|
|
|
12189
12189
|
command:
|
|
12190
12190
|
- /opt/app-root/src/run-role.sh
|
|
12191
12191
|
- suite_config
|
|
12192
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
12192
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
12193
12193
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12194
12194
|
workingDir: /workspace/configs
|
|
12195
12195
|
|
|
@@ -12521,7 +12521,7 @@ spec:
|
|
|
12521
12521
|
command:
|
|
12522
12522
|
- /opt/app-root/src/run-role.sh
|
|
12523
12523
|
- suite_db2_setup_for_facilities
|
|
12524
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
12524
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
12525
12525
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12526
12526
|
workingDir: /workspace/configs
|
|
12527
12527
|
|
|
@@ -12593,7 +12593,7 @@ spec:
|
|
|
12593
12593
|
command:
|
|
12594
12594
|
- /opt/app-root/src/run-role.sh
|
|
12595
12595
|
- suite_db2_setup_for_manage
|
|
12596
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
12596
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
12597
12597
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12598
12598
|
# --------------------------------------------------------------------------------
|
|
12599
12599
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -12783,7 +12783,7 @@ spec:
|
|
|
12783
12783
|
command:
|
|
12784
12784
|
- /opt/app-root/src/run-role.sh
|
|
12785
12785
|
- suite_dns
|
|
12786
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
12786
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
12787
12787
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12788
12788
|
# --------------------------------------------------------------------------------
|
|
12789
12789
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -13032,7 +13032,7 @@ spec:
|
|
|
13032
13032
|
command:
|
|
13033
13033
|
- /opt/app-root/src/run-role.sh
|
|
13034
13034
|
- suite_install
|
|
13035
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
13035
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
13036
13036
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13037
13037
|
workingDir: /workspace/configs
|
|
13038
13038
|
|
|
@@ -13120,7 +13120,7 @@ spec:
|
|
|
13120
13120
|
command:
|
|
13121
13121
|
- /opt/app-root/src/run-role.sh
|
|
13122
13122
|
- suite_rollback
|
|
13123
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
13123
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
13124
13124
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13125
13125
|
# --------------------------------------------------------------------------------
|
|
13126
13126
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -13185,7 +13185,7 @@ spec:
|
|
|
13185
13185
|
command:
|
|
13186
13186
|
- /opt/app-root/src/run-role.sh
|
|
13187
13187
|
- suite_uninstall
|
|
13188
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
13188
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
13189
13189
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13190
13190
|
# --------------------------------------------------------------------------------
|
|
13191
13191
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -13255,7 +13255,7 @@ spec:
|
|
|
13255
13255
|
command:
|
|
13256
13256
|
- /opt/app-root/src/run-role.sh
|
|
13257
13257
|
- suite_upgrade
|
|
13258
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
13258
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
13259
13259
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13260
13260
|
# --------------------------------------------------------------------------------
|
|
13261
13261
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -13317,12 +13317,12 @@ spec:
|
|
|
13317
13317
|
command:
|
|
13318
13318
|
- /opt/app-root/src/run-role.sh
|
|
13319
13319
|
- suite_verify
|
|
13320
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
13320
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
13321
13321
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13322
13322
|
|
|
13323
13323
|
# If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
13324
13324
|
- name: suite-post-verify
|
|
13325
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
13325
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
13326
13326
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13327
13327
|
command:
|
|
13328
13328
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -13445,7 +13445,7 @@ spec:
|
|
|
13445
13445
|
command:
|
|
13446
13446
|
- /opt/app-root/src/run-role.sh
|
|
13447
13447
|
- turbonomic
|
|
13448
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
13448
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
13449
13449
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13450
13450
|
# --------------------------------------------------------------------------------
|
|
13451
13451
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -13526,7 +13526,7 @@ spec:
|
|
|
13526
13526
|
# IBM User Data Services (UDS)
|
|
13527
13527
|
# -------------------------------------------------------------------------
|
|
13528
13528
|
- name: uds
|
|
13529
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
13529
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
13530
13530
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13531
13531
|
workingDir: /workspace/configs
|
|
13532
13532
|
command:
|
|
@@ -13589,7 +13589,7 @@ spec:
|
|
|
13589
13589
|
# IBM Data Reporter Operator (DRO)
|
|
13590
13590
|
# -------------------------------------------------------------------------
|
|
13591
13591
|
- name: dro
|
|
13592
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
13592
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
13593
13593
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13594
13594
|
workingDir: /workspace/configs
|
|
13595
13595
|
command:
|
|
@@ -13675,7 +13675,7 @@ spec:
|
|
|
13675
13675
|
description: "The value to set"
|
|
13676
13676
|
steps:
|
|
13677
13677
|
- name: update-configmap
|
|
13678
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
13678
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
13679
13679
|
command:
|
|
13680
13680
|
- /opt/app-root/src/update-configmap.sh
|
|
13681
13681
|
env:
|
|
@@ -13722,7 +13722,7 @@ spec:
|
|
|
13722
13722
|
|
|
13723
13723
|
steps:
|
|
13724
13724
|
- name: wait-for-configmap
|
|
13725
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
13725
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
13726
13726
|
command:
|
|
13727
13727
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
13728
13728
|
env:
|
|
@@ -13803,7 +13803,7 @@ spec:
|
|
|
13803
13803
|
|
|
13804
13804
|
steps:
|
|
13805
13805
|
- name: wait-for-configmap
|
|
13806
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
13806
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
13807
13807
|
command:
|
|
13808
13808
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
13809
13809
|
env:
|
|
@@ -13863,7 +13863,7 @@ spec:
|
|
|
13863
13863
|
|
|
13864
13864
|
steps:
|
|
13865
13865
|
- name: wait
|
|
13866
|
-
image: quay.io/ibmmas/cli:13.25.
|
|
13866
|
+
image: quay.io/ibmmas/cli:13.25.1
|
|
13867
13867
|
command:
|
|
13868
13868
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
13869
13869
|
env:
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
mas/cli/__init__.py,sha256=
|
|
2
|
-
mas/cli/cli.py,sha256=
|
|
1
|
+
mas/cli/__init__.py,sha256=3JHTTzp7UaGj7u4prw0iRPbs9gpDEJ8u7o-p9e3hDJU,527
|
|
2
|
+
mas/cli/cli.py,sha256=rWdN4tMtkH16fZBAXX_ZqHnNNBv4LupmgvicbwZWnKA,18264
|
|
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
|
|
6
6
|
mas/cli/install/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc,508
|
|
7
|
-
mas/cli/install/app.py,sha256=
|
|
7
|
+
mas/cli/install/app.py,sha256=ZJgjc31e-vGM_-FMlsBgh8RKmGiKMksAh54pMOmThzY,67642
|
|
8
8
|
mas/cli/install/argBuilder.py,sha256=phyz2-2HITIUYUPQO5aZMf23E_L-8smGruXn1ZLUBdk,28411
|
|
9
9
|
mas/cli/install/argParser.py,sha256=zAcN1xtQ_cVHygytoVhHz5MnD6CvJ_i0SM9SIFrJGdw,39542
|
|
10
10
|
mas/cli/install/catalogs.py,sha256=_RDIZxpAwYCWr2l4n_JmpiHEIoqT3ucxGQ6Er7mBeIA,775
|
|
@@ -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=
|
|
20
|
+
mas/cli/templates/ibm-mas-tekton.yaml,sha256=YrgxaSJcJmgp8DYpRauHlTzyFuFuIUIPSVE64xa7GY8,968794
|
|
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=3Z7oVrQGJPrV5dZjXZuBGT78vODPDLXnHnfD27pxNDs,8926
|
|
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.25.
|
|
104
|
-
mas_cli-13.25.
|
|
105
|
-
mas_cli-13.25.
|
|
106
|
-
mas_cli-13.25.
|
|
107
|
-
mas_cli-13.25.
|
|
103
|
+
mas_cli-13.25.1.data/scripts/mas-cli,sha256=BbibIX0psLEOZdcNaFcO4mJvStD0pKLAe-p-NwVTrBs,3439
|
|
104
|
+
mas_cli-13.25.1.dist-info/METADATA,sha256=DA0sdyZnVbmcPdgbePxSUM67Sxm0EtM-iU46otxY2WM,2259
|
|
105
|
+
mas_cli-13.25.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
106
|
+
mas_cli-13.25.1.dist-info/top_level.txt,sha256=_Hlsp7pvMvyV14LFg-vk1hULq30j61EILnnxMFIhhc8,4
|
|
107
|
+
mas_cli-13.25.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|