File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
deploy/charts/venafi-kubernetes-agent Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,6 @@ The release process is semi-automated.
102
102
The ` v ` prefix [ breaks Helm OCI operations] ( https://github.com/helm/helm/issues/11107 ) .
103
103
1 . Increment ` appVersion ` value in [ Chart.yaml] ( deploy/charts/venafi-kubernetes-agent/Chart.yaml ) .
104
104
Use a ` v ` prefix, to match the Docker image tag.
105
- 1 . Increment the ` image.tag ` value in [ values.yaml] ( deploy/charts/venafi-kubernetes-agent/values.yaml ) .
106
- Use a ` v ` prefix.
107
105
1 . Commit the changes.
108
106
1 . Create a pull request and wait for it to be approved.
109
107
1 . Merge the branch.
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ name: venafi-kubernetes-agent
3
3
description : |-
4
4
The Venafi Kubernetes Agent connects your Kubernetes or Openshift cluster to the Venafi Control Plane.
5
5
type : application
6
- version : 0.1.49
7
- appVersion : " v0.1.49 "
6
+ version : 1.0.0
7
+ appVersion : " v1.0.0 "
You can’t perform that action at this time.
0 commit comments