Skip to content

Releases: xlts-dev/verdaccio-gke-charts

verdaccio-gke-charts-0.3.0

11 May 15:33
c6e6a0b
Compare
Choose a tag to compare

A lightweight, private NPM proxy registry for GKE

verdaccio-gke-charts-0.2.8

27 Apr 17:17
dc03378
Compare
Choose a tag to compare

A lightweight, private NPM proxy registry for GKE

verdaccio-gke-charts-0.1.8

05 Nov 04:46
Compare
Choose a tag to compare

A lightweight, private NPM proxy registry for GKE

verdaccio-gke-charts-0.1.7

04 Nov 08:13
Compare
Choose a tag to compare

Changes

  1. Add topologySpreadConstraints to deployment.yaml so it can be set/overridden during a helm install/upgrade.
  2. Add default value for topologySpreadConstraints set to [].
  3. Update README.md appropriately.

verdaccio-gke-charts-0.1.6

29 Oct 06:41
Compare
Choose a tag to compare

Changes

  • Update default Verdaccio version to 5.2.0 from 5.1.6
  • Add spec.minReadySeconds, spec.rollingUpdate.maxUnavailable, and spec.template.spec.terminationGracePeriodSeconds values to the deployment to mitigate GCP HTTP load balancer ingress 502 errors.
  • Add lifecycle.prestop.exec.command to the Verdaccio container definition in the deployment 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

25 Oct 20:24
Compare
Choose a tag to compare

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

22 Oct 21:35
Compare
Choose a tag to compare

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

20 Oct 06:54
Compare
Choose a tag to compare

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

27 May 19:45
c2a68b0
Compare
Choose a tag to compare
Pre-release

fix(ingress): supply new required pathType for ingress v1 format

  • only use ImplementationSpecific for now

verdaccio-gke-charts-0.1.1

27 May 19:37
444686d
Compare
Choose a tag to compare
Pre-release
  • fix(ingress): update to new ingress v1 backend format