You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-8Lines changed: 26 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,6 @@
3
3
[Verdaccio](https://www.verdaccio.org) is a lightweight private
4
4
[NPM](https://www.npmjs.com) proxy registry.
5
5
6
-
> ⚠️ This repo is in construction [more info here](https://github.com/verdaccio/verdaccio/issues/1767).
7
-
8
6
## TL;DR;
9
7
10
8
```
@@ -13,6 +11,8 @@ $ helm repo update
13
11
$ helm install verdaccio/verdaccio
14
12
```
15
13
14
+
> ⚠️ If you are using **stable/verdaccio** chart, [be aware is deprecated](https://github.com/helm/charts/pull/21929), forward all new PR and or issues to this repository.
15
+
16
16
## Introduction
17
17
18
18
This chart bootstraps a [Verdaccio](https://github.com/verdaccio/verdaccio)
@@ -26,10 +26,28 @@ deployment on a [Kubernetes](https://kubernetes.io) cluster using the
26
26
27
27
## Installing the Chart
28
28
29
-
To install the chart with the release name `my-release`:
0 commit comments