Update bitnami/nginx chart version in helm tests#1648
Merged
james00012 merged 6 commits intomainfrom Dec 29, 2025
Merged
Conversation
- 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
6a82cdd to
427eb7a
Compare
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.
denis256
approved these changes
Dec 29, 2025
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.
Summary
Test plan