mas-cli 13.9.0__py3-none-any.whl → 13.10.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/catalogs.py +2 -2
- mas/cli/install/settings/kafkaSettings.py +2 -2
- mas/cli/templates/ibm-mas-tekton.yaml +102 -102
- mas/cli/update/app.py +8 -6
- {mas_cli-13.9.0.dist-info → mas_cli-13.10.0.dist-info}/METADATA +1 -1
- {mas_cli-13.9.0.dist-info → mas_cli-13.10.0.dist-info}/RECORD +11 -11
- {mas_cli-13.9.0.data → mas_cli-13.10.0.data}/scripts/mas-cli +0 -0
- {mas_cli-13.9.0.dist-info → mas_cli-13.10.0.dist-info}/WHEEL +0 -0
- {mas_cli-13.9.0.dist-info → mas_cli-13.10.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 = "13.
|
|
120
|
+
self.version = "13.10.0"
|
|
121
121
|
self.h1count = 0
|
|
122
122
|
self.h2count = 0
|
|
123
123
|
|
mas/cli/install/catalogs.py
CHANGED
|
@@ -9,15 +9,15 @@
|
|
|
9
9
|
# *****************************************************************************
|
|
10
10
|
supportedCatalogs = {
|
|
11
11
|
"amd64": [
|
|
12
|
+
"v9-250306-amd64",
|
|
12
13
|
"v9-250206-amd64",
|
|
13
14
|
"v9-250109-amd64",
|
|
14
15
|
"v9-241205-amd64",
|
|
15
|
-
"v9-241107-amd64",
|
|
16
16
|
],
|
|
17
17
|
"s390x": [
|
|
18
|
+
"v9-250306-amd64",
|
|
18
19
|
"v9-250206-s390x",
|
|
19
20
|
"v9-250109-s390x",
|
|
20
21
|
"v9-241205-s390x",
|
|
21
|
-
"v9-241107-s390x",
|
|
22
22
|
],
|
|
23
23
|
}
|
|
@@ -47,7 +47,7 @@ class KafkaSettingsMixin():
|
|
|
47
47
|
])
|
|
48
48
|
if self.showAdvancedOptions:
|
|
49
49
|
self.promptForString("Strimzi namespace", "kafka_namespace", default="strimzi")
|
|
50
|
-
self.promptForString("Kafka version", "kafka_version", default="3.
|
|
50
|
+
self.promptForString("Kafka version", "kafka_version", default="3.9.0")
|
|
51
51
|
|
|
52
52
|
elif self.getParam("kafka_provider") == "redhat":
|
|
53
53
|
self.printDescription([
|
|
@@ -58,7 +58,7 @@ class KafkaSettingsMixin():
|
|
|
58
58
|
" - If you are using older operator catalogs (e.g. in a disconnected install) you should confirm the supported versions in your OperatorHub"
|
|
59
59
|
])
|
|
60
60
|
self.promptForString("Install namespace", "kafka_namespace", default="amq-streams")
|
|
61
|
-
self.promptForString("Kafka version", "kafka_version", default="3.
|
|
61
|
+
self.promptForString("Kafka version", "kafka_version", default="3.8.0")
|
|
62
62
|
|
|
63
63
|
elif self.getParam("kafka_provider") == "ibm":
|
|
64
64
|
print()
|
|
@@ -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.
|
|
234
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
235
235
|
imagePullPolicy: $(params.image_pull_policy)
|
|
236
236
|
# --------------------------------------------------------------------------------
|
|
237
237
|
# /home/runner/work/cli/cli/tekton/target/tasks/appconnect.yaml
|
|
@@ -342,7 +342,7 @@ spec:
|
|
|
342
342
|
command:
|
|
343
343
|
- /opt/app-root/src/run-role.sh
|
|
344
344
|
- appconnect
|
|
345
|
-
image: quay.io/ibmmas/cli:13.
|
|
345
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
346
346
|
imagePullPolicy: $(params.image_pull_policy)
|
|
347
347
|
workingDir: /workspace/configs
|
|
348
348
|
|
|
@@ -460,7 +460,7 @@ spec:
|
|
|
460
460
|
command:
|
|
461
461
|
- /opt/app-root/src/run-role.sh
|
|
462
462
|
- arcgis
|
|
463
|
-
image: quay.io/ibmmas/cli:13.
|
|
463
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
464
464
|
imagePullPolicy: $(params.image_pull_policy)
|
|
465
465
|
# --------------------------------------------------------------------------------
|
|
466
466
|
# /home/runner/work/cli/cli/tekton/target/tasks/cert-manager.yaml
|
|
@@ -530,7 +530,7 @@ spec:
|
|
|
530
530
|
command:
|
|
531
531
|
- /opt/app-root/src/run-role.sh
|
|
532
532
|
- cert_manager
|
|
533
|
-
image: quay.io/ibmmas/cli:13.
|
|
533
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
534
534
|
imagePullPolicy: $(params.image_pull_policy)
|
|
535
535
|
workingDir: /workspace/configs
|
|
536
536
|
# --------------------------------------------------------------------------------
|
|
@@ -596,7 +596,7 @@ spec:
|
|
|
596
596
|
command:
|
|
597
597
|
- /opt/app-root/src/run-role.sh
|
|
598
598
|
- common_services
|
|
599
|
-
image: quay.io/ibmmas/cli:13.
|
|
599
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
600
600
|
imagePullPolicy: $(params.image_pull_policy)
|
|
601
601
|
workingDir: /workspace/configs
|
|
602
602
|
# --------------------------------------------------------------------------------
|
|
@@ -723,7 +723,7 @@ spec:
|
|
|
723
723
|
command:
|
|
724
724
|
- /opt/app-root/src/run-role.sh
|
|
725
725
|
- cos
|
|
726
|
-
image: quay.io/ibmmas/cli:13.
|
|
726
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
727
727
|
imagePullPolicy: $(params.image_pull_policy)
|
|
728
728
|
workingDir: /workspace/configs
|
|
729
729
|
|
|
@@ -843,7 +843,7 @@ spec:
|
|
|
843
843
|
command:
|
|
844
844
|
- /opt/app-root/src/run-role.sh
|
|
845
845
|
- cp4d_service
|
|
846
|
-
image: quay.io/ibmmas/cli:13.
|
|
846
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
847
847
|
imagePullPolicy: $(params.image_pull_policy)
|
|
848
848
|
workingDir: /workspace/configs
|
|
849
849
|
# --------------------------------------------------------------------------------
|
|
@@ -960,7 +960,7 @@ spec:
|
|
|
960
960
|
command:
|
|
961
961
|
- /opt/app-root/src/run-role.sh
|
|
962
962
|
- cp4d_service
|
|
963
|
-
image: quay.io/ibmmas/cli:13.
|
|
963
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
964
964
|
imagePullPolicy: $(params.image_pull_policy)
|
|
965
965
|
workingDir: /workspace/configs
|
|
966
966
|
|
|
@@ -1066,7 +1066,7 @@ spec:
|
|
|
1066
1066
|
command:
|
|
1067
1067
|
- /opt/app-root/src/run-role.sh
|
|
1068
1068
|
- cp4d
|
|
1069
|
-
image: quay.io/ibmmas/cli:13.
|
|
1069
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
1070
1070
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1071
1071
|
# --------------------------------------------------------------------------------
|
|
1072
1072
|
# /home/runner/work/cli/cli/tekton/target/tasks/db2.yaml
|
|
@@ -1388,7 +1388,7 @@ spec:
|
|
|
1388
1388
|
command:
|
|
1389
1389
|
- /opt/app-root/src/run-role.sh
|
|
1390
1390
|
- db2
|
|
1391
|
-
image: quay.io/ibmmas/cli:13.
|
|
1391
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
1392
1392
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1393
1393
|
workingDir: /workspace/configs
|
|
1394
1394
|
|
|
@@ -1498,7 +1498,7 @@ spec:
|
|
|
1498
1498
|
command:
|
|
1499
1499
|
- /opt/app-root/src/run-role.sh
|
|
1500
1500
|
- eck
|
|
1501
|
-
image: quay.io/ibmmas/cli:13.
|
|
1501
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
1502
1502
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1503
1503
|
# --------------------------------------------------------------------------------
|
|
1504
1504
|
# /home/runner/work/cli/cli/tekton/target/tasks/gencfg-workspace.yaml
|
|
@@ -1587,7 +1587,7 @@ spec:
|
|
|
1587
1587
|
command:
|
|
1588
1588
|
- /opt/app-root/src/run-role.sh
|
|
1589
1589
|
- gencfg_workspace
|
|
1590
|
-
image: quay.io/ibmmas/cli:13.
|
|
1590
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
1591
1591
|
imagePullPolicy: $(params.image_pull_policy)
|
|
1592
1592
|
workingDir: /workspace/configs
|
|
1593
1593
|
|
|
@@ -1691,7 +1691,7 @@ spec:
|
|
|
1691
1691
|
- -c
|
|
1692
1692
|
name: gitops-bootstrap
|
|
1693
1693
|
imagePullPolicy: IfNotPresent
|
|
1694
|
-
image: quay.io/ibmmas/cli:13.
|
|
1694
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
1695
1695
|
workspaces:
|
|
1696
1696
|
- name: configs
|
|
1697
1697
|
# --------------------------------------------------------------------------------
|
|
@@ -1773,7 +1773,7 @@ spec:
|
|
|
1773
1773
|
- -c
|
|
1774
1774
|
name: gitops-cis-compliance
|
|
1775
1775
|
imagePullPolicy: IfNotPresent
|
|
1776
|
-
image: quay.io/ibmmas/cli:13.
|
|
1776
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
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.
|
|
2081
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
2082
2082
|
workspaces:
|
|
2083
2083
|
- name: configs
|
|
2084
2084
|
# --------------------------------------------------------------------------------
|
|
@@ -2181,7 +2181,7 @@ spec:
|
|
|
2181
2181
|
- -c
|
|
2182
2182
|
name: gitops-cos
|
|
2183
2183
|
imagePullPolicy: IfNotPresent
|
|
2184
|
-
image: quay.io/ibmmas/cli:13.
|
|
2184
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
2185
2185
|
workspaces:
|
|
2186
2186
|
- name: configs
|
|
2187
2187
|
# --------------------------------------------------------------------------------
|
|
@@ -2329,7 +2329,7 @@ spec:
|
|
|
2329
2329
|
- -c
|
|
2330
2330
|
name: gitops-cp4d-service
|
|
2331
2331
|
imagePullPolicy: IfNotPresent
|
|
2332
|
-
image: quay.io/ibmmas/cli:13.
|
|
2332
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
2333
2333
|
workspaces:
|
|
2334
2334
|
- name: configs
|
|
2335
2335
|
- name: shared-gitops-configs
|
|
@@ -2458,7 +2458,7 @@ spec:
|
|
|
2458
2458
|
- -c
|
|
2459
2459
|
name: gitops-cp4d
|
|
2460
2460
|
imagePullPolicy: IfNotPresent
|
|
2461
|
-
image: quay.io/ibmmas/cli:13.
|
|
2461
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
2462
2462
|
workspaces:
|
|
2463
2463
|
- name: configs
|
|
2464
2464
|
- name: shared-gitops-configs
|
|
@@ -2744,7 +2744,7 @@ spec:
|
|
|
2744
2744
|
- -c
|
|
2745
2745
|
name: gitops-db2u-database
|
|
2746
2746
|
imagePullPolicy: Always
|
|
2747
|
-
image: quay.io/ibmmas/cli:13.
|
|
2747
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
2748
2748
|
workspaces:
|
|
2749
2749
|
- name: configs
|
|
2750
2750
|
- name: shared-gitops-configs
|
|
@@ -2842,7 +2842,7 @@ spec:
|
|
|
2842
2842
|
- -c
|
|
2843
2843
|
name: gitops-db2u
|
|
2844
2844
|
imagePullPolicy: IfNotPresent
|
|
2845
|
-
image: quay.io/ibmmas/cli:13.
|
|
2845
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
2846
2846
|
workspaces:
|
|
2847
2847
|
- name: configs
|
|
2848
2848
|
# --------------------------------------------------------------------------------
|
|
@@ -2969,7 +2969,7 @@ spec:
|
|
|
2969
2969
|
- -c
|
|
2970
2970
|
name: gitops-delete-jdbc-config
|
|
2971
2971
|
imagePullPolicy: IfNotPresent
|
|
2972
|
-
image: quay.io/ibmmas/cli:13.
|
|
2972
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
2973
2973
|
workspaces:
|
|
2974
2974
|
- name: configs
|
|
2975
2975
|
# --------------------------------------------------------------------------------
|
|
@@ -3067,7 +3067,7 @@ spec:
|
|
|
3067
3067
|
- -c
|
|
3068
3068
|
name: gitops-delete-kafka-config
|
|
3069
3069
|
imagePullPolicy: Always
|
|
3070
|
-
image: quay.io/ibmmas/cli:13.
|
|
3070
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
3071
3071
|
workspaces:
|
|
3072
3072
|
- name: configs
|
|
3073
3073
|
|
|
@@ -3159,7 +3159,7 @@ spec:
|
|
|
3159
3159
|
- -c
|
|
3160
3160
|
name: gitops-deprovision-app-config
|
|
3161
3161
|
imagePullPolicy: IfNotPresent
|
|
3162
|
-
image: quay.io/ibmmas/cli:13.
|
|
3162
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
3163
3163
|
workspaces:
|
|
3164
3164
|
- name: configs
|
|
3165
3165
|
# --------------------------------------------------------------------------------
|
|
@@ -3244,7 +3244,7 @@ spec:
|
|
|
3244
3244
|
- -c
|
|
3245
3245
|
name: gitops-deprovision-app-install
|
|
3246
3246
|
imagePullPolicy: IfNotPresent
|
|
3247
|
-
image: quay.io/ibmmas/cli:13.
|
|
3247
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
3248
3248
|
workspaces:
|
|
3249
3249
|
- name: configs
|
|
3250
3250
|
# --------------------------------------------------------------------------------
|
|
@@ -3329,7 +3329,7 @@ spec:
|
|
|
3329
3329
|
- -c
|
|
3330
3330
|
name: gitops-deprovision-cluster
|
|
3331
3331
|
imagePullPolicy: IfNotPresent
|
|
3332
|
-
image: quay.io/ibmmas/cli:13.
|
|
3332
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
3333
3333
|
workspaces:
|
|
3334
3334
|
- name: configs
|
|
3335
3335
|
# --------------------------------------------------------------------------------
|
|
@@ -3448,7 +3448,7 @@ spec:
|
|
|
3448
3448
|
- -c
|
|
3449
3449
|
name: gitops-deprovision-cos
|
|
3450
3450
|
imagePullPolicy: IfNotPresent
|
|
3451
|
-
image: quay.io/ibmmas/cli:13.
|
|
3451
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
3452
3452
|
workspaces:
|
|
3453
3453
|
- name: configs
|
|
3454
3454
|
# --------------------------------------------------------------------------------
|
|
@@ -3541,7 +3541,7 @@ spec:
|
|
|
3541
3541
|
- -c
|
|
3542
3542
|
name: gitops-deprovision-db2u-database
|
|
3543
3543
|
imagePullPolicy: IfNotPresent
|
|
3544
|
-
image: quay.io/ibmmas/cli:13.
|
|
3544
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
3545
3545
|
workspaces:
|
|
3546
3546
|
- name: configs
|
|
3547
3547
|
|
|
@@ -3624,7 +3624,7 @@ spec:
|
|
|
3624
3624
|
- -c
|
|
3625
3625
|
name: gitops-deprovision-db2u
|
|
3626
3626
|
imagePullPolicy: IfNotPresent
|
|
3627
|
-
image: quay.io/ibmmas/cli:13.
|
|
3627
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
3628
3628
|
workspaces:
|
|
3629
3629
|
- name: configs
|
|
3630
3630
|
|
|
@@ -3732,7 +3732,7 @@ spec:
|
|
|
3732
3732
|
- -c
|
|
3733
3733
|
name: gitops-deprovision-efs
|
|
3734
3734
|
imagePullPolicy: IfNotPresent
|
|
3735
|
-
image: quay.io/ibmmas/cli:13.
|
|
3735
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
3736
3736
|
workspaces:
|
|
3737
3737
|
- name: configs
|
|
3738
3738
|
|
|
@@ -3842,7 +3842,7 @@ spec:
|
|
|
3842
3842
|
- -c
|
|
3843
3843
|
name: gitops-deprovision-kafka
|
|
3844
3844
|
imagePullPolicy: IfNotPresent
|
|
3845
|
-
image: quay.io/ibmmas/cli:13.
|
|
3845
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
3846
3846
|
workspaces:
|
|
3847
3847
|
- name: configs
|
|
3848
3848
|
# --------------------------------------------------------------------------------
|
|
@@ -3945,7 +3945,7 @@ spec:
|
|
|
3945
3945
|
- -c
|
|
3946
3946
|
name: gitops-deprovision-mongo
|
|
3947
3947
|
imagePullPolicy: IfNotPresent
|
|
3948
|
-
image: quay.io/ibmmas/cli:13.
|
|
3948
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
3949
3949
|
workspaces:
|
|
3950
3950
|
- name: configs
|
|
3951
3951
|
|
|
@@ -4002,7 +4002,7 @@ spec:
|
|
|
4002
4002
|
- -c
|
|
4003
4003
|
name: gitops-deprovision-rosa
|
|
4004
4004
|
imagePullPolicy: IfNotPresent
|
|
4005
|
-
image: quay.io/ibmmas/cli:13.
|
|
4005
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
4006
4006
|
workspaces:
|
|
4007
4007
|
- name: configs
|
|
4008
4008
|
# --------------------------------------------------------------------------------
|
|
@@ -4207,7 +4207,7 @@ spec:
|
|
|
4207
4207
|
- -c
|
|
4208
4208
|
name: gitops-deprovision-suite-config
|
|
4209
4209
|
imagePullPolicy: IfNotPresent
|
|
4210
|
-
image: quay.io/ibmmas/cli:13.
|
|
4210
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
4211
4211
|
workspaces:
|
|
4212
4212
|
- name: configs
|
|
4213
4213
|
|
|
@@ -4305,7 +4305,7 @@ spec:
|
|
|
4305
4305
|
- -c
|
|
4306
4306
|
name: gitops-deprovision-suite-idp-config
|
|
4307
4307
|
imagePullPolicy: IfNotPresent
|
|
4308
|
-
image: quay.io/ibmmas/cli:13.
|
|
4308
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
4309
4309
|
workspaces:
|
|
4310
4310
|
- name: configs
|
|
4311
4311
|
# --------------------------------------------------------------------------------
|
|
@@ -4397,7 +4397,7 @@ spec:
|
|
|
4397
4397
|
- -c
|
|
4398
4398
|
name: gitops-deprovision-suite-objectstorage-config
|
|
4399
4399
|
imagePullPolicy: IfNotPresent
|
|
4400
|
-
image: quay.io/ibmmas/cli:13.
|
|
4400
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
4401
4401
|
workspaces:
|
|
4402
4402
|
- name: configs
|
|
4403
4403
|
# --------------------------------------------------------------------------------
|
|
@@ -4609,7 +4609,7 @@ spec:
|
|
|
4609
4609
|
- -c
|
|
4610
4610
|
name: gitops-deprovision-suite-smtp-config
|
|
4611
4611
|
imagePullPolicy: IfNotPresent
|
|
4612
|
-
image: quay.io/ibmmas/cli:13.
|
|
4612
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
4613
4613
|
workspaces:
|
|
4614
4614
|
- name: configs
|
|
4615
4615
|
# --------------------------------------------------------------------------------
|
|
@@ -4702,7 +4702,7 @@ spec:
|
|
|
4702
4702
|
- -c
|
|
4703
4703
|
name: gitops-deprovision-suite-watson-studio-config
|
|
4704
4704
|
imagePullPolicy: IfNotPresent
|
|
4705
|
-
image: quay.io/ibmmas/cli:13.
|
|
4705
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
4706
4706
|
workspaces:
|
|
4707
4707
|
- name: configs
|
|
4708
4708
|
# --------------------------------------------------------------------------------
|
|
@@ -4793,7 +4793,7 @@ spec:
|
|
|
4793
4793
|
- -c
|
|
4794
4794
|
name: gitops-deprovision-suite-workspace
|
|
4795
4795
|
imagePullPolicy: Always
|
|
4796
|
-
image: quay.io/ibmmas/cli:13.
|
|
4796
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
4797
4797
|
workspaces:
|
|
4798
4798
|
- name: configs
|
|
4799
4799
|
# --------------------------------------------------------------------------------
|
|
@@ -4886,7 +4886,7 @@ spec:
|
|
|
4886
4886
|
- -c
|
|
4887
4887
|
name: gitops-deprovision-suite
|
|
4888
4888
|
imagePullPolicy: IfNotPresent
|
|
4889
|
-
image: quay.io/ibmmas/cli:13.
|
|
4889
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
4890
4890
|
workspaces:
|
|
4891
4891
|
- name: configs
|
|
4892
4892
|
|
|
@@ -4999,7 +4999,7 @@ spec:
|
|
|
4999
4999
|
- -c
|
|
5000
5000
|
name: gitops-dro
|
|
5001
5001
|
imagePullPolicy: IfNotPresent
|
|
5002
|
-
image: quay.io/ibmmas/cli:13.
|
|
5002
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
5003
5003
|
workspaces:
|
|
5004
5004
|
- name: configs
|
|
5005
5005
|
# --------------------------------------------------------------------------------
|
|
@@ -5116,7 +5116,7 @@ spec:
|
|
|
5116
5116
|
- -c
|
|
5117
5117
|
name: gitops-efs
|
|
5118
5118
|
imagePullPolicy: IfNotPresent
|
|
5119
|
-
image: quay.io/ibmmas/cli:13.
|
|
5119
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
5120
5120
|
workspaces:
|
|
5121
5121
|
- name: configs
|
|
5122
5122
|
|
|
@@ -5251,7 +5251,7 @@ spec:
|
|
|
5251
5251
|
- -c
|
|
5252
5252
|
name: gitops-jdbc-config
|
|
5253
5253
|
imagePullPolicy: Always
|
|
5254
|
-
image: quay.io/ibmmas/cli:13.
|
|
5254
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
5255
5255
|
workspaces:
|
|
5256
5256
|
- name: configs
|
|
5257
5257
|
- name: shared-gitops-configs
|
|
@@ -5347,7 +5347,7 @@ spec:
|
|
|
5347
5347
|
- -c
|
|
5348
5348
|
name: gitops-kafka-config
|
|
5349
5349
|
imagePullPolicy: Always
|
|
5350
|
-
image: quay.io/ibmmas/cli:13.
|
|
5350
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
5351
5351
|
workspaces:
|
|
5352
5352
|
- name: configs
|
|
5353
5353
|
|
|
@@ -5469,7 +5469,7 @@ spec:
|
|
|
5469
5469
|
- -c
|
|
5470
5470
|
name: gitops-kafka
|
|
5471
5471
|
imagePullPolicy: IfNotPresent
|
|
5472
|
-
image: quay.io/ibmmas/cli:13.
|
|
5472
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
5473
5473
|
workspaces:
|
|
5474
5474
|
- name: configs
|
|
5475
5475
|
# --------------------------------------------------------------------------------
|
|
@@ -5595,7 +5595,7 @@ spec:
|
|
|
5595
5595
|
- -c
|
|
5596
5596
|
name: gitops-license
|
|
5597
5597
|
imagePullPolicy: Always
|
|
5598
|
-
image: quay.io/ibmmas/cli:13.
|
|
5598
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
5599
5599
|
workspaces:
|
|
5600
5600
|
- name: shared-entitlement
|
|
5601
5601
|
|
|
@@ -6159,7 +6159,7 @@ spec:
|
|
|
6159
6159
|
- -c
|
|
6160
6160
|
name: gitops-mas-fvt-preparer
|
|
6161
6161
|
imagePullPolicy: Always
|
|
6162
|
-
image: quay.io/ibmmas/cli:13.
|
|
6162
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
6163
6163
|
workspaces:
|
|
6164
6164
|
- name: configs
|
|
6165
6165
|
- name: shared-additional-configs
|
|
@@ -6601,7 +6601,7 @@ spec:
|
|
|
6601
6601
|
- -c
|
|
6602
6602
|
name: gitops-mas-initiator
|
|
6603
6603
|
imagePullPolicy: IfNotPresent
|
|
6604
|
-
image: quay.io/ibmmas/cli:13.
|
|
6604
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
6605
6605
|
workspaces:
|
|
6606
6606
|
- name: configs
|
|
6607
6607
|
# --------------------------------------------------------------------------------
|
|
@@ -6709,7 +6709,7 @@ spec:
|
|
|
6709
6709
|
- -c
|
|
6710
6710
|
name: gitops-mongo
|
|
6711
6711
|
imagePullPolicy: IfNotPresent
|
|
6712
|
-
image: quay.io/ibmmas/cli:13.
|
|
6712
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
6713
6713
|
workspaces:
|
|
6714
6714
|
- name: configs
|
|
6715
6715
|
|
|
@@ -6831,7 +6831,7 @@ spec:
|
|
|
6831
6831
|
- -c
|
|
6832
6832
|
name: gitops-nvidia-gpu
|
|
6833
6833
|
imagePullPolicy: IfNotPresent
|
|
6834
|
-
image: quay.io/ibmmas/cli:13.
|
|
6834
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
6835
6835
|
workspaces:
|
|
6836
6836
|
- name: configs
|
|
6837
6837
|
# --------------------------------------------------------------------------------
|
|
@@ -6949,7 +6949,7 @@ spec:
|
|
|
6949
6949
|
- -c
|
|
6950
6950
|
name: gitops-process-mongo-user
|
|
6951
6951
|
imagePullPolicy: IfNotPresent
|
|
6952
|
-
image: quay.io/ibmmas/cli:13.
|
|
6952
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
6953
6953
|
workspaces:
|
|
6954
6954
|
- name: configs
|
|
6955
6955
|
# --------------------------------------------------------------------------------
|
|
@@ -7005,7 +7005,7 @@ spec:
|
|
|
7005
7005
|
- -c
|
|
7006
7006
|
name: gitops-rosa
|
|
7007
7007
|
imagePullPolicy: IfNotPresent
|
|
7008
|
-
image: quay.io/ibmmas/cli:13.
|
|
7008
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
7009
7009
|
workspaces:
|
|
7010
7010
|
- name: configs
|
|
7011
7011
|
# --------------------------------------------------------------------------------
|
|
@@ -7192,7 +7192,7 @@ spec:
|
|
|
7192
7192
|
- -c
|
|
7193
7193
|
name: gitops-suite-app-config
|
|
7194
7194
|
imagePullPolicy: IfNotPresent
|
|
7195
|
-
image: quay.io/ibmmas/cli:13.
|
|
7195
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
7196
7196
|
workspaces:
|
|
7197
7197
|
- name: configs
|
|
7198
7198
|
- name: shared-gitops-configs
|
|
@@ -7350,7 +7350,7 @@ spec:
|
|
|
7350
7350
|
- -c
|
|
7351
7351
|
name: gitops-suite-app-install
|
|
7352
7352
|
imagePullPolicy: Always
|
|
7353
|
-
image: quay.io/ibmmas/cli:13.
|
|
7353
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
7354
7354
|
workspaces:
|
|
7355
7355
|
- name: configs
|
|
7356
7356
|
- name: shared-gitops-configs
|
|
@@ -7456,7 +7456,7 @@ spec:
|
|
|
7456
7456
|
- -c
|
|
7457
7457
|
name: gitops-suite-certs
|
|
7458
7458
|
imagePullPolicy: IfNotPresent
|
|
7459
|
-
image: quay.io/ibmmas/cli:13.
|
|
7459
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
7460
7460
|
workspaces:
|
|
7461
7461
|
- name: configs
|
|
7462
7462
|
- name: certificates
|
|
@@ -7626,7 +7626,7 @@ spec:
|
|
|
7626
7626
|
- -c
|
|
7627
7627
|
name: gitops-suite-config
|
|
7628
7628
|
imagePullPolicy: IfNotPresent
|
|
7629
|
-
image: quay.io/ibmmas/cli:13.
|
|
7629
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
7630
7630
|
workspaces:
|
|
7631
7631
|
- name: configs
|
|
7632
7632
|
- name: shared-additional-configs
|
|
@@ -7726,7 +7726,7 @@ spec:
|
|
|
7726
7726
|
- -c
|
|
7727
7727
|
name: gitops-suite-dns
|
|
7728
7728
|
imagePullPolicy: IfNotPresent
|
|
7729
|
-
image: quay.io/ibmmas/cli:13.
|
|
7729
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
7730
7730
|
workspaces:
|
|
7731
7731
|
- name: configs
|
|
7732
7732
|
|
|
@@ -7850,7 +7850,7 @@ spec:
|
|
|
7850
7850
|
- -c
|
|
7851
7851
|
name: gitops-suite-idp-config
|
|
7852
7852
|
imagePullPolicy: IfNotPresent
|
|
7853
|
-
image: quay.io/ibmmas/cli:13.
|
|
7853
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
7854
7854
|
workspaces:
|
|
7855
7855
|
- name: configs
|
|
7856
7856
|
- name: shared-additional-configs
|
|
@@ -7951,7 +7951,7 @@ spec:
|
|
|
7951
7951
|
- -c
|
|
7952
7952
|
name: gitops-suite-objectstorage-config
|
|
7953
7953
|
imagePullPolicy: IfNotPresent
|
|
7954
|
-
image: quay.io/ibmmas/cli:13.
|
|
7954
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
7955
7955
|
workspaces:
|
|
7956
7956
|
- name: configs
|
|
7957
7957
|
- name: shared-gitops-configs
|
|
@@ -8350,7 +8350,7 @@ spec:
|
|
|
8350
8350
|
- -c
|
|
8351
8351
|
name: gitops-suite-smtp-config
|
|
8352
8352
|
imagePullPolicy: IfNotPresent
|
|
8353
|
-
image: quay.io/ibmmas/cli:13.
|
|
8353
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
8354
8354
|
workspaces:
|
|
8355
8355
|
- name: configs
|
|
8356
8356
|
|
|
@@ -8459,7 +8459,7 @@ spec:
|
|
|
8459
8459
|
- -c
|
|
8460
8460
|
name: gitops-suite-watson-studio-config
|
|
8461
8461
|
imagePullPolicy: IfNotPresent
|
|
8462
|
-
image: quay.io/ibmmas/cli:13.
|
|
8462
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
8463
8463
|
workspaces:
|
|
8464
8464
|
- name: configs
|
|
8465
8465
|
- name: shared-gitops-configs
|
|
@@ -8556,7 +8556,7 @@ spec:
|
|
|
8556
8556
|
- -c
|
|
8557
8557
|
name: gitops-suite-workspace
|
|
8558
8558
|
imagePullPolicy: IfNotPresent
|
|
8559
|
-
image: quay.io/ibmmas/cli:13.
|
|
8559
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
8560
8560
|
workspaces:
|
|
8561
8561
|
- name: configs
|
|
8562
8562
|
# --------------------------------------------------------------------------------
|
|
@@ -8841,7 +8841,7 @@ spec:
|
|
|
8841
8841
|
- -c
|
|
8842
8842
|
name: gitops-suite
|
|
8843
8843
|
imagePullPolicy: IfNotPresent
|
|
8844
|
-
image: quay.io/ibmmas/cli:13.
|
|
8844
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
8845
8845
|
workspaces:
|
|
8846
8846
|
- name: configs
|
|
8847
8847
|
- name: shared-gitops-configs
|
|
@@ -8891,7 +8891,7 @@ spec:
|
|
|
8891
8891
|
|
|
8892
8892
|
steps:
|
|
8893
8893
|
- name: grafana
|
|
8894
|
-
image: quay.io/ibmmas/cli:13.
|
|
8894
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
8895
8895
|
imagePullPolicy: $(params.image_pull_policy)
|
|
8896
8896
|
command:
|
|
8897
8897
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9025,7 +9025,7 @@ spec:
|
|
|
9025
9025
|
command:
|
|
9026
9026
|
- /opt/app-root/src/run-role.sh
|
|
9027
9027
|
- ibm_catalogs
|
|
9028
|
-
image: quay.io/ibmmas/cli:13.
|
|
9028
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
9029
9029
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9030
9030
|
workingDir: /workspace/configs
|
|
9031
9031
|
# --------------------------------------------------------------------------------
|
|
@@ -9267,7 +9267,7 @@ spec:
|
|
|
9267
9267
|
command:
|
|
9268
9268
|
- /opt/app-root/src/run-role.sh
|
|
9269
9269
|
- kafka
|
|
9270
|
-
image: quay.io/ibmmas/cli:13.
|
|
9270
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
9271
9271
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9272
9272
|
workingDir: /workspace/configs
|
|
9273
9273
|
|
|
@@ -9483,7 +9483,7 @@ spec:
|
|
|
9483
9483
|
command:
|
|
9484
9484
|
- /opt/app-root/src/run-role.sh
|
|
9485
9485
|
- kmodels
|
|
9486
|
-
image: quay.io/ibmmas/cli:13.
|
|
9486
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
9487
9487
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9488
9488
|
# --------------------------------------------------------------------------------
|
|
9489
9489
|
# /home/runner/work/cli/cli/tekton/target/tasks/mongodb.yaml
|
|
@@ -9661,7 +9661,7 @@ spec:
|
|
|
9661
9661
|
command:
|
|
9662
9662
|
- /opt/app-root/src/run-role.sh
|
|
9663
9663
|
- mongodb
|
|
9664
|
-
image: quay.io/ibmmas/cli:13.
|
|
9664
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
9665
9665
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9666
9666
|
workingDir: /workspace/configs
|
|
9667
9667
|
|
|
@@ -9704,7 +9704,7 @@ spec:
|
|
|
9704
9704
|
- $(params.base_output_dir)
|
|
9705
9705
|
- --extra-namespaces
|
|
9706
9706
|
- selenium
|
|
9707
|
-
image: quay.io/ibmmas/cli:13.
|
|
9707
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
9708
9708
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9709
9709
|
env:
|
|
9710
9710
|
- name: DEVOPS_MONGO_URI
|
|
@@ -9821,7 +9821,7 @@ spec:
|
|
|
9821
9821
|
command:
|
|
9822
9822
|
- /opt/app-root/src/run-role.sh
|
|
9823
9823
|
- nvidia_gpu
|
|
9824
|
-
image: quay.io/ibmmas/cli:13.
|
|
9824
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
9825
9825
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9826
9826
|
workingDir: /workspace/configs
|
|
9827
9827
|
|
|
@@ -9857,7 +9857,7 @@ spec:
|
|
|
9857
9857
|
# Verify Cluster
|
|
9858
9858
|
# -------------------------------------------------------------------------
|
|
9859
9859
|
- name: ocp-verify-cluster
|
|
9860
|
-
image: quay.io/ibmmas/cli:13.
|
|
9860
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
9861
9861
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9862
9862
|
command:
|
|
9863
9863
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9899,7 +9899,7 @@ spec:
|
|
|
9899
9899
|
# Verify Catalogs
|
|
9900
9900
|
# -------------------------------------------------------------------------
|
|
9901
9901
|
- name: ocp-verify-catalogs
|
|
9902
|
-
image: quay.io/ibmmas/cli:13.
|
|
9902
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
9903
9903
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9904
9904
|
command:
|
|
9905
9905
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9941,7 +9941,7 @@ spec:
|
|
|
9941
9941
|
# Verify Subscriptions
|
|
9942
9942
|
# -------------------------------------------------------------------------
|
|
9943
9943
|
- name: ocp-verify-subscriptions
|
|
9944
|
-
image: quay.io/ibmmas/cli:13.
|
|
9944
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
9945
9945
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9946
9946
|
command:
|
|
9947
9947
|
- /opt/app-root/src/run-role.sh
|
|
@@ -9983,7 +9983,7 @@ spec:
|
|
|
9983
9983
|
# Verify Workloads
|
|
9984
9984
|
# -------------------------------------------------------------------------
|
|
9985
9985
|
- name: ocp-verify-workloads
|
|
9986
|
-
image: quay.io/ibmmas/cli:13.
|
|
9986
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
9987
9987
|
imagePullPolicy: $(params.image_pull_policy)
|
|
9988
9988
|
command:
|
|
9989
9989
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10025,7 +10025,7 @@ spec:
|
|
|
10025
10025
|
# Verify Catalogs - Ingress TLS
|
|
10026
10026
|
# -------------------------------------------------------------------------
|
|
10027
10027
|
- name: ocp-verify-ingress
|
|
10028
|
-
image: quay.io/ibmmas/cli:13.
|
|
10028
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
10029
10029
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10030
10030
|
command:
|
|
10031
10031
|
- /opt/app-root/src/run-role.sh
|
|
@@ -10151,7 +10151,7 @@ spec:
|
|
|
10151
10151
|
command:
|
|
10152
10152
|
- /opt/app-root/src/run-role.sh
|
|
10153
10153
|
- ocp_verify
|
|
10154
|
-
image: quay.io/ibmmas/cli:13.
|
|
10154
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
10155
10155
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10156
10156
|
workingDir: /workspace/configs
|
|
10157
10157
|
# --------------------------------------------------------------------------------
|
|
@@ -10219,7 +10219,7 @@ spec:
|
|
|
10219
10219
|
command:
|
|
10220
10220
|
- /opt/app-root/src/run-role.sh
|
|
10221
10221
|
- ocs
|
|
10222
|
-
image: quay.io/ibmmas/cli:13.
|
|
10222
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
10223
10223
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10224
10224
|
workingDir: /workspace/configs
|
|
10225
10225
|
|
|
@@ -10455,7 +10455,7 @@ spec:
|
|
|
10455
10455
|
command:
|
|
10456
10456
|
- /opt/app-root/src/run-role.sh
|
|
10457
10457
|
- odh
|
|
10458
|
-
image: quay.io/ibmmas/cli:13.
|
|
10458
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
10459
10459
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10460
10460
|
# --------------------------------------------------------------------------------
|
|
10461
10461
|
# /home/runner/work/cli/cli/tekton/target/tasks/sls-registry-update.yaml
|
|
@@ -10631,7 +10631,7 @@ spec:
|
|
|
10631
10631
|
command:
|
|
10632
10632
|
- /opt/app-root/src/run-role.sh
|
|
10633
10633
|
- sls
|
|
10634
|
-
image: quay.io/ibmmas/cli:13.
|
|
10634
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
10635
10635
|
imagePullPolicy: $(params.image_pull_policy)
|
|
10636
10636
|
workingDir: /workspace/configs
|
|
10637
10637
|
|
|
@@ -11020,12 +11020,12 @@ spec:
|
|
|
11020
11020
|
command:
|
|
11021
11021
|
- /opt/app-root/src/run-role.sh
|
|
11022
11022
|
- suite_app_config
|
|
11023
|
-
image: quay.io/ibmmas/cli:13.
|
|
11023
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
11024
11024
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11025
11025
|
|
|
11026
11026
|
# If configmap/approval-app-cfg-$(params.mas_app_id) exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
11027
11027
|
- name: app-cfg-post-verify
|
|
11028
|
-
image: quay.io/ibmmas/cli:13.
|
|
11028
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
11029
11029
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11030
11030
|
command:
|
|
11031
11031
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
@@ -11220,7 +11220,7 @@ spec:
|
|
|
11220
11220
|
command:
|
|
11221
11221
|
- /opt/app-root/src/run-role.sh
|
|
11222
11222
|
- suite_app_install
|
|
11223
|
-
image: quay.io/ibmmas/cli:13.
|
|
11223
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
11224
11224
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11225
11225
|
|
|
11226
11226
|
workspaces:
|
|
@@ -11309,7 +11309,7 @@ spec:
|
|
|
11309
11309
|
command:
|
|
11310
11310
|
- /opt/app-root/src/run-role.sh
|
|
11311
11311
|
- suite_app_rollback
|
|
11312
|
-
image: quay.io/ibmmas/cli:13.
|
|
11312
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
11313
11313
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11314
11314
|
# --------------------------------------------------------------------------------
|
|
11315
11315
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-uninstall.yaml
|
|
@@ -11372,7 +11372,7 @@ spec:
|
|
|
11372
11372
|
command:
|
|
11373
11373
|
- /opt/app-root/src/run-role.sh
|
|
11374
11374
|
- suite_app_uninstall
|
|
11375
|
-
image: quay.io/ibmmas/cli:13.
|
|
11375
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
11376
11376
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11377
11377
|
# --------------------------------------------------------------------------------
|
|
11378
11378
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-upgrade.yaml
|
|
@@ -11447,7 +11447,7 @@ spec:
|
|
|
11447
11447
|
command:
|
|
11448
11448
|
- /opt/app-root/src/run-role.sh
|
|
11449
11449
|
- suite_app_upgrade
|
|
11450
|
-
image: quay.io/ibmmas/cli:13.
|
|
11450
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
11451
11451
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11452
11452
|
# --------------------------------------------------------------------------------
|
|
11453
11453
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-app-verify.yaml
|
|
@@ -11548,7 +11548,7 @@ spec:
|
|
|
11548
11548
|
command:
|
|
11549
11549
|
- /opt/app-root/src/run-role.sh
|
|
11550
11550
|
- suite_app_verify
|
|
11551
|
-
image: quay.io/ibmmas/cli:13.
|
|
11551
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
11552
11552
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11553
11553
|
# --------------------------------------------------------------------------------
|
|
11554
11554
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-certs.yaml
|
|
@@ -11691,7 +11691,7 @@ spec:
|
|
|
11691
11691
|
command:
|
|
11692
11692
|
- /opt/app-root/src/run-role.sh
|
|
11693
11693
|
- suite_certs
|
|
11694
|
-
image: quay.io/ibmmas/cli:13.
|
|
11694
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
11695
11695
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11696
11696
|
|
|
11697
11697
|
workspaces:
|
|
@@ -11758,7 +11758,7 @@ spec:
|
|
|
11758
11758
|
command:
|
|
11759
11759
|
- /opt/app-root/src/run-role.sh
|
|
11760
11760
|
- suite_config
|
|
11761
|
-
image: quay.io/ibmmas/cli:13.
|
|
11761
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
11762
11762
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11763
11763
|
workingDir: /workspace/configs
|
|
11764
11764
|
|
|
@@ -11829,7 +11829,7 @@ spec:
|
|
|
11829
11829
|
command:
|
|
11830
11830
|
- /opt/app-root/src/run-role.sh
|
|
11831
11831
|
- suite_db2_setup_for_manage
|
|
11832
|
-
image: quay.io/ibmmas/cli:13.
|
|
11832
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
11833
11833
|
imagePullPolicy: $(params.image_pull_policy)
|
|
11834
11834
|
# --------------------------------------------------------------------------------
|
|
11835
11835
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-dns.yaml
|
|
@@ -12019,7 +12019,7 @@ spec:
|
|
|
12019
12019
|
command:
|
|
12020
12020
|
- /opt/app-root/src/run-role.sh
|
|
12021
12021
|
- suite_dns
|
|
12022
|
-
image: quay.io/ibmmas/cli:13.
|
|
12022
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
12023
12023
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12024
12024
|
# --------------------------------------------------------------------------------
|
|
12025
12025
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-install.yaml
|
|
@@ -12268,7 +12268,7 @@ spec:
|
|
|
12268
12268
|
command:
|
|
12269
12269
|
- /opt/app-root/src/run-role.sh
|
|
12270
12270
|
- suite_install
|
|
12271
|
-
image: quay.io/ibmmas/cli:13.
|
|
12271
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
12272
12272
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12273
12273
|
workingDir: /workspace/configs
|
|
12274
12274
|
|
|
@@ -12356,7 +12356,7 @@ spec:
|
|
|
12356
12356
|
command:
|
|
12357
12357
|
- /opt/app-root/src/run-role.sh
|
|
12358
12358
|
- suite_rollback
|
|
12359
|
-
image: quay.io/ibmmas/cli:13.
|
|
12359
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
12360
12360
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12361
12361
|
# --------------------------------------------------------------------------------
|
|
12362
12362
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-uninstall.yaml
|
|
@@ -12421,7 +12421,7 @@ spec:
|
|
|
12421
12421
|
command:
|
|
12422
12422
|
- /opt/app-root/src/run-role.sh
|
|
12423
12423
|
- suite_uninstall
|
|
12424
|
-
image: quay.io/ibmmas/cli:13.
|
|
12424
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
12425
12425
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12426
12426
|
# --------------------------------------------------------------------------------
|
|
12427
12427
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-upgrade.yaml
|
|
@@ -12491,7 +12491,7 @@ spec:
|
|
|
12491
12491
|
command:
|
|
12492
12492
|
- /opt/app-root/src/run-role.sh
|
|
12493
12493
|
- suite_upgrade
|
|
12494
|
-
image: quay.io/ibmmas/cli:13.
|
|
12494
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
12495
12495
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12496
12496
|
# --------------------------------------------------------------------------------
|
|
12497
12497
|
# /home/runner/work/cli/cli/tekton/target/tasks/suite-verify.yaml
|
|
@@ -12558,12 +12558,12 @@ spec:
|
|
|
12558
12558
|
command:
|
|
12559
12559
|
- /opt/app-root/src/run-role.sh
|
|
12560
12560
|
- suite_verify
|
|
12561
|
-
image: quay.io/ibmmas/cli:13.
|
|
12561
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
12562
12562
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12563
12563
|
|
|
12564
12564
|
# If configmap/approval-suite-verify exists then set STATUS=pending and wait for it to be changed to "approved"
|
|
12565
12565
|
- name: suite-post-verify
|
|
12566
|
-
image: quay.io/ibmmas/cli:13.
|
|
12566
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
12567
12567
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12568
12568
|
script: |
|
|
12569
12569
|
#!/usr/bin/env bash
|
|
@@ -12691,7 +12691,7 @@ spec:
|
|
|
12691
12691
|
command:
|
|
12692
12692
|
- /opt/app-root/src/run-role.sh
|
|
12693
12693
|
- turbonomic
|
|
12694
|
-
image: quay.io/ibmmas/cli:13.
|
|
12694
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
12695
12695
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12696
12696
|
# --------------------------------------------------------------------------------
|
|
12697
12697
|
# /home/runner/work/cli/cli/tekton/target/tasks/uds.yaml
|
|
@@ -12772,7 +12772,7 @@ spec:
|
|
|
12772
12772
|
# IBM User Data Services (UDS)
|
|
12773
12773
|
# -------------------------------------------------------------------------
|
|
12774
12774
|
- name: uds
|
|
12775
|
-
image: quay.io/ibmmas/cli:13.
|
|
12775
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
12776
12776
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12777
12777
|
workingDir: /workspace/configs
|
|
12778
12778
|
command:
|
|
@@ -12835,7 +12835,7 @@ spec:
|
|
|
12835
12835
|
# IBM Data Reporter Operator (DRO)
|
|
12836
12836
|
# -------------------------------------------------------------------------
|
|
12837
12837
|
- name: dro
|
|
12838
|
-
image: quay.io/ibmmas/cli:13.
|
|
12838
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
12839
12839
|
imagePullPolicy: $(params.image_pull_policy)
|
|
12840
12840
|
workingDir: /workspace/configs
|
|
12841
12841
|
command:
|
|
@@ -12921,7 +12921,7 @@ spec:
|
|
|
12921
12921
|
description: "The value to set"
|
|
12922
12922
|
steps:
|
|
12923
12923
|
- name: update-configmap
|
|
12924
|
-
image: quay.io/ibmmas/cli:13.
|
|
12924
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
12925
12925
|
command:
|
|
12926
12926
|
- /opt/app-root/src/update-configmap.sh
|
|
12927
12927
|
env:
|
|
@@ -12968,7 +12968,7 @@ spec:
|
|
|
12968
12968
|
|
|
12969
12969
|
steps:
|
|
12970
12970
|
- name: wait-for-configmap
|
|
12971
|
-
image: quay.io/ibmmas/cli:13.
|
|
12971
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
12972
12972
|
command:
|
|
12973
12973
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
12974
12974
|
env:
|
|
@@ -13049,7 +13049,7 @@ spec:
|
|
|
13049
13049
|
|
|
13050
13050
|
steps:
|
|
13051
13051
|
- name: wait-for-configmap
|
|
13052
|
-
image: quay.io/ibmmas/cli:13.
|
|
13052
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
13053
13053
|
command:
|
|
13054
13054
|
- /opt/app-root/src/wait-for-configmap.sh
|
|
13055
13055
|
env:
|
|
@@ -13109,7 +13109,7 @@ spec:
|
|
|
13109
13109
|
|
|
13110
13110
|
steps:
|
|
13111
13111
|
- name: wait
|
|
13112
|
-
image: quay.io/ibmmas/cli:13.
|
|
13112
|
+
image: quay.io/ibmmas/cli:13.10.0
|
|
13113
13113
|
command:
|
|
13114
13114
|
- /opt/app-root/src/wait-for-tekton.sh
|
|
13115
13115
|
env:
|
mas/cli/update/app.py
CHANGED
|
@@ -242,13 +242,13 @@ class UpdateApp(BaseApp):
|
|
|
242
242
|
self.printH1("Select IBM Maximo Operator Catalog Version")
|
|
243
243
|
self.printDescription([
|
|
244
244
|
"Select MAS Catalog",
|
|
245
|
-
" 1)
|
|
246
|
-
" 2)
|
|
247
|
-
" 3)
|
|
245
|
+
" 1) Mar 06 2025 Update (MAS 9.0.9, 8.11.20, & 8.10.23)",
|
|
246
|
+
" 2) Feb 06 2025 Update (MAS 9.0.8, 8.11.19, & 8.10.22)",
|
|
247
|
+
" 3) Jan 09 2025 Update (MAS 9.0.7, 8.11.18, & 8.10.21)",
|
|
248
248
|
])
|
|
249
249
|
|
|
250
250
|
catalogOptions = [
|
|
251
|
-
"v9-
|
|
251
|
+
"v9-250306-amd64", "v9-250206-amd64", "v9-250109-amd64"
|
|
252
252
|
]
|
|
253
253
|
self.promptForListSelect("Select catalog version", catalogOptions, "mas_catalog_version", default=1)
|
|
254
254
|
|
|
@@ -359,7 +359,8 @@ class UpdateApp(BaseApp):
|
|
|
359
359
|
"v9-241107-amd64": "7.0.12",
|
|
360
360
|
"v9-241205-amd64": "7.0.12",
|
|
361
361
|
"v9-250109-amd64": "7.0.12",
|
|
362
|
-
"v9-250206-amd64": "7.0.12"
|
|
362
|
+
"v9-250206-amd64": "7.0.12",
|
|
363
|
+
"v9-250306-amd64": "7.0.12"
|
|
363
364
|
}
|
|
364
365
|
catalogVersion = self.getParam('mas_catalog_version')
|
|
365
366
|
if catalogVersion in mongoVersions:
|
|
@@ -490,7 +491,8 @@ class UpdateApp(BaseApp):
|
|
|
490
491
|
"v9-241107-amd64": "4.8.0",
|
|
491
492
|
"v9-241205-amd64": "5.0.0",
|
|
492
493
|
"v9-250109-amd64": "5.0.0",
|
|
493
|
-
"v9-250206-amd64": "5.0.0"
|
|
494
|
+
"v9-250206-amd64": "5.0.0",
|
|
495
|
+
"v9-250306-amd64": "5.0.0"
|
|
494
496
|
}
|
|
495
497
|
|
|
496
498
|
with Halo(text='Checking for IBM Cloud Pak for Data', spinner=self.spinner) as h:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
mas/cli/__init__.py,sha256=
|
|
2
|
-
mas/cli/cli.py,sha256=
|
|
1
|
+
mas/cli/__init__.py,sha256=XBnXjwILoBl3a0cUFVb7mVxGCsYgZDnWgTQDcrT-Neg,527
|
|
2
|
+
mas/cli/cli.py,sha256=rcKRhZ-KoB_4HK7Nfc99Ou4H0NVknri2f_ZyZFAnSag,18175
|
|
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
|
|
@@ -7,17 +7,17 @@ mas/cli/install/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc,5
|
|
|
7
7
|
mas/cli/install/app.py,sha256=6Iy04SnvEAS5FjapWcaCUXKznMxbNhCA0qm2KTJWOB4,59925
|
|
8
8
|
mas/cli/install/argBuilder.py,sha256=D_j_VjjEoI82FlexLGf2s2Ccegdnd4v4NFGzyCeNnws,24885
|
|
9
9
|
mas/cli/install/argParser.py,sha256=T9CrHgcTI8oMi1_Hj8tkeCxjI7aMEbpoofp836R7Od8,35504
|
|
10
|
-
mas/cli/install/catalogs.py,sha256=
|
|
10
|
+
mas/cli/install/catalogs.py,sha256=Du4zPwBnhX7L8tz5JyTjSBiOxJcC0kvEFW8AWhI_JqE,751
|
|
11
11
|
mas/cli/install/params.py,sha256=G5oJAwvaUeH8P8snyTP2nQEpH8WrUz3kHlYromAtTRc,5028
|
|
12
12
|
mas/cli/install/summarizer.py,sha256=PaWyEEJLMjTV8e-3xlPpTpir9IlnG9x2JQyM1pJM8-k,21527
|
|
13
13
|
mas/cli/install/settings/__init__.py,sha256=RdyBSh-rM0wkuvILVzJ1gxjOtLuQ1mF6QbEL0MyiKIY,1034
|
|
14
14
|
mas/cli/install/settings/additionalConfigs.py,sha256=u9DTwGZkPLIGfbNrz6yXsBi39EZgk2bwJuDUrNm_Nio,10008
|
|
15
15
|
mas/cli/install/settings/db2Settings.py,sha256=YlMosXmxj8L71U_pcg0M9o38Xw2W1fOK8rdj0hPgpCA,13003
|
|
16
|
-
mas/cli/install/settings/kafkaSettings.py,sha256=
|
|
16
|
+
mas/cli/install/settings/kafkaSettings.py,sha256=r1uK-IApqB9IQiSNt_8sP0wa4FPJcXU_qnadhElEOuI,7241
|
|
17
17
|
mas/cli/install/settings/manageSettings.py,sha256=rBBq3r9AaDS5fLeKbItgLBnsguuZwyNKo80oYBBEB-0,16241
|
|
18
18
|
mas/cli/install/settings/mongodbSettings.py,sha256=UVt8vMLNpgyewlcymSystIhICnHsd0uoM9qpgezVjGg,2567
|
|
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=_Lh4V6mDWq-87ZimN3LDGvGLfg67LniEBhDGr2Bq8WY,832109
|
|
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
|
|
@@ -94,13 +94,13 @@ mas/cli/uninstall/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc
|
|
|
94
94
|
mas/cli/uninstall/app.py,sha256=uPJy3z-1Yt66MSFdZz1Qh8MjA97ZrQmjSgTx-Gqua9I,10047
|
|
95
95
|
mas/cli/uninstall/argParser.py,sha256=VVG4myUvFOtg98L6HAzpgGg7s5c-vub_UMZPGuNQko4,3452
|
|
96
96
|
mas/cli/update/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc,508
|
|
97
|
-
mas/cli/update/app.py,sha256=
|
|
97
|
+
mas/cli/update/app.py,sha256=VHdts2hNWQ-iV-6uOIEcyr9rRgRTH-gWxU2i59Q_E3c,38905
|
|
98
98
|
mas/cli/update/argParser.py,sha256=oOIXzB_rsI2p3og_5X5SFt_g7LURyEdLxZeiGCKq1nU,4711
|
|
99
99
|
mas/cli/upgrade/__init__.py,sha256=v0WJlcdrSycWGT5ofFjRDV3jTZ8AqVCz1AGxok4Khtc,508
|
|
100
100
|
mas/cli/upgrade/app.py,sha256=EuEZayc0nw9kA6Hz8M9Mv7uk0hgmspJSZCYhNEfCECk,6428
|
|
101
101
|
mas/cli/upgrade/argParser.py,sha256=pqzNDSHy6l13JunHWQLyOI-NFnDGDoVJ_HM07FLYJSc,2033
|
|
102
|
-
mas_cli-13.
|
|
103
|
-
mas_cli-13.
|
|
104
|
-
mas_cli-13.
|
|
105
|
-
mas_cli-13.
|
|
106
|
-
mas_cli-13.
|
|
102
|
+
mas_cli-13.10.0.data/scripts/mas-cli,sha256=BbibIX0psLEOZdcNaFcO4mJvStD0pKLAe-p-NwVTrBs,3439
|
|
103
|
+
mas_cli-13.10.0.dist-info/METADATA,sha256=PoCgCSJdjZS3ExS-tI9CpRcsq0VCv6MFAMBgQ-iBzQ8,2259
|
|
104
|
+
mas_cli-13.10.0.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
|
105
|
+
mas_cli-13.10.0.dist-info/top_level.txt,sha256=_Hlsp7pvMvyV14LFg-vk1hULq30j61EILnnxMFIhhc8,4
|
|
106
|
+
mas_cli-13.10.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|