Skip to content

Tags: verdaccio/charts

Tags

verdaccio-4.26.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update verdaccio to v6.0.5 (#164)

verdaccio-4.26.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: allow configurable deployment strategy (#163)

* feat: allow configurable deployment strategy

* ci: pin ubuntu version in lint-test.yaml

* ci: update python version in lint-test.yaml

verdaccio-4.25.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Chart.yaml (#161)

verdaccio-4.25.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update verdaccio to 6.0.3 (#160)

verdaccio-4.24.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: allow custom labels to ingress (#158)

* feat: allow custom labels to ingress

* Update Chart.yaml

---------

Co-authored-by: Juan Picado <juanpicado19@gmail.com>

verdaccio-4.23.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Provide ability to create statefulset (#156)

verdaccio-4.22.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update image to 6.0.2 (#157)

verdaccio-4.21.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow keeping the data volume (#155)

This commit makes it possible to add custom annotations to the PVC and introduces a new property that allows keeping the data volume on a Helm uninstall operation.

Signed-off-by: Christoph Fiehe <c.fiehe@eurodata.de>
Co-authored-by: Christoph Fiehe <c.fiehe@eurodata.de>

verdaccio-4.20.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feature: add caching nginx (#153)

verdaccio-4.19.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/152 update to v6 (#154)

* Don't use default 1 for replicaCount

Since `default` handles 0 (zero) as "not set", it's currently impossible to scale the helm chart to 0 replicas.
The default value in the values file is 1 anyways, so this should not cause a breaking change.

* Update Chart.yaml with new version

* Update README.md

* Update Chart.yaml

Switch to v6 image

* Update values.yaml

update documentation comment in values.yaml

---------

Co-authored-by: Juan Picado <juanpicado19@gmail.com>