chore(chart-deps): update oauth2-proxy to version 10.0.0#2842
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR upgrades the OAuth2-Proxy Helm chart from version 8.5.1 to 10.0.0, addressing breaking changes in the Redis subchart dependency structure and improving the Redis HA configuration. The upgrade includes enhanced network policies for Redis and refinements to the values migration framework to handle complex value relocations.
Changes:
- Updated OAuth2-Proxy chart dependency to use
redis-hapath instead of aliasedredisconfiguration - Enhanced values migration framework to properly handle relocations before deletions
- Added network policies for Redis and improved Redis HA setup with HAProxy configuration
Reviewed changes
Copilot reviewed 24 out of 26 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| charts/oauth2-proxy/Chart.yaml | Updated chart version to 10.0.0 and redis-ha dependency version to 4.35.5, removed alias |
| chart/chart-index/Chart.yaml | Updated oauth2-proxy chart version reference to 10.0.0 |
| charts/oauth2-proxy/values.yaml | Changed redis subchart key from redis to redis-ha, updated image structure to support global registry |
| charts/oauth2-proxy/templates/*.yaml | Updated template references from .Values.redis to use redis-ha helper functions |
| values/oauth2-proxy/oauth2-proxy.gotmpl | Restructured Redis configuration to support HA setup with network policies and HAProxy |
| values-schema.yaml | Updated schema to reflect new Redis configuration structure with replicas and simplified persistence |
| values-changes.yaml | Added version 47 migration with relocations and deletions for Redis configuration |
| src/cmd/migrate.ts | Reordered migration operations to execute deletions after relocations |
| helmfile.d/snippets/defaults.yaml | Updated default values to match new Redis configuration schema |
| tests/fixtures/env/* | Updated test fixtures to reflect new configuration and spec version |
| charts/oauth2-proxy/charts/redis-ha/* | Updated redis-ha subchart with additional ports support and split brain detection probes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
CasLubbers
approved these changes
Jan 16, 2026
Contributor
CasLubbers
left a comment
There was a problem hiding this comment.
Tested on cluster and worked
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
This PR upgrades the OAuth2-Proxy Helm chart. The application itself has not been updated. However, the values structure already had mismatches before this upgrade, and the Redis configuration is changing with this release.
This required smaller changes in the values migration framework, as it was otherwise not possible to relocate one value out of an otherwise obsolete object and delete it.
Additionally network policies have been added for Redis and the Redis HA setup have been improved.
🔍 Reviewer Notes
🧹 Checklist