Skip to content

Commit

Permalink
Merge pull request #567 from jetstack/release-1.0.0
Browse files Browse the repository at this point in the history
Helm: bump version to 1.0.0 and appVersion to v1.0.0
  • Loading branch information
maelvls authored Sep 3, 2024
2 parents 02fea91 + 44b68c2 commit 2119b80
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 2119b80

Please sign in to comment.