Skip to content

Update bitnami/nginx chart version in helm tests#1648

Merged
james00012 merged 6 commits intomainfrom
fix/helm-test-failures
Dec 29, 2025
Merged

Update bitnami/nginx chart version in helm tests#1648
james00012 merged 6 commits intomainfrom
fix/helm-test-failures

Conversation

@james00012
Copy link
Copy Markdown
Contributor

@james00012 james00012 commented Dec 26, 2025

Summary

  • Update bitnami/nginx chart from 13.2.23 to 22.4.0 (old images removed due to Bitnami retention policy)
  • Increase pod wait timeout from 5 to 10 minutes to handle slower CI and resource contention

Test plan

  • Verify image pulls successfully (tested locally)
  • Verify helm tests pass in CircleCI

- Update bitnami/nginx chart from 13.2.23 to 18.2.0 (old images likely
  removed from Docker Hub due to Bitnami retention policy)
- Increase pod wait timeout from 5 to 10 minutes to handle slower CI
  environments and resource contention
@james00012 james00012 force-pushed the fix/helm-test-failures branch from 6a82cdd to 427eb7a Compare December 26, 2025 20:50
Version 18.2.0 used image tag 1.27.1-debian-12-r5 which is no longer
available on Docker Hub. Bitnami removes old images aggressively.
Updated to latest version 22.4.0 which has available images.
The bitnami/nginx chart 22.4.0 creates a PodDisruptionBudget using
policy/v1 API, which is not available on older Kubernetes versions.
Disable PDB creation to allow the test to run on the CI environment.
Same fix as install_test.go - disable PodDisruptionBudget creation
since the CI Kubernetes cluster doesn't support policy/v1 API.
The KEDA chart now has additional namespace references including in
the metrics-service-address args, increasing the diff count from 24
to 27.
@james00012 james00012 merged commit 34b09d4 into main Dec 29, 2025
2 of 3 checks 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