Skip to content

Commit

Permalink
Update internal prods with recent version (#5425)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Shaposhnyk <[email protected]>
  • Loading branch information
mshaposhnik authored Jan 29, 2025
1 parent 0cf6f26 commit 9c94bc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ namespace: multi-platform-controller

resources:
- ../../base/common
- https://github.com/konflux-ci/multi-platform-controller/deploy/operator?ref=80d8f460fb3caa729942d62d23499656b3cee480
- https://github.com/konflux-ci/multi-platform-controller/deploy/otp?ref=80d8f460fb3caa729942d62d23499656b3cee480
- https://github.com/konflux-ci/multi-platform-controller/deploy/operator?ref=adb3e839881010eaec7cf635acc5ff3e53b7e0e8
- https://github.com/konflux-ci/multi-platform-controller/deploy/otp?ref=adb3e839881010eaec7cf635acc5ff3e53b7e0e8
- external-secrets.yaml

components:
Expand All @@ -15,7 +15,7 @@ components:
images:
- name: multi-platform-controller
newName: quay.io/konflux-ci/multi-platform-controller
newTag: 80d8f460fb3caa729942d62d23499656b3cee480
newTag: adb3e839881010eaec7cf635acc5ff3e53b7e0e8
- name: multi-platform-otp-server
newName: quay.io/konflux-ci/multi-platform-controller-otp-service
newTag: 80d8f460fb3caa729942d62d23499656b3cee480
newTag: adb3e839881010eaec7cf635acc5ff3e53b7e0e8
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ data:
dynamic.linux-largecpu-ppc64le.max-instances: "5"
dynamic.linux-largecpu-ppc64le.allocation-timeout: "1800"

# Same as linux-large-ppc64le but with 400GB disk instead of default 100GB
# Same as linux-large-ppc64le but with 200GB disk instead of default 100GB
dynamic.linux-d400-large-ppc64le.type: ibmp
dynamic.linux-d400-large-ppc64le.ssh-secret: "internal-prod-ibm-ssh-key"
dynamic.linux-d400-large-ppc64le.secret: "internal-prod-ibm-api-key"
Expand All @@ -568,7 +568,7 @@ data:
dynamic.linux-d400-large-ppc64le.memory: "16"
dynamic.linux-d400-large-ppc64le.max-instances: "30"
dynamic.linux-d400-large-ppc64le.allocation-timeout: "1800"
dynamic.linux-d400-large-ppc64le.disk: "400"
dynamic.linux-d400-large-ppc64le.disk: "200"

# AWS GPU Nodes
dynamic.linux-g6xlarge-amd64.type: aws
Expand Down

0 comments on commit 9c94bc9

Please sign in to comment.