mas-cli 14.0.0__py3-none-any.whl → 14.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mas-cli might be problematic. Click here for more details.
- mas/cli/__init__.py +1 -1
- mas/cli/cli.py +1 -1
- mas/cli/install/app.py +1 -1
- mas/cli/templates/ibm-mas-tekton.yaml +114 -114
- {mas_cli-14.0.0.dist-info → mas_cli-14.1.0.dist-info}/METADATA +1 -1
- {mas_cli-14.0.0.dist-info → mas_cli-14.1.0.dist-info}/RECORD +9 -9
- {mas_cli-14.0.0.data → mas_cli-14.1.0.data}/scripts/mas-cli +0 -0
- {mas_cli-14.0.0.dist-info → mas_cli-14.1.0.dist-info}/WHEEL +0 -0
- {mas_cli-14.0.0.dist-info → mas_cli-14.1.0.dist-info}/top_level.txt +0 -0
mas/cli/__init__.py
CHANGED
mas/cli/cli.py
CHANGED
|
@@ -117,7 +117,7 @@ class BaseApp(PrintMixin, PromptMixin):
|
|
|
117
117
|
logging.getLogger('asyncio').setLevel(logging.INFO)
|
|
118
118
|
|
|
119
119
|
# Supports extended semver, unlike mas.cli.__version__
|
|
120
|
-
self.version = "14.
|
|
120
|
+
self.version = "14.1.0"
|
|
121
121
|
self.h1count = 0
|
|
122
122
|
self.h2count = 0
|
|
123
123
|
|
mas/cli/install/app.py
CHANGED
|
@@ -587,7 +587,7 @@ class InstallApp(BaseApp, InstallSettingsMixin, InstallSummarizerMixin, ConfigGe
|
|
|
587
587
|
def configDNSAndCertsRoute53(self):
|
|
588
588
|
self.setParam("dns_provider", "route53")
|
|
589
589
|
self.printDescription([
|
|
590
|
-
"Provide your AWS account access key ID
|
|
590
|
+
"Provide your AWS account access key ID and secret access key",
|
|
591
591
|
"This will be used to authenticate into the AWS account where your AWS Route 53 hosted zone instance is located",
|
|
592
592
|
""
|
|
593
593
|
])
|
|
@@ -74,7 +74,7 @@ spec:
|
|
|
74
74
|
|
|
75
75
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
76
76
|
- name: app-cfg-post-verify
|
|
77
|
-
image: quay.io/ibmmas/cli:14.
|
|
77
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
78
78
|
imagePullPolicy: $(params.image_pull_policy)
|
|
79
79
|
command:
|
|
80
80
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -497,7 +497,7 @@ spec:
|
|
|
497
497
|
command:
|
|
498
498
|
- /opt/app-root/src/run-role.sh
|
|
499
499
|
- aibroker_tenant
|
|
500
|
-
image: quay.io/ibmmas/cli:14.
|
|
500
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
501
501
|
imagePullPolicy: $(params.image_pull_policy)
|
|
502
502
|
workingDir: /workspace/configs
|
|
503
503
|
|
|
@@ -889,7 +889,7 @@ spec:
|
|
|
889
889
|
command:
|
|
890
890
|
- /opt/app-root/src/run-role.sh
|
|
891
891
|
- aibroker
|
|
892
|
-
image: quay.io/ibmmas/cli:14.
|
|
892
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
893
893
|
imagePullPolicy: $(params.image_pull_policy)
|
|
894
894
|
workingDir: /workspace/configs
|
|
895
895
|
|
|
@@ -1005,7 +1005,7 @@ spec:
|
|
|
1005
1005
|
command:
|
|
1006
1006
|
- /opt/app-root/src/run-role.sh
|
|
1007
1007
|
- appconnect
|
|
1008
|
-
image: quay.io/ibmmas/cli:14.
|
|
1008
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
1009
1009
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1010
1010
|
workingDir: /workspace/configs
|
|
1011
1011
|
|
|
@@ -1123,7 +1123,7 @@ spec:
|
|
|
1123
1123
|
command:
|
|
1124
1124
|
- /opt/app-root/src/run-role.sh
|
|
1125
1125
|
- arcgis
|
|
1126
|
-
image: quay.io/ibmmas/cli:14.
|
|
1126
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
1127
1127
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1128
1128
|
# --------------------------------------------------------------------------------
|
|
1129
1129
|
# /home/runner/work/cli/cli/tekton/target/tasks/cert-manager.yaml
|
|
@@ -1193,7 +1193,7 @@ spec:
|
|
|
1193
1193
|
command:
|
|
1194
1194
|
- /opt/app-root/src/run-role.sh
|
|
1195
1195
|
- cert_manager
|
|
1196
|
-
image: quay.io/ibmmas/cli:14.
|
|
1196
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
1197
1197
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1198
1198
|
workingDir: /workspace/configs
|
|
1199
1199
|
# --------------------------------------------------------------------------------
|
|
@@ -1259,7 +1259,7 @@ spec:
|
|
|
1259
1259
|
command:
|
|
1260
1260
|
- /opt/app-root/src/run-role.sh
|
|
1261
1261
|
- common_services
|
|
1262
|
-
image: quay.io/ibmmas/cli:14.
|
|
1262
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
1263
1263
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1264
1264
|
workingDir: /workspace/configs
|
|
1265
1265
|
# --------------------------------------------------------------------------------
|
|
@@ -1386,7 +1386,7 @@ spec:
|
|
|
1386
1386
|
command:
|
|
1387
1387
|
- /opt/app-root/src/run-role.sh
|
|
1388
1388
|
- cos
|
|
1389
|
-
image: quay.io/ibmmas/cli:14.
|
|
1389
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
1390
1390
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1391
1391
|
workingDir: /workspace/configs
|
|
1392
1392
|
|
|
@@ -1506,7 +1506,7 @@ spec:
|
|
|
1506
1506
|
command:
|
|
1507
1507
|
- /opt/app-root/src/run-role.sh
|
|
1508
1508
|
- cp4d_service
|
|
1509
|
-
image: quay.io/ibmmas/cli:14.
|
|
1509
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
1510
1510
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1511
1511
|
workingDir: /workspace/configs
|
|
1512
1512
|
# --------------------------------------------------------------------------------
|
|
@@ -1623,7 +1623,7 @@ spec:
|
|
|
1623
1623
|
command:
|
|
1624
1624
|
- /opt/app-root/src/run-role.sh
|
|
1625
1625
|
- cp4d_service
|
|
1626
|
-
image: quay.io/ibmmas/cli:14.
|
|
1626
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
1627
1627
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1628
1628
|
workingDir: /workspace/configs
|
|
1629
1629
|
|
|
@@ -1729,7 +1729,7 @@ spec:
|
|
|
1729
1729
|
command:
|
|
1730
1730
|
- /opt/app-root/src/run-role.sh
|
|
1731
1731
|
- cp4d
|
|
1732
|
-
image: quay.io/ibmmas/cli:14.
|
|
1732
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
1733
1733
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1734
1734
|
# --------------------------------------------------------------------------------
|
|
1735
1735
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -2051,7 +2051,7 @@ spec:
|
|
|
2051
2051
|
command:
|
|
2052
2052
|
- /opt/app-root/src/run-role.sh
|
|
2053
2053
|
- db2
|
|
2054
|
-
image: quay.io/ibmmas/cli:14.
|
|
2054
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
2055
2055
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2056
2056
|
workingDir: /workspace/configs
|
|
2057
2057
|
|
|
@@ -2161,7 +2161,7 @@ spec:
|
|
|
2161
2161
|
command:
|
|
2162
2162
|
- /opt/app-root/src/run-role.sh
|
|
2163
2163
|
- eck
|
|
2164
|
-
image: quay.io/ibmmas/cli:14.
|
|
2164
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
2165
2165
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2166
2166
|
# --------------------------------------------------------------------------------
|
|
2167
2167
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -2250,7 +2250,7 @@ spec:
|
|
|
2250
2250
|
command:
|
|
2251
2251
|
- /opt/app-root/src/run-role.sh
|
|
2252
2252
|
- gencfg_workspace
|
|
2253
|
-
image: quay.io/ibmmas/cli:14.
|
|
2253
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
2254
2254
|
imagePullPolicy: $(params.image_pull_policy)
|
|
2255
2255
|
workingDir: /workspace/configs
|
|
2256
2256
|
|
|
@@ -2445,7 +2445,7 @@ spec:
|
|
|
2445
2445
|
- -c
|
|
2446
2446
|
name: gitops-aibroker-tenant
|
|
2447
2447
|
imagePullPolicy: IfNotPresent
|
|
2448
|
-
image: quay.io/ibmmas/cli:14.
|
|
2448
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
2449
2449
|
workspaces:
|
|
2450
2450
|
- name: configs
|
|
2451
2451
|
# --------------------------------------------------------------------------------
|
|
@@ -2638,7 +2638,7 @@ spec:
|
|
|
2638
2638
|
- -c
|
|
2639
2639
|
name: gitops-aibroker
|
|
2640
2640
|
imagePullPolicy: IfNotPresent
|
|
2641
|
-
image: quay.io/ibmmas/cli:14.
|
|
2641
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
2642
2642
|
workspaces:
|
|
2643
2643
|
- name: configs
|
|
2644
2644
|
# --------------------------------------------------------------------------------
|
|
@@ -2739,7 +2739,7 @@ spec:
|
|
|
2739
2739
|
- -c
|
|
2740
2740
|
name: gitops-bootstrap
|
|
2741
2741
|
imagePullPolicy: IfNotPresent
|
|
2742
|
-
image: quay.io/ibmmas/cli:14.
|
|
2742
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
2743
2743
|
workspaces:
|
|
2744
2744
|
- name: configs
|
|
2745
2745
|
# --------------------------------------------------------------------------------
|
|
@@ -2821,7 +2821,7 @@ spec:
|
|
|
2821
2821
|
- -c
|
|
2822
2822
|
name: gitops-cis-compliance
|
|
2823
2823
|
imagePullPolicy: IfNotPresent
|
|
2824
|
-
image: quay.io/ibmmas/cli:14.
|
|
2824
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
2825
2825
|
workspaces:
|
|
2826
2826
|
- name: configs
|
|
2827
2827
|
# --------------------------------------------------------------------------------
|
|
@@ -3156,7 +3156,7 @@ spec:
|
|
|
3156
3156
|
- -c
|
|
3157
3157
|
name: gitops-cluster
|
|
3158
3158
|
imagePullPolicy: Always
|
|
3159
|
-
image: quay.io/ibmmas/cli:14.
|
|
3159
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
3160
3160
|
workspaces:
|
|
3161
3161
|
- name: configs
|
|
3162
3162
|
# --------------------------------------------------------------------------------
|
|
@@ -3264,7 +3264,7 @@ spec:
|
|
|
3264
3264
|
- -c
|
|
3265
3265
|
name: gitops-cos
|
|
3266
3266
|
imagePullPolicy: IfNotPresent
|
|
3267
|
-
image: quay.io/ibmmas/cli:14.
|
|
3267
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
3268
3268
|
workspaces:
|
|
3269
3269
|
- name: configs
|
|
3270
3270
|
# --------------------------------------------------------------------------------
|
|
@@ -3412,7 +3412,7 @@ spec:
|
|
|
3412
3412
|
- -c
|
|
3413
3413
|
name: gitops-cp4d-service
|
|
3414
3414
|
imagePullPolicy: IfNotPresent
|
|
3415
|
-
image: quay.io/ibmmas/cli:14.
|
|
3415
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
3416
3416
|
workspaces:
|
|
3417
3417
|
- name: configs
|
|
3418
3418
|
- name: shared-gitops-configs
|
|
@@ -3541,7 +3541,7 @@ spec:
|
|
|
3541
3541
|
- -c
|
|
3542
3542
|
name: gitops-cp4d
|
|
3543
3543
|
imagePullPolicy: IfNotPresent
|
|
3544
|
-
image: quay.io/ibmmas/cli:14.
|
|
3544
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
3545
3545
|
workspaces:
|
|
3546
3546
|
- name: configs
|
|
3547
3547
|
- name: shared-gitops-configs
|
|
@@ -3832,7 +3832,7 @@ spec:
|
|
|
3832
3832
|
- -c
|
|
3833
3833
|
name: gitops-db2u-database
|
|
3834
3834
|
imagePullPolicy: Always
|
|
3835
|
-
image: quay.io/ibmmas/cli:14.
|
|
3835
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
3836
3836
|
workspaces:
|
|
3837
3837
|
- name: configs
|
|
3838
3838
|
- name: shared-gitops-configs
|
|
@@ -3930,7 +3930,7 @@ spec:
|
|
|
3930
3930
|
- -c
|
|
3931
3931
|
name: gitops-db2u
|
|
3932
3932
|
imagePullPolicy: IfNotPresent
|
|
3933
|
-
image: quay.io/ibmmas/cli:14.
|
|
3933
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
3934
3934
|
workspaces:
|
|
3935
3935
|
- name: configs
|
|
3936
3936
|
# --------------------------------------------------------------------------------
|
|
@@ -4057,7 +4057,7 @@ spec:
|
|
|
4057
4057
|
- -c
|
|
4058
4058
|
name: gitops-delete-jdbc-config
|
|
4059
4059
|
imagePullPolicy: IfNotPresent
|
|
4060
|
-
image: quay.io/ibmmas/cli:14.
|
|
4060
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
4061
4061
|
workspaces:
|
|
4062
4062
|
- name: configs
|
|
4063
4063
|
# --------------------------------------------------------------------------------
|
|
@@ -4155,7 +4155,7 @@ spec:
|
|
|
4155
4155
|
- -c
|
|
4156
4156
|
name: gitops-delete-kafka-config
|
|
4157
4157
|
imagePullPolicy: Always
|
|
4158
|
-
image: quay.io/ibmmas/cli:14.
|
|
4158
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
4159
4159
|
workspaces:
|
|
4160
4160
|
- name: configs
|
|
4161
4161
|
|
|
@@ -4247,7 +4247,7 @@ spec:
|
|
|
4247
4247
|
- -c
|
|
4248
4248
|
name: gitops-deprovision-app-config
|
|
4249
4249
|
imagePullPolicy: IfNotPresent
|
|
4250
|
-
image: quay.io/ibmmas/cli:14.
|
|
4250
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
4251
4251
|
workspaces:
|
|
4252
4252
|
- name: configs
|
|
4253
4253
|
# --------------------------------------------------------------------------------
|
|
@@ -4332,7 +4332,7 @@ spec:
|
|
|
4332
4332
|
- -c
|
|
4333
4333
|
name: gitops-deprovision-app-install
|
|
4334
4334
|
imagePullPolicy: IfNotPresent
|
|
4335
|
-
image: quay.io/ibmmas/cli:14.
|
|
4335
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
4336
4336
|
workspaces:
|
|
4337
4337
|
- name: configs
|
|
4338
4338
|
# --------------------------------------------------------------------------------
|
|
@@ -4417,7 +4417,7 @@ spec:
|
|
|
4417
4417
|
- -c
|
|
4418
4418
|
name: gitops-deprovision-cluster
|
|
4419
4419
|
imagePullPolicy: IfNotPresent
|
|
4420
|
-
image: quay.io/ibmmas/cli:14.
|
|
4420
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
4421
4421
|
workspaces:
|
|
4422
4422
|
- name: configs
|
|
4423
4423
|
# --------------------------------------------------------------------------------
|
|
@@ -4536,7 +4536,7 @@ spec:
|
|
|
4536
4536
|
- -c
|
|
4537
4537
|
name: gitops-deprovision-cos
|
|
4538
4538
|
imagePullPolicy: IfNotPresent
|
|
4539
|
-
image: quay.io/ibmmas/cli:14.
|
|
4539
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
4540
4540
|
workspaces:
|
|
4541
4541
|
- name: configs
|
|
4542
4542
|
# --------------------------------------------------------------------------------
|
|
@@ -4641,7 +4641,7 @@ spec:
|
|
|
4641
4641
|
- -c
|
|
4642
4642
|
name: gitops-deprovision-cp4d-service
|
|
4643
4643
|
imagePullPolicy: IfNotPresent
|
|
4644
|
-
image: quay.io/ibmmas/cli:14.
|
|
4644
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
4645
4645
|
workspaces:
|
|
4646
4646
|
- name: configs
|
|
4647
4647
|
# --------------------------------------------------------------------------------
|
|
@@ -4729,7 +4729,7 @@ spec:
|
|
|
4729
4729
|
- -c
|
|
4730
4730
|
name: gitops-deprovision-cp4d
|
|
4731
4731
|
imagePullPolicy: IfNotPresent
|
|
4732
|
-
image: quay.io/ibmmas/cli:14.
|
|
4732
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
4733
4733
|
workspaces:
|
|
4734
4734
|
- name: configs
|
|
4735
4735
|
# --------------------------------------------------------------------------------
|
|
@@ -4822,7 +4822,7 @@ spec:
|
|
|
4822
4822
|
- -c
|
|
4823
4823
|
name: gitops-deprovision-db2u-database
|
|
4824
4824
|
imagePullPolicy: IfNotPresent
|
|
4825
|
-
image: quay.io/ibmmas/cli:14.
|
|
4825
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
4826
4826
|
workspaces:
|
|
4827
4827
|
- name: configs
|
|
4828
4828
|
|
|
@@ -4905,7 +4905,7 @@ spec:
|
|
|
4905
4905
|
- -c
|
|
4906
4906
|
name: gitops-deprovision-db2u
|
|
4907
4907
|
imagePullPolicy: IfNotPresent
|
|
4908
|
-
image: quay.io/ibmmas/cli:14.
|
|
4908
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
4909
4909
|
workspaces:
|
|
4910
4910
|
- name: configs
|
|
4911
4911
|
|
|
@@ -5022,7 +5022,7 @@ spec:
|
|
|
5022
5022
|
- -c
|
|
5023
5023
|
name: gitops-deprovision-efs
|
|
5024
5024
|
imagePullPolicy: IfNotPresent
|
|
5025
|
-
image: quay.io/ibmmas/cli:14.
|
|
5025
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
5026
5026
|
workspaces:
|
|
5027
5027
|
- name: configs
|
|
5028
5028
|
|
|
@@ -5132,7 +5132,7 @@ spec:
|
|
|
5132
5132
|
- -c
|
|
5133
5133
|
name: gitops-deprovision-kafka
|
|
5134
5134
|
imagePullPolicy: IfNotPresent
|
|
5135
|
-
image: quay.io/ibmmas/cli:14.
|
|
5135
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
5136
5136
|
workspaces:
|
|
5137
5137
|
- name: configs
|
|
5138
5138
|
# --------------------------------------------------------------------------------
|
|
@@ -5235,7 +5235,7 @@ spec:
|
|
|
5235
5235
|
- -c
|
|
5236
5236
|
name: gitops-deprovision-mongo
|
|
5237
5237
|
imagePullPolicy: IfNotPresent
|
|
5238
|
-
image: quay.io/ibmmas/cli:14.
|
|
5238
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
5239
5239
|
workspaces:
|
|
5240
5240
|
- name: configs
|
|
5241
5241
|
|
|
@@ -5292,7 +5292,7 @@ spec:
|
|
|
5292
5292
|
- -c
|
|
5293
5293
|
name: gitops-deprovision-rosa
|
|
5294
5294
|
imagePullPolicy: IfNotPresent
|
|
5295
|
-
image: quay.io/ibmmas/cli:14.
|
|
5295
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
5296
5296
|
workspaces:
|
|
5297
5297
|
- name: configs
|
|
5298
5298
|
# --------------------------------------------------------------------------------
|
|
@@ -5497,7 +5497,7 @@ spec:
|
|
|
5497
5497
|
- -c
|
|
5498
5498
|
name: gitops-deprovision-suite-config
|
|
5499
5499
|
imagePullPolicy: IfNotPresent
|
|
5500
|
-
image: quay.io/ibmmas/cli:14.
|
|
5500
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
5501
5501
|
workspaces:
|
|
5502
5502
|
- name: configs
|
|
5503
5503
|
|
|
@@ -5595,7 +5595,7 @@ spec:
|
|
|
5595
5595
|
- -c
|
|
5596
5596
|
name: gitops-deprovision-suite-idp-config
|
|
5597
5597
|
imagePullPolicy: IfNotPresent
|
|
5598
|
-
image: quay.io/ibmmas/cli:14.
|
|
5598
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
5599
5599
|
workspaces:
|
|
5600
5600
|
- name: configs
|
|
5601
5601
|
# --------------------------------------------------------------------------------
|
|
@@ -5687,7 +5687,7 @@ spec:
|
|
|
5687
5687
|
- -c
|
|
5688
5688
|
name: gitops-deprovision-suite-objectstorage-config
|
|
5689
5689
|
imagePullPolicy: IfNotPresent
|
|
5690
|
-
image: quay.io/ibmmas/cli:14.
|
|
5690
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
5691
5691
|
workspaces:
|
|
5692
5692
|
- name: configs
|
|
5693
5693
|
# --------------------------------------------------------------------------------
|
|
@@ -5899,7 +5899,7 @@ spec:
|
|
|
5899
5899
|
- -c
|
|
5900
5900
|
name: gitops-deprovision-suite-smtp-config
|
|
5901
5901
|
imagePullPolicy: IfNotPresent
|
|
5902
|
-
image: quay.io/ibmmas/cli:14.
|
|
5902
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
5903
5903
|
workspaces:
|
|
5904
5904
|
- name: configs
|
|
5905
5905
|
# --------------------------------------------------------------------------------
|
|
@@ -5992,7 +5992,7 @@ spec:
|
|
|
5992
5992
|
- -c
|
|
5993
5993
|
name: gitops-deprovision-suite-watson-studio-config
|
|
5994
5994
|
imagePullPolicy: IfNotPresent
|
|
5995
|
-
image: quay.io/ibmmas/cli:14.
|
|
5995
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
5996
5996
|
workspaces:
|
|
5997
5997
|
- name: configs
|
|
5998
5998
|
# --------------------------------------------------------------------------------
|
|
@@ -6083,7 +6083,7 @@ spec:
|
|
|
6083
6083
|
- -c
|
|
6084
6084
|
name: gitops-deprovision-suite-workspace
|
|
6085
6085
|
imagePullPolicy: Always
|
|
6086
|
-
image: quay.io/ibmmas/cli:14.
|
|
6086
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
6087
6087
|
workspaces:
|
|
6088
6088
|
- name: configs
|
|
6089
6089
|
# --------------------------------------------------------------------------------
|
|
@@ -6176,7 +6176,7 @@ spec:
|
|
|
6176
6176
|
- -c
|
|
6177
6177
|
name: gitops-deprovision-suite
|
|
6178
6178
|
imagePullPolicy: IfNotPresent
|
|
6179
|
-
image: quay.io/ibmmas/cli:14.
|
|
6179
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
6180
6180
|
workspaces:
|
|
6181
6181
|
- name: configs
|
|
6182
6182
|
|
|
@@ -6289,7 +6289,7 @@ spec:
|
|
|
6289
6289
|
- -c
|
|
6290
6290
|
name: gitops-dro
|
|
6291
6291
|
imagePullPolicy: IfNotPresent
|
|
6292
|
-
image: quay.io/ibmmas/cli:14.
|
|
6292
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
6293
6293
|
workspaces:
|
|
6294
6294
|
- name: configs
|
|
6295
6295
|
# --------------------------------------------------------------------------------
|
|
@@ -6416,7 +6416,7 @@ spec:
|
|
|
6416
6416
|
- -c
|
|
6417
6417
|
name: gitops-efs
|
|
6418
6418
|
imagePullPolicy: IfNotPresent
|
|
6419
|
-
image: quay.io/ibmmas/cli:14.
|
|
6419
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
6420
6420
|
workspaces:
|
|
6421
6421
|
- name: configs
|
|
6422
6422
|
|
|
@@ -6551,7 +6551,7 @@ spec:
|
|
|
6551
6551
|
- -c
|
|
6552
6552
|
name: gitops-jdbc-config
|
|
6553
6553
|
imagePullPolicy: Always
|
|
6554
|
-
image: quay.io/ibmmas/cli:14.
|
|
6554
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
6555
6555
|
workspaces:
|
|
6556
6556
|
- name: configs
|
|
6557
6557
|
- name: shared-gitops-configs
|
|
@@ -6647,7 +6647,7 @@ spec:
|
|
|
6647
6647
|
- -c
|
|
6648
6648
|
name: gitops-kafka-config
|
|
6649
6649
|
imagePullPolicy: Always
|
|
6650
|
-
image: quay.io/ibmmas/cli:14.
|
|
6650
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
6651
6651
|
workspaces:
|
|
6652
6652
|
- name: configs
|
|
6653
6653
|
|
|
@@ -6769,7 +6769,7 @@ spec:
|
|
|
6769
6769
|
- -c
|
|
6770
6770
|
name: gitops-kafka
|
|
6771
6771
|
imagePullPolicy: IfNotPresent
|
|
6772
|
-
image: quay.io/ibmmas/cli:14.
|
|
6772
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
6773
6773
|
workspaces:
|
|
6774
6774
|
- name: configs
|
|
6775
6775
|
# --------------------------------------------------------------------------------
|
|
@@ -6963,7 +6963,7 @@ spec:
|
|
|
6963
6963
|
- -c
|
|
6964
6964
|
name: gitops-kmodel
|
|
6965
6965
|
imagePullPolicy: IfNotPresent
|
|
6966
|
-
image: quay.io/ibmmas/cli:14.
|
|
6966
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
6967
6967
|
workspaces:
|
|
6968
6968
|
- name: configs
|
|
6969
6969
|
# --------------------------------------------------------------------------------
|
|
@@ -7089,7 +7089,7 @@ spec:
|
|
|
7089
7089
|
- -c
|
|
7090
7090
|
name: gitops-license
|
|
7091
7091
|
imagePullPolicy: Always
|
|
7092
|
-
image: quay.io/ibmmas/cli:14.
|
|
7092
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
7093
7093
|
workspaces:
|
|
7094
7094
|
- name: shared-entitlement
|
|
7095
7095
|
|
|
@@ -7808,7 +7808,7 @@ spec:
|
|
|
7808
7808
|
- -c
|
|
7809
7809
|
name: gitops-mas-fvt-preparer
|
|
7810
7810
|
imagePullPolicy: Always
|
|
7811
|
-
image: quay.io/ibmmas/cli:14.
|
|
7811
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
7812
7812
|
workspaces:
|
|
7813
7813
|
- name: configs
|
|
7814
7814
|
- name: shared-additional-configs
|
|
@@ -8308,7 +8308,7 @@ spec:
|
|
|
8308
8308
|
- -c
|
|
8309
8309
|
name: gitops-mas-initiator
|
|
8310
8310
|
imagePullPolicy: IfNotPresent
|
|
8311
|
-
image: quay.io/ibmmas/cli:14.
|
|
8311
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
8312
8312
|
workspaces:
|
|
8313
8313
|
- name: configs
|
|
8314
8314
|
# --------------------------------------------------------------------------------
|
|
@@ -8441,7 +8441,7 @@ spec:
|
|
|
8441
8441
|
- -c
|
|
8442
8442
|
name: gitops-mas-provisioner
|
|
8443
8443
|
imagePullPolicy: IfNotPresent
|
|
8444
|
-
image: quay.io/ibmmas/cli:14.
|
|
8444
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
8445
8445
|
workspaces:
|
|
8446
8446
|
- name: configs
|
|
8447
8447
|
# --------------------------------------------------------------------------------
|
|
@@ -8549,7 +8549,7 @@ spec:
|
|
|
8549
8549
|
- -c
|
|
8550
8550
|
name: gitops-mongo
|
|
8551
8551
|
imagePullPolicy: IfNotPresent
|
|
8552
|
-
image: quay.io/ibmmas/cli:14.
|
|
8552
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
8553
8553
|
workspaces:
|
|
8554
8554
|
- name: configs
|
|
8555
8555
|
|
|
@@ -8675,7 +8675,7 @@ spec:
|
|
|
8675
8675
|
- -c
|
|
8676
8676
|
name: gitops-nvidia-gpu
|
|
8677
8677
|
imagePullPolicy: IfNotPresent
|
|
8678
|
-
image: quay.io/ibmmas/cli:14.
|
|
8678
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
8679
8679
|
workspaces:
|
|
8680
8680
|
- name: configs
|
|
8681
8681
|
# --------------------------------------------------------------------------------
|
|
@@ -8792,7 +8792,7 @@ spec:
|
|
|
8792
8792
|
- -c
|
|
8793
8793
|
name: gitops-odh
|
|
8794
8794
|
imagePullPolicy: IfNotPresent
|
|
8795
|
-
image: quay.io/ibmmas/cli:14.
|
|
8795
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
8796
8796
|
workspaces:
|
|
8797
8797
|
- name: configs
|
|
8798
8798
|
# --------------------------------------------------------------------------------
|
|
@@ -8910,7 +8910,7 @@ spec:
|
|
|
8910
8910
|
- -c
|
|
8911
8911
|
name: gitops-process-mongo-user
|
|
8912
8912
|
imagePullPolicy: IfNotPresent
|
|
8913
|
-
image: quay.io/ibmmas/cli:14.
|
|
8913
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
8914
8914
|
workspaces:
|
|
8915
8915
|
- name: configs
|
|
8916
8916
|
# --------------------------------------------------------------------------------
|
|
@@ -8966,7 +8966,7 @@ spec:
|
|
|
8966
8966
|
- -c
|
|
8967
8967
|
name: gitops-rosa
|
|
8968
8968
|
imagePullPolicy: IfNotPresent
|
|
8969
|
-
image: quay.io/ibmmas/cli:14.
|
|
8969
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
8970
8970
|
workspaces:
|
|
8971
8971
|
- name: configs
|
|
8972
8972
|
# --------------------------------------------------------------------------------
|
|
@@ -9153,7 +9153,7 @@ spec:
|
|
|
9153
9153
|
- -c
|
|
9154
9154
|
name: gitops-suite-app-config
|
|
9155
9155
|
imagePullPolicy: IfNotPresent
|
|
9156
|
-
image: quay.io/ibmmas/cli:14.
|
|
9156
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
9157
9157
|
workspaces:
|
|
9158
9158
|
- name: configs
|
|
9159
9159
|
- name: shared-gitops-configs
|
|
@@ -9311,7 +9311,7 @@ spec:
|
|
|
9311
9311
|
- -c
|
|
9312
9312
|
name: gitops-suite-app-install
|
|
9313
9313
|
imagePullPolicy: Always
|
|
9314
|
-
image: quay.io/ibmmas/cli:14.
|
|
9314
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
9315
9315
|
workspaces:
|
|
9316
9316
|
- name: configs
|
|
9317
9317
|
- name: shared-gitops-configs
|
|
@@ -9417,7 +9417,7 @@ spec:
|
|
|
9417
9417
|
- -c
|
|
9418
9418
|
name: gitops-suite-certs
|
|
9419
9419
|
imagePullPolicy: IfNotPresent
|
|
9420
|
-
image: quay.io/ibmmas/cli:14.
|
|
9420
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
9421
9421
|
workspaces:
|
|
9422
9422
|
- name: configs
|
|
9423
9423
|
- name: certificates
|
|
@@ -9592,7 +9592,7 @@ spec:
|
|
|
9592
9592
|
- -c
|
|
9593
9593
|
name: gitops-suite-config
|
|
9594
9594
|
imagePullPolicy: IfNotPresent
|
|
9595
|
-
image: quay.io/ibmmas/cli:14.
|
|
9595
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
9596
9596
|
workspaces:
|
|
9597
9597
|
- name: configs
|
|
9598
9598
|
- name: shared-additional-configs
|
|
@@ -9692,7 +9692,7 @@ spec:
|
|
|
9692
9692
|
- -c
|
|
9693
9693
|
name: gitops-suite-dns
|
|
9694
9694
|
imagePullPolicy: IfNotPresent
|
|
9695
|
-
image: quay.io/ibmmas/cli:14.
|
|
9695
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
9696
9696
|
workspaces:
|
|
9697
9697
|
- name: configs
|
|
9698
9698
|
|
|
@@ -9816,7 +9816,7 @@ spec:
|
|
|
9816
9816
|
- -c
|
|
9817
9817
|
name: gitops-suite-idp-config
|
|
9818
9818
|
imagePullPolicy: IfNotPresent
|
|
9819
|
-
image: quay.io/ibmmas/cli:14.
|
|
9819
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
9820
9820
|
workspaces:
|
|
9821
9821
|
- name: configs
|
|
9822
9822
|
- name: shared-additional-configs
|
|
@@ -9917,7 +9917,7 @@ spec:
|
|
|
9917
9917
|
- -c
|
|
9918
9918
|
name: gitops-suite-objectstorage-config
|
|
9919
9919
|
imagePullPolicy: IfNotPresent
|
|
9920
|
-
image: quay.io/ibmmas/cli:14.
|
|
9920
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
9921
9921
|
workspaces:
|
|
9922
9922
|
- name: configs
|
|
9923
9923
|
- name: shared-gitops-configs
|
|
@@ -10339,7 +10339,7 @@ spec:
|
|
|
10339
10339
|
- -c
|
|
10340
10340
|
name: gitops-suite-smtp-config
|
|
10341
10341
|
imagePullPolicy: IfNotPresent
|
|
10342
|
-
image: quay.io/ibmmas/cli:14.
|
|
10342
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
10343
10343
|
workspaces:
|
|
10344
10344
|
- name: configs
|
|
10345
10345
|
- name: shared-gitops-configs
|
|
@@ -10459,7 +10459,7 @@ spec:
|
|
|
10459
10459
|
- -c
|
|
10460
10460
|
name: gitops-suite-watson-studio-config
|
|
10461
10461
|
imagePullPolicy: IfNotPresent
|
|
10462
|
-
image: quay.io/ibmmas/cli:14.
|
|
10462
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
10463
10463
|
workspaces:
|
|
10464
10464
|
- name: configs
|
|
10465
10465
|
- name: shared-gitops-configs
|
|
@@ -10561,7 +10561,7 @@ spec:
|
|
|
10561
10561
|
- -c
|
|
10562
10562
|
name: gitops-suite-workspace
|
|
10563
10563
|
imagePullPolicy: IfNotPresent
|
|
10564
|
-
image: quay.io/ibmmas/cli:14.
|
|
10564
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
10565
10565
|
workspaces:
|
|
10566
10566
|
- name: configs
|
|
10567
10567
|
# --------------------------------------------------------------------------------
|
|
@@ -10904,7 +10904,7 @@ spec:
|
|
|
10904
10904
|
- -c
|
|
10905
10905
|
name: gitops-suite
|
|
10906
10906
|
imagePullPolicy: IfNotPresent
|
|
10907
|
-
image: quay.io/ibmmas/cli:14.
|
|
10907
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
10908
10908
|
workspaces:
|
|
10909
10909
|
- name: configs
|
|
10910
10910
|
- name: shared-gitops-configs
|
|
@@ -10954,7 +10954,7 @@ spec:
|
|
|
10954
10954
|
|
|
10955
10955
|
steps:
|
|
10956
10956
|
- name: grafana
|
|
10957
|
-
image: quay.io/ibmmas/cli:14.
|
|
10957
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
10958
10958
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10959
10959
|
command:
|
|
10960
10960
|
- /opt/app-root/src/run-role.sh
|
|
@@ -11088,7 +11088,7 @@ spec:
|
|
|
11088
11088
|
command:
|
|
11089
11089
|
- /opt/app-root/src/run-role.sh
|
|
11090
11090
|
- ibm_catalogs
|
|
11091
|
-
image: quay.io/ibmmas/cli:14.
|
|
11091
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
11092
11092
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11093
11093
|
workingDir: /workspace/configs
|
|
11094
11094
|
# --------------------------------------------------------------------------------
|
|
@@ -11330,7 +11330,7 @@ spec:
|
|
|
11330
11330
|
command:
|
|
11331
11331
|
- /opt/app-root/src/run-role.sh
|
|
11332
11332
|
- kafka
|
|
11333
|
-
image: quay.io/ibmmas/cli:14.
|
|
11333
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
11334
11334
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11335
11335
|
workingDir: /workspace/configs
|
|
11336
11336
|
|
|
@@ -11565,7 +11565,7 @@ spec:
|
|
|
11565
11565
|
command:
|
|
11566
11566
|
- /opt/app-root/src/run-role.sh
|
|
11567
11567
|
- kmodels
|
|
11568
|
-
image: quay.io/ibmmas/cli:14.
|
|
11568
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
11569
11569
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11570
11570
|
# --------------------------------------------------------------------------------
|
|
11571
11571
|
# /home/runner/work/cli/cli/tekton/target/tasks/mariadb.yaml
|
|
@@ -11686,7 +11686,7 @@ spec:
|
|
|
11686
11686
|
command:
|
|
11687
11687
|
- /opt/app-root/src/run-role.sh
|
|
11688
11688
|
- mariadb
|
|
11689
|
-
image: quay.io/ibmmas/cli:14.
|
|
11689
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
11690
11690
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11691
11691
|
# --------------------------------------------------------------------------------
|
|
11692
11692
|
# /home/runner/work/cli/cli/tekton/target/tasks/minio.yaml
|
|
@@ -11792,7 +11792,7 @@ spec:
|
|
|
11792
11792
|
command:
|
|
11793
11793
|
- /opt/app-root/src/run-role.sh
|
|
11794
11794
|
- minio
|
|
11795
|
-
image: quay.io/ibmmas/cli:14.
|
|
11795
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
11796
11796
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11797
11797
|
# --------------------------------------------------------------------------------
|
|
11798
11798
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -11970,7 +11970,7 @@ spec:
|
|
|
11970
11970
|
command:
|
|
11971
11971
|
- /opt/app-root/src/run-role.sh
|
|
11972
11972
|
- mongodb
|
|
11973
|
-
image: quay.io/ibmmas/cli:14.
|
|
11973
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
11974
11974
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11975
11975
|
workingDir: /workspace/configs
|
|
11976
11976
|
|
|
@@ -12013,7 +12013,7 @@ spec:
|
|
|
12013
12013
|
- $(params.base_output_dir)
|
|
12014
12014
|
- --extra-namespaces
|
|
12015
12015
|
- selenium
|
|
12016
|
-
image: quay.io/ibmmas/cli:14.
|
|
12016
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
12017
12017
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12018
12018
|
env:
|
|
12019
12019
|
- name: DEVOPS_MONGO_URI
|
|
@@ -12130,7 +12130,7 @@ spec:
|
|
|
12130
12130
|
command:
|
|
12131
12131
|
- /opt/app-root/src/run-role.sh
|
|
12132
12132
|
- nvidia_gpu
|
|
12133
|
-
image: quay.io/ibmmas/cli:14.
|
|
12133
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
12134
12134
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12135
12135
|
workingDir: /workspace/configs
|
|
12136
12136
|
|
|
@@ -12166,7 +12166,7 @@ spec:
|
|
|
12166
12166
|
# Verify Cluster
|
|
12167
12167
|
# -------------------------------------------------------------------------
|
|
12168
12168
|
- name: ocp-verify-cluster
|
|
12169
|
-
image: quay.io/ibmmas/cli:14.
|
|
12169
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
12170
12170
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12171
12171
|
command:
|
|
12172
12172
|
- /opt/app-root/src/run-role.sh
|
|
@@ -12208,7 +12208,7 @@ spec:
|
|
|
12208
12208
|
# Verify Catalogs
|
|
12209
12209
|
# -------------------------------------------------------------------------
|
|
12210
12210
|
- name: ocp-verify-catalogs
|
|
12211
|
-
image: quay.io/ibmmas/cli:14.
|
|
12211
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
12212
12212
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12213
12213
|
command:
|
|
12214
12214
|
- /opt/app-root/src/run-role.sh
|
|
@@ -12250,7 +12250,7 @@ spec:
|
|
|
12250
12250
|
# Verify Subscriptions
|
|
12251
12251
|
# -------------------------------------------------------------------------
|
|
12252
12252
|
- name: ocp-verify-subscriptions
|
|
12253
|
-
image: quay.io/ibmmas/cli:14.
|
|
12253
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
12254
12254
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12255
12255
|
command:
|
|
12256
12256
|
- /opt/app-root/src/run-role.sh
|
|
@@ -12292,7 +12292,7 @@ spec:
|
|
|
12292
12292
|
# Verify Workloads
|
|
12293
12293
|
# -------------------------------------------------------------------------
|
|
12294
12294
|
- name: ocp-verify-workloads
|
|
12295
|
-
image: quay.io/ibmmas/cli:14.
|
|
12295
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
12296
12296
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12297
12297
|
command:
|
|
12298
12298
|
- /opt/app-root/src/run-role.sh
|
|
@@ -12334,7 +12334,7 @@ spec:
|
|
|
12334
12334
|
# Verify Catalogs - Ingress TLS
|
|
12335
12335
|
# -------------------------------------------------------------------------
|
|
12336
12336
|
- name: ocp-verify-ingress
|
|
12337
|
-
image: quay.io/ibmmas/cli:14.
|
|
12337
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
12338
12338
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12339
12339
|
command:
|
|
12340
12340
|
- /opt/app-root/src/run-role.sh
|
|
@@ -12460,7 +12460,7 @@ spec:
|
|
|
12460
12460
|
command:
|
|
12461
12461
|
- /opt/app-root/src/run-role.sh
|
|
12462
12462
|
- ocp_verify
|
|
12463
|
-
image: quay.io/ibmmas/cli:14.
|
|
12463
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
12464
12464
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12465
12465
|
workingDir: /workspace/configs
|
|
12466
12466
|
# --------------------------------------------------------------------------------
|
|
@@ -12528,7 +12528,7 @@ spec:
|
|
|
12528
12528
|
command:
|
|
12529
12529
|
- /opt/app-root/src/run-role.sh
|
|
12530
12530
|
- ocs
|
|
12531
|
-
image: quay.io/ibmmas/cli:14.
|
|
12531
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
12532
12532
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12533
12533
|
workingDir: /workspace/configs
|
|
12534
12534
|
|
|
@@ -12764,7 +12764,7 @@ spec:
|
|
|
12764
12764
|
command:
|
|
12765
12765
|
- /opt/app-root/src/run-role.sh
|
|
12766
12766
|
- odh
|
|
12767
|
-
image: quay.io/ibmmas/cli:14.
|
|
12767
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
12768
12768
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12769
12769
|
# --------------------------------------------------------------------------------
|
|
12770
12770
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -12940,7 +12940,7 @@ spec:
|
|
|
12940
12940
|
command:
|
|
12941
12941
|
- /opt/app-root/src/run-role.sh
|
|
12942
12942
|
- sls
|
|
12943
|
-
image: quay.io/ibmmas/cli:14.
|
|
12943
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
12944
12944
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12945
12945
|
workingDir: /workspace/configs
|
|
12946
12946
|
|
|
@@ -13400,12 +13400,12 @@ spec:
|
|
|
13400
13400
|
command:
|
|
13401
13401
|
- /opt/app-root/src/run-role.sh
|
|
13402
13402
|
- suite_app_config
|
|
13403
|
-
image: quay.io/ibmmas/cli:14.
|
|
13403
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
13404
13404
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13405
13405
|
|
|
13406
13406
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
13407
13407
|
- name: app-cfg-post-verify
|
|
13408
|
-
image: quay.io/ibmmas/cli:14.
|
|
13408
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
13409
13409
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13410
13410
|
command:
|
|
13411
13411
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -13600,7 +13600,7 @@ spec:
|
|
|
13600
13600
|
command:
|
|
13601
13601
|
- /opt/app-root/src/run-role.sh
|
|
13602
13602
|
- suite_app_install
|
|
13603
|
-
image: quay.io/ibmmas/cli:14.
|
|
13603
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
13604
13604
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13605
13605
|
|
|
13606
13606
|
workspaces:
|
|
@@ -13689,7 +13689,7 @@ spec:
|
|
|
13689
13689
|
command:
|
|
13690
13690
|
- /opt/app-root/src/run-role.sh
|
|
13691
13691
|
- suite_app_rollback
|
|
13692
|
-
image: quay.io/ibmmas/cli:14.
|
|
13692
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
13693
13693
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13694
13694
|
# --------------------------------------------------------------------------------
|
|
13695
13695
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -13752,7 +13752,7 @@ spec:
|
|
|
13752
13752
|
command:
|
|
13753
13753
|
- /opt/app-root/src/run-role.sh
|
|
13754
13754
|
- suite_app_uninstall
|
|
13755
|
-
image: quay.io/ibmmas/cli:14.
|
|
13755
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
13756
13756
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13757
13757
|
# --------------------------------------------------------------------------------
|
|
13758
13758
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -13827,7 +13827,7 @@ spec:
|
|
|
13827
13827
|
command:
|
|
13828
13828
|
- /opt/app-root/src/run-role.sh
|
|
13829
13829
|
- suite_app_upgrade
|
|
13830
|
-
image: quay.io/ibmmas/cli:14.
|
|
13830
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
13831
13831
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13832
13832
|
# --------------------------------------------------------------------------------
|
|
13833
13833
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -13928,7 +13928,7 @@ spec:
|
|
|
13928
13928
|
command:
|
|
13929
13929
|
- /opt/app-root/src/run-role.sh
|
|
13930
13930
|
- suite_app_verify
|
|
13931
|
-
image: quay.io/ibmmas/cli:14.
|
|
13931
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
13932
13932
|
imagePullPolicy: $(params.image_pull_policy)
|
|
13933
13933
|
# --------------------------------------------------------------------------------
|
|
13934
13934
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -14071,7 +14071,7 @@ spec:
|
|
|
14071
14071
|
command:
|
|
14072
14072
|
- /opt/app-root/src/run-role.sh
|
|
14073
14073
|
- suite_certs
|
|
14074
|
-
image: quay.io/ibmmas/cli:14.
|
|
14074
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
14075
14075
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14076
14076
|
|
|
14077
14077
|
workspaces:
|
|
@@ -14138,7 +14138,7 @@ spec:
|
|
|
14138
14138
|
command:
|
|
14139
14139
|
- /opt/app-root/src/run-role.sh
|
|
14140
14140
|
- suite_config
|
|
14141
|
-
image: quay.io/ibmmas/cli:14.
|
|
14141
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
14142
14142
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14143
14143
|
workingDir: /workspace/configs
|
|
14144
14144
|
|
|
@@ -14470,7 +14470,7 @@ spec:
|
|
|
14470
14470
|
command:
|
|
14471
14471
|
- /opt/app-root/src/run-role.sh
|
|
14472
14472
|
- suite_db2_setup_for_facilities
|
|
14473
|
-
image: quay.io/ibmmas/cli:14.
|
|
14473
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
14474
14474
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14475
14475
|
workingDir: /workspace/configs
|
|
14476
14476
|
|
|
@@ -14542,7 +14542,7 @@ spec:
|
|
|
14542
14542
|
command:
|
|
14543
14543
|
- /opt/app-root/src/run-role.sh
|
|
14544
14544
|
- suite_db2_setup_for_manage
|
|
14545
|
-
image: quay.io/ibmmas/cli:14.
|
|
14545
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
14546
14546
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14547
14547
|
# --------------------------------------------------------------------------------
|
|
14548
14548
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -14732,7 +14732,7 @@ spec:
|
|
|
14732
14732
|
command:
|
|
14733
14733
|
- /opt/app-root/src/run-role.sh
|
|
14734
14734
|
- suite_dns
|
|
14735
|
-
image: quay.io/ibmmas/cli:14.
|
|
14735
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
14736
14736
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14737
14737
|
# --------------------------------------------------------------------------------
|
|
14738
14738
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -14981,7 +14981,7 @@ spec:
|
|
|
14981
14981
|
command:
|
|
14982
14982
|
- /opt/app-root/src/run-role.sh
|
|
14983
14983
|
- suite_install
|
|
14984
|
-
image: quay.io/ibmmas/cli:14.
|
|
14984
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
14985
14985
|
imagePullPolicy: $(params.image_pull_policy)
|
|
14986
14986
|
workingDir: /workspace/configs
|
|
14987
14987
|
|
|
@@ -15069,7 +15069,7 @@ spec:
|
|
|
15069
15069
|
command:
|
|
15070
15070
|
- /opt/app-root/src/run-role.sh
|
|
15071
15071
|
- suite_rollback
|
|
15072
|
-
image: quay.io/ibmmas/cli:14.
|
|
15072
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
15073
15073
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15074
15074
|
# --------------------------------------------------------------------------------
|
|
15075
15075
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -15134,7 +15134,7 @@ spec:
|
|
|
15134
15134
|
command:
|
|
15135
15135
|
- /opt/app-root/src/run-role.sh
|
|
15136
15136
|
- suite_uninstall
|
|
15137
|
-
image: quay.io/ibmmas/cli:14.
|
|
15137
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
15138
15138
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15139
15139
|
# --------------------------------------------------------------------------------
|
|
15140
15140
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -15204,7 +15204,7 @@ spec:
|
|
|
15204
15204
|
command:
|
|
15205
15205
|
- /opt/app-root/src/run-role.sh
|
|
15206
15206
|
- suite_upgrade
|
|
15207
|
-
image: quay.io/ibmmas/cli:14.
|
|
15207
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
15208
15208
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15209
15209
|
# --------------------------------------------------------------------------------
|
|
15210
15210
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -15266,12 +15266,12 @@ spec:
|
|
|
15266
15266
|
command:
|
|
15267
15267
|
- /opt/app-root/src/run-role.sh
|
|
15268
15268
|
- suite_verify
|
|
15269
|
-
image: quay.io/ibmmas/cli:14.
|
|
15269
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
15270
15270
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15271
15271
|
|
|
15272
15272
|
# If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
15273
15273
|
- name: suite-post-verify
|
|
15274
|
-
image: quay.io/ibmmas/cli:14.
|
|
15274
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
15275
15275
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15276
15276
|
command:
|
|
15277
15277
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -15394,7 +15394,7 @@ spec:
|
|
|
15394
15394
|
command:
|
|
15395
15395
|
- /opt/app-root/src/run-role.sh
|
|
15396
15396
|
- turbonomic
|
|
15397
|
-
image: quay.io/ibmmas/cli:14.
|
|
15397
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
15398
15398
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15399
15399
|
# --------------------------------------------------------------------------------
|
|
15400
15400
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -15475,7 +15475,7 @@ spec:
|
|
|
15475
15475
|
# IBM User Data Services (UDS)
|
|
15476
15476
|
# -------------------------------------------------------------------------
|
|
15477
15477
|
- name: uds
|
|
15478
|
-
image: quay.io/ibmmas/cli:14.
|
|
15478
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
15479
15479
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15480
15480
|
workingDir: /workspace/configs
|
|
15481
15481
|
command:
|
|
@@ -15538,7 +15538,7 @@ spec:
|
|
|
15538
15538
|
# IBM Data Reporter Operator (DRO)
|
|
15539
15539
|
# -------------------------------------------------------------------------
|
|
15540
15540
|
- name: dro
|
|
15541
|
-
image: quay.io/ibmmas/cli:14.
|
|
15541
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
15542
15542
|
imagePullPolicy: $(params.image_pull_policy)
|
|
15543
15543
|
workingDir: /workspace/configs
|
|
15544
15544
|
command:
|
|
@@ -15624,7 +15624,7 @@ spec:
|
|
|
15624
15624
|
description: "The value to set"
|
|
15625
15625
|
steps:
|
|
15626
15626
|
- name: update-configmap
|
|
15627
|
-
image: quay.io/ibmmas/cli:14.
|
|
15627
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
15628
15628
|
command:
|
|
15629
15629
|
- /opt/app-root/src/update-configmap.sh
|
|
15630
15630
|
env:
|
|
@@ -15671,7 +15671,7 @@ spec:
|
|
|
15671
15671
|
|
|
15672
15672
|
steps:
|
|
15673
15673
|
- name: wait-for-configmap
|
|
15674
|
-
image: quay.io/ibmmas/cli:14.
|
|
15674
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
15675
15675
|
command:
|
|
15676
15676
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
15677
15677
|
env:
|
|
@@ -15752,7 +15752,7 @@ spec:
|
|
|
15752
15752
|
|
|
15753
15753
|
steps:
|
|
15754
15754
|
- name: wait-for-configmap
|
|
15755
|
-
image: quay.io/ibmmas/cli:14.
|
|
15755
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
15756
15756
|
command:
|
|
15757
15757
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
15758
15758
|
env:
|
|
@@ -15812,7 +15812,7 @@ spec:
|
|
|
15812
15812
|
|
|
15813
15813
|
steps:
|
|
15814
15814
|
- name: wait
|
|
15815
|
-
image: quay.io/ibmmas/cli:14.
|
|
15815
|
+
image: quay.io/ibmmas/cli:14.1.0
|
|
15816
15816
|
command:
|
|
15817
15817
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
15818
15818
|
env:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
mas/cli/__init__.py,sha256=
|
|
2
|
-
mas/cli/cli.py,sha256
|
|
1
|
+
mas/cli/__init__.py,sha256=0w1A3BvBRV3WvDxOucSGViH3K5t2Kxugb3FRIbGXtRI,526
|
|
2
|
+
mas/cli/cli.py,sha256=e1kMiLtAmskMu8QKViz9Nk_w3dsFVoRfkYXsgp04YrA,18932
|
|
3
3
|
mas/cli/displayMixins.py,sha256=e3lAx1DIOwsriDcNI0M2JyP1jeLOZKvId6sPrvWLyqs,5984
|
|
4
4
|
mas/cli/gencfg.py,sha256=kgbYihOcqGADK8XnrfcEoBawaY1qSGKuVNW1unACOnU,4433
|
|
5
5
|
mas/cli/validators.py,sha256=2mLqBfoFU4D3A84ma9namjpnPKR3a0XySSGXa_b7pWg,5495
|
|
@@ -10,7 +10,7 @@ mas/cli/aiservice/install/argParser.py,sha256=ilwn58CoZxUs54guscEiFD-loTB2iUgL4w
|
|
|
10
10
|
mas/cli/aiservice/install/params.py,sha256=923Q-T-3VJqr7QZCvFUVu8syKVnMfy604al7xk9UtNY,3491
|
|
11
11
|
mas/cli/aiservice/install/summarizer.py,sha256=SxJm5ofqTOyP6edOadOifsy6oxVcAb8XU6XrFW0lb0M,11312
|
|
12
12
|
mas/cli/install/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc,508
|
|
13
|
-
mas/cli/install/app.py,sha256=
|
|
13
|
+
mas/cli/install/app.py,sha256=lTp_JNEKyz5PX20rwnV4Em2Myg78marx9YclfD2wKto,69349
|
|
14
14
|
mas/cli/install/argBuilder.py,sha256=HIWTZM8On-21uNTspekW1egVx7DrE1Yr_8PwbXghI28,28464
|
|
15
15
|
mas/cli/install/argParser.py,sha256=fgwmjKMPQAPKA-jNlCKGEB0AsByKSAQf7TYq4L7HHq0,35267
|
|
16
16
|
mas/cli/install/catalogs.py,sha256=p9WFQSA6vcQNiOrlAGCmr5e5IwHJTL0D9QU-e1wco6E,804
|
|
@@ -24,7 +24,7 @@ mas/cli/install/settings/manageSettings.py,sha256=TZIdAY_xUc751i-Vs6cXhVI3ul4MCn
|
|
|
24
24
|
mas/cli/install/settings/mongodbSettings.py,sha256=aZdQHpeMwLVznrJWAkJsZu2Ok9t4Dkra2RGa_uKJHaY,2604
|
|
25
25
|
mas/cli/install/settings/turbonomicSettings.py,sha256=ul4eWf53b1NCzJTFsEPX6DWM23YUlWILYBygplqXYlU,1631
|
|
26
26
|
mas/cli/templates/facilities-configs.yml.j2,sha256=Er4UwxUl1Y3rtjIPMExVM8EXNcbesMusgLcRV050B1s,774
|
|
27
|
-
mas/cli/templates/ibm-mas-tekton.yaml,sha256=
|
|
27
|
+
mas/cli/templates/ibm-mas-tekton.yaml,sha256=5TLomEcY-mPtBHaBwJE1WFkpIwNghw7ZfrG4uyuDJgM,1146625
|
|
28
28
|
mas/cli/templates/jdbccfg.yml.j2,sha256=cANbwkUkKEPQp-P3_BB_Llbt94457Ciagah2hOdySIM,1644
|
|
29
29
|
mas/cli/templates/suite_mongocfg.yml.j2,sha256=WrgJUfGyvfaRIHjY5VR_zLZ5irTpV5khKNq76ejIxKU,1606
|
|
30
30
|
mas/cli/templates/pod-templates/best-effort/ibm-data-dictionary-assetdatadictionary.yml,sha256=8VG_FDFcEjWNaAOZTcS58Pe0tWOXC10SJLloNqzEMC8,757
|
|
@@ -107,8 +107,8 @@ mas/cli/upgrade/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc,5
|
|
|
107
107
|
mas/cli/upgrade/app.py,sha256=ZaT8tGrFfIsZM2dkvoYBy89EiqQ0ZKgEfhbMYdf0UEc,8873
|
|
108
108
|
mas/cli/upgrade/argParser.py,sha256=5JxAcbwKjFKCKnbucCxg7Xacdhjphb9nRORfsgB1h_0,2196
|
|
109
109
|
mas/cli/upgrade/settings/__init__.py,sha256=QI2CUsj-NXBU1qrPOsOk4MbeWnfNq0UOF3rYYc_1l2A,775
|
|
110
|
-
mas_cli-14.
|
|
111
|
-
mas_cli-14.
|
|
112
|
-
mas_cli-14.
|
|
113
|
-
mas_cli-14.
|
|
114
|
-
mas_cli-14.
|
|
110
|
+
mas_cli-14.1.0.data/scripts/mas-cli,sha256=ijL4Ecg_2fRtdrQ8Mk28qsi6o3O6KRIAUM8BUry5cPs,3621
|
|
111
|
+
mas_cli-14.1.0.dist-info/METADATA,sha256=m1db02NaUV6Tos4h-xYnwgAiLPuwSWryWRBMZqX28bs,2258
|
|
112
|
+
mas_cli-14.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
113
|
+
mas_cli-14.1.0.dist-info/top_level.txt,sha256=_Hlsp7pvMvyV14LFg-vk1hULq30j61EILnnxMFIhhc8,4
|
|
114
|
+
mas_cli-14.1.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|