Skip to content

chore(chart-deps): update oauth2-proxy to version 10.0.0#2842

Merged
merll merged 24 commits into
mainfrom
ci-update-oauth2-proxy-to-10.0.0
Jan 19, 2026
Merged

chore(chart-deps): update oauth2-proxy to version 10.0.0#2842
merll merged 24 commits into
mainfrom
ci-update-oauth2-proxy-to-10.0.0

Conversation

@merll
Copy link
Copy Markdown
Collaborator

@merll merll commented Jan 13, 2026

📌 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

  • Code is readable, maintainable, and robust.
  • Unit tests added/updated

@merll merll marked this pull request as draft January 13, 2026 09:17
@merll merll marked this pull request as ready for review January 14, 2026 14:27
@merll merll requested a review from Copilot January 15, 2026 09:28
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-ha path instead of aliased redis configuration
  • 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.

Comment thread src/cmd/migrate.test.ts
Copy link
Copy Markdown
Contributor

@CasLubbers CasLubbers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on cluster and worked

@merll merll merged commit 3bb2ee6 into main Jan 19, 2026
16 checks passed
@merll merll deleted the ci-update-oauth2-proxy-to-10.0.0 branch January 19, 2026 12:38
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.

4 participants