-
Notifications
You must be signed in to change notification settings - Fork 174
Description
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.