Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CASM-4348: product catalog enhancements to avoid size limitations #3168

Merged
merged 1 commit into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions docker/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,6 @@ artifactory.algol60.net/csm-docker/stable:
- 1.10.0

# Images needed by IUF and possibly non-CSM products
cray-product-catalog-update:
- 1.3.1
- 1.3.2
- 1.8.8
- 1.8.12
- 1.9.0
- 1.10.0
cray-nexus-setup:
- 0.10.1

Expand Down
8 changes: 4 additions & 4 deletions manifests/sysmgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,13 @@ spec:
timeout: 20m0s
- name: cray-csm-barebones-recipe-install
source: csm-algol60
version: 2.4.0
version: 2.5.0
namespace: services
values:
cray-import-kiwi-recipe-image:
import_image:
image:
tag: 2.4.0
tag: 2.5.0
- name: cray-ims
source: csm-algol60
version: 3.12.0
Expand Down Expand Up @@ -203,7 +203,7 @@ spec:
# Unless there is a specific reason not to, this version should be
# updated whenever the cray-product-catalog chart version is updated, and
# vice versa.
tag: 1.10.0
tag: 2.0.0
import_job:
initContainers:
# This init container will write the desired cray-sat version to vars/main.yml
Expand Down Expand Up @@ -243,7 +243,7 @@ spec:
# Unless there is a specific reason not to, this version should be
# updated whenever the csm-config catalog image version is updated, and
# vice versa.
version: 1.10.0
version: 2.0.0
namespace: services

# Cray UAS Manager service
Expand Down