Skip to content

Commit 44b68c2

Browse files
committed
helm: bump to v1.0.0
1 parent 02fea91 commit 44b68c2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
108106
1. Create a pull request and wait for it to be approved.
109107
1. Merge the branch.

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

Lines changed: 2 additions & 2 deletions
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.49
7-
appVersion: "v0.1.49"
6+
version: 1.0.0
7+
appVersion: "v1.0.0"

0 commit comments

Comments
 (0)