Skip to content

Commit 146fe5e

Browse files
committed
move to august catalog
1 parent 3c4eb3a commit 146fe5e

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,11 +7,11 @@ 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
# Note: "make install" needs to be ran once before this target will work, but we
1717
# don't want to set it as a dependency otherwise it unnecessarily slows down
@@ -23,8 +23,8 @@ unit-test:
2323

2424
lint: venv
2525
rm -f README.rst
26-
. 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
26+
. 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
2727

2828
pyinstaller: venv
2929
rm -f README.rst
30-
. 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/"
30+
. 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)