Skip to content

Commit 8e3fce0

Browse files
committed
fix: increase quay-s3-credentials-setup job memory limit to 512Mi
The default 256Mi limit from the quay chart causes OOMKilled when the job runs oc apply to create the quay-config-with-s3 secret. Add the override to values-hub.yaml (commented quay-registry section) and to the feature fragments (quay.yaml, registry/option-1-quay.yaml).
1 parent 3470124 commit 8e3fce0

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

scripts/features/quay.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ clusterGroup:
2525
chartVersion: 0.1.*
2626
annotations:
2727
argocd.argoproj.io/sync-wave: "41"
28+
overrides:
29+
- name: job.image
30+
value: "registry.redhat.io/openshift4/ose-cli:latest"
31+
- name: job.resources.limits.memory
32+
value: "512Mi"

scripts/features/registry/option-1-quay.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ clusterGroup:
4141
overrides:
4242
- name: job.image
4343
value: "registry.redhat.io/openshift4/ose-cli:latest"
44+
- name: job.resources.limits.memory
45+
value: "512Mi"
4446

4547
merge_into_applications:
4648
supply-chain:

values-hub.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,11 @@ clusterGroup:
401401
# chartVersion: 0.1.*
402402
# annotations:
403403
# argocd.argoproj.io/sync-wave: "41" # Deploy after NooBaa storage backend
404+
# overrides:
405+
# - name: job.image
406+
# value: "registry.redhat.io/openshift4/ose-cli:latest"
407+
# - name: job.resources.limits.memory
408+
# value: "512Mi"
404409
# RHTAS with SPIFFE Integration
405410
# COMMENTED OUT: Uncomment to enable RHTAS with SPIFFE and Email issuers
406411
# Depends on: Vault, SPIRE, Keycloak (for Email OIDC issuer if used)

0 commit comments

Comments
 (0)