Skip to content

Commit f7a64fd

Browse files
committed
Explain how to do a pre-release
Signed-off-by: Richard Wall <[email protected]>
1 parent e938365 commit f7a64fd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,13 @@ is released manually, as follows:
8989

9090
```sh
9191
export VERSION=0.1.43
92-
helm package deploy/charts/venafi-kubernetes-agent
92+
helm package deploy/charts/venafi-kubernetes-agent --version "${VERSION}"
9393
helm push venafi-kubernetes-agent-${VERSION}.tgz oci://eu.gcr.io/jetstack-secure-enterprise/charts
9494
```
9595

96+
> ℹ️ To test the Helm chart before releasing it, use a [pre-release suffix](https://semver.org/#spec-item-9). E.g.
97+
> `export VERSION=0.1.43-alpha.0`.
98+
9699
The chart will be mirrored to
97100

98101
### Helm Chart: jetstack-agent

deploy/charts/venafi-kubernetes-agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: venafi-kubernetes-agent
33
description: |-
44
The Venafi Kubernetes Agent connects your Kubernetes or Openshift cluster to the Venafi Control Plane.
55
type: application
6-
version: 0.1.43-alpha.1
6+
version: 0.1.43
77
appVersion: "v0.1.43"

0 commit comments

Comments
 (0)