Skip to content

fix(images): imagepulls failing qa-dcp#338

Merged
jbarno merged 1 commit into
masterfrom
fix/dcp_images
Jun 23, 2026
Merged

fix(images): imagepulls failing qa-dcp#338
jbarno merged 1 commit into
masterfrom
fix/dcp_images

Conversation

@jbarno

@jbarno jbarno commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

update old away from old branch

Link to Jira ticket if there is one:

Environments

Description of changes

https://cdis.slack.com/archives/C02NBA8TTV4/p1782243083151229
Image pull backoff errors everywhere

update old away from old branch
@jbarno jbarno requested review from emalinowski and k-burt-uch June 23, 2026 21:00
@jbarno jbarno changed the title fix(images): imagepulls failing here fix(images): imagepulls failing qa-dcp Jun 23, 2026
@jbarno

jbarno commented Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

for posterity this also brings in:

Author: eric <98181083+ciresiemanym@users.noreply.github.com>
Date:   Thu Oct 9 14:02:34 2025 -0500

    Update QA BDC values.yaml

diff --git a/devplanetv2/dev-environments/qa-dcp-helm/values/values.yaml b/devplanetv2/dev-environments/qa-dcp-helm/values/values.yaml
index 68f3e95..d37894c 100644
--- a/devplanetv2/dev-environments/qa-dcp-helm/values/values.yaml
+++ b/devplanetv2/dev-environments/qa-dcp-helm/values/values.yaml
@@ -258,7 +258,7 @@ global:
       enabled: true
       wafAclArn: "arn:aws:wafv2:us-east-1:707767160287:regional/webacl/qaplanetv1-waf/c05150c9-4200-4a0e-8a46-3856379b12bc"
   dev: false
-  dictionaryUrl: https://s3.amazonaws.com/dictionary-artifacts/gtexdictionary/4.6.4/schema.json
+  dictionaryUrl: https://s3.amazonaws.com/dictionary-artifacts/gtexdictionary/feat/update_bdc_dd/schema.json
   dispatcherJobNum: '10'
   environment: qa-dcp
   externalSecrets:

commit 3bf2d8135a1c7bd3a418c68dd4d5a02d65a6fc77
Author: EliseCastle23 <109446148+EliseCastle23@users.noreply.github.com>
Date:   Tue Sep 9 12:02:26 2025 -0600

    adding WAF arn to ingress for all qa and dev envs.

diff --git a/devplanetv2/dev-environments/qa-dcp-helm/values/values.yaml b/devplanetv2/dev-environments/qa-dcp-helm/values/values.yaml
index f9f8989..68f3e95 100644
--- a/devplanetv2/dev-environments/qa-dcp-helm/values/values.yaml
+++ b/devplanetv2/dev-environments/qa-dcp-helm/values/values.yaml
@@ -254,6 +254,9 @@ global:
     secretStoreServiceAccount:
       enabled: true
       roleArn: arn:aws:iam::707767160287:role/qa-dcp-external-secrets-sa
+    wafv2:
+      enabled: true
+      wafAclArn: "arn:aws:wafv2:us-east-1:707767160287:regional/webacl/qaplanetv1-waf/c05150c9-4200-4a0e-8a46-3856379b12bc"
   dev: false
   dictionaryUrl: https://s3.amazonaws.com/dictionary-artifacts/gtexdictionary/4.6.4/schema.json
   dispatcherJobNum: '10'

Fix it after images are loading again.

@jbarno jbarno merged commit 3e8bef3 into master Jun 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants