Skip to content

Commit

Permalink
[release-0.9] bump to v0.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ashley Davis <ashley.davis@venafi.com>
  • Loading branch information
SgtCoDFish committed Mar 13, 2024
1 parent 6455055 commit a2b081e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CODE_GENERATOR_VERSION ?= $(shell grep "k8s.io/code-generator" hack/tools/go.mod

IMAGE_PLATFORMS ?= linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le,linux/s390x

RELEASE_VERSION ?= v0.9.0
RELEASE_VERSION ?= v0.9.1

BUILDX_BUILDER ?= trust-manager-builder

Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/trust-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ sources:

kubeVersion: ">= 1.25.0-0" # The -0 is required for EKS: https://github.com/helm/helm/issues/10375

appVersion: v0.9.0
version: v0.9.0
appVersion: v0.9.1
version: v0.9.1

0 comments on commit a2b081e

Please sign in to comment.