fix(images): imagepulls failing qa-dcp#338
Merged
Merged
Conversation
update old away from old branch
k-burt-uch
approved these changes
Jun 23, 2026
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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