Skip to content

Commit

Permalink
Update versioning info in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
becitsthere authored Apr 8, 2022
1 parent c1d2df6 commit e5a47c9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,21 @@ $ helm repo add neuvector https://neuvector.github.io/neuvector-helm/
$ helm search repo neuvector/core
```

### Versioning

Helm charts for officially released product are published from the release branch of the repository. The main branch is used for the charts of the product in the development. Typically the charts in the main branch are published with the alpha, beta or rc tag. They can be discovered with --devel option.

```console
$ helm search repo neuvector/core
NAME CHART VERSION APP VERSION DESCRIPTION
neuvector/core 1.9.2 4.4.4-s2 Helm chart for NeuVector's core services

$ helm search repo becitsthere/core --devel
NAME CHART VERSION APP VERSION DESCRIPTION
neuvector/core 2.2.0-b1 5.0.0-b1 Helm chart for NeuVector's core services
neuvector/core 1.9.2 4.4.4-s2 Helm chart for NeuVector's core services
```

#### Kubernetes

- Create the NeuVector namespace.
Expand Down

0 comments on commit e5a47c9

Please sign in to comment.