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.
102102 The ` v ` prefix [ breaks Helm OCI operations] ( https://github.com/helm/helm/issues/11107 ) .
103103 1 . Increment ` appVersion ` value in [ Chart.yaml] ( deploy/charts/venafi-kubernetes-agent/Chart.yaml ) .
104104 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.
107105 1 . Commit the changes.
1081061 . Create a pull request and wait for it to be approved.
1091071 . Merge the branch.
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ name: venafi-kubernetes-agent
33description : |-
44 The Venafi Kubernetes Agent connects your Kubernetes or Openshift cluster to the Venafi Control Plane.
55type : 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