Releases: xlts-dev/verdaccio-gke-charts
Releases · xlts-dev/verdaccio-gke-charts
verdaccio-gke-charts-0.3.0
A lightweight, private NPM proxy registry for GKE
verdaccio-gke-charts-0.2.8
A lightweight, private NPM proxy registry for GKE
verdaccio-gke-charts-0.1.8
A lightweight, private NPM proxy registry for GKE
verdaccio-gke-charts-0.1.7
Changes
- Add
topologySpreadConstraints
todeployment.yaml
so it can be set/overridden during ahelm install/upgrade
. - Add default value for
topologySpreadConstraints
set to[]
. - Update
README.md
appropriately.
verdaccio-gke-charts-0.1.6
Changes
- Update default Verdaccio version to
5.2.0
from5.1.6
- Add
spec.minReadySeconds
,spec.rollingUpdate.maxUnavailable
, andspec.template.spec.terminationGracePeriodSeconds
values to thedeployment
to mitigate GCP HTTP load balancer ingress 502 errors. - Add
lifecycle.prestop.exec.command
to the Verdaccio container definition in thedeployment
to allow Verdaccio to continue handling requests for 90 seconds after a termination signal is received. This mitigates GCP load balancer ingress 502 errors.
verdaccio-gke-charts-0.1.5
Changes
- Adds an optional
HorizontalPodAutoscaler
resource for the deployment (disabled by default). - Adds an
autoscaler
section to the default values file. - Updates README file to include documentation for the new values.
verdaccio-gke-charts-0.1.4
Changes
- Adds the ability to override the Verdaccio container
readinessProbe
. - Adds the ability to override the Verdaccio container
livenessProbe
. - Updates README file to include documentation for the new values.
verdaccio-gke-charts-0.1.3
Apply updates from upstream Helm Chart: https://github.com/verdaccio/charts/tree/verdaccio-4.4.0. This chart is now up-to-date with the verdaccio-4.4.0
tag from upstream.
All new commits with the exception of the Add htpasswd generator using helm commit have been cherry picked and applied to this chart. The "Add htpasswd generator using helm" commit was left out since we did not want to pull in this functionality.
verdaccio-gke-charts-0.1.2
fix(ingress): supply new required pathType for ingress v1 format
- only use
ImplementationSpecific
for now
verdaccio-gke-charts-0.1.1
- fix(ingress): update to new ingress v1 backend format