Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

helm charts use versioned labels in spec.selector.matchLabels #5

@Deaddy

Description

@Deaddy

Describe the bug
The helm charts use labels which include version in spec.selector.matchLabels, e.g. in
https://github.com/Sciebo-RDS/Sciebo-RDS/blob/develop/charts/layer0_web/templates/deployment.yaml#L16

This leads to errors when upgrading the helm charts, since these fields are immutable, requiring the user to delete/reinstall the helm chart.

To Reproduce
Steps to reproduce the behavior:

  1. have helm chart on older version installed
  2. try to install helm chart of newer version
  3. get the usual garbage-looking-helm-error-message

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions