Skip to content

README shows registry version 2.8.1, but values.yaml specifies 3.0.0 #193

@vassilismourikis

Description

@vassilismourikis

Description

There is a version mismatch between the documentation and the Helm chart defaults.

README.md states the registry version is 2.8.1

values.yaml sets the registry image tag to 3.0.0

This discrepancy can confuse users about which registry version is deployed by default.

References

README.md (shows version 2.8.1)

values.yaml:
https://github.com/twuni/docker-registry.helm/blob/main/values.yaml#L22C7-L22C13

Expected behavior

The registry version documented in README.md should match the default image version defined in values.yaml.

Actual behavior

README.md and values.yaml reference different registry versions (2.8.1 vs 3.0.0).

Suggested fix

Either:

Update README.md to reflect registry version 3.0.0, or

Change values.yaml to use 2.8.1, if that is the intended default.

Impact

Users may deploy an unexpected registry version or experience confusion when validating or troubleshooting deployments.

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