Skip to content

Redis values not applied for second dependency in umbrella chart #347

@yuiri-sedykh

Description

@yuiri-sedykh

We are deploying two oauth2-proxy instances (one for admin access and one for read-only access) using an umbrella Helm chart with two dependencies, like this:

dependencies:
  - name: oauth2-proxy
    version: 8.2.0
    repository: "oci://ghcr.io/oauth2-proxy/charts"
    alias: auth-read-only
  - name: oauth2-proxy
    version: 8.2.0
    repository: "oci://ghcr.io/oauth2-proxy/charts"
    alias: auth-admin

The problem:
For the second dependency in the list, the Redis values are not being overridden as expected, and instead the defaults from the original Redis Helm chart are applied.

This issue did not occur in versions < 8.0, when the chart used Bitnami Redis.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions