Skip to content

Commit f8ec51a

Browse files
committed
move to august catalog
1 parent b3ee03c commit f8ec51a

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ clean:
77
rm -rf venv
88

99
install: venv
10-
. venv/bin/activate && python -m pip install --editable .[dev]
10+
. venv/Scripts/activate && python -m pip install --editable .[dev]
1111

1212
build: venv
1313
rm -f README.rst
14-
. venv/bin/activate && python -m build
14+
. venv/Scripts/activate && python -m build
1515

1616
lint: venv
1717
rm -f README.rst
18-
. venv/bin/activate && flake8 src --count --select=E9,F63,F7,F82 --show-source --statistics && flake8 src --count --exit-zero --max-complexity=10 --max-line-length=200 --statistics
18+
. venv/Scripts/activate && flake8 src --count --select=E9,F63,F7,F82 --show-source --statistics && flake8 src --count --exit-zero --max-complexity=10 --max-line-length=200 --statistics
1919

2020
pyinstaller: venv
2121
rm -f README.rst
22-
. venv/bin/activate && pyinstaller src/mas-upgrade --onefile --noconfirm --add-data="src/mas/devops/templates/ibm-mas-tekton.yaml:mas/devops/templates" --add-data="src/mas/devops/templates/subscription.yml.j2:mas/devops/templates/" --add-data="src/mas/devops/templates/pipelinerun-upgrade.yml.j2:mas/devops/templates/"
22+
. venv/Scripts/activate && pyinstaller src/mas-upgrade --onefile --noconfirm --add-data="src/mas/devops/templates/ibm-mas-tekton.yaml:mas/devops/templates" --add-data="src/mas/devops/templates/subscription.yml.j2:mas/devops/templates/" --add-data="src/mas/devops/templates/pipelinerun-upgrade.yml.j2:mas/devops/templates/"

src/mas/devops/data/catalogs/v9-250624-amd64.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ spark_version: 10.2.0 # Operator version 7.3.0
4242
cognos_version: 27.2.0 # Operator version 25.0.0
4343
couchdb_version: 1.0.13 # Operator version 2.2.1 (1.0.13) sticking with 1.0.13 # (This is required for Assist 9.0, https://github.com/IBM/cloud-pak/blob/master/repo/case/ibm-couchdb/index.yaml)
4444
elasticsearch_version: 1.1.2570 # Operator version 1.1.2470
45-
minio_version: RELEASE.2025-06-13T11-33-47Z
46-
mariadb_version: 1-188
4745

4846

4947
# Maximo Application Suite
@@ -141,4 +139,4 @@ cpd_product_version_default: 5.1.3
141139

142140
# Extra Images for kmodels
143141
# ------------------------------------------------------------------------------
144-
kmodels_extras_version: 1.0.13
142+
kmodels_extras_version_default: 1.0.11

src/mas/devops/data/catalogs/v9-250828-amd64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spark_version: 10.2.0 # Operator version 7.3.0
4141
cognos_version: 27.2.0 # Operator version 25.0.0
4242
couchdb_version: 1.0.13 # Operator version 2.2.1 (1.0.13) sticking with 1.0.13 # (This is required for Assist 9.0, https://github.com/IBM/cloud-pak/blob/master/repo/case/ibm-couchdb/index.yaml)
4343
elasticsearch_version: 1.1.2667 # Operator version 1.1.2667
44-
44+
minio_version: RELEASE.2025-06-13T11-33-47Z
4545

4646
# Maximo Application Suite
4747
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)