Skip to content

Commit

Permalink
helm: bump to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maelvls committed Sep 3, 2024
1 parent 02fea91 commit 44b68c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ The release process is semi-automated.
The `v` prefix [breaks Helm OCI operations](https://github.com/helm/helm/issues/11107).
1. Increment `appVersion` value in [Chart.yaml](deploy/charts/venafi-kubernetes-agent/Chart.yaml).
Use a `v` prefix, to match the Docker image tag.
1. Increment the `image.tag` value in [values.yaml](deploy/charts/venafi-kubernetes-agent/values.yaml).
Use a `v` prefix.
1. Commit the changes.
1. Create a pull request and wait for it to be approved.
1. Merge the branch.
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/venafi-kubernetes-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: venafi-kubernetes-agent
description: |-
The Venafi Kubernetes Agent connects your Kubernetes or Openshift cluster to the Venafi Control Plane.
type: application
version: 0.1.49
appVersion: "v0.1.49"
version: 1.0.0
appVersion: "v1.0.0"

0 comments on commit 44b68c2

Please sign in to comment.