Skip to content

Commit 858eced

Browse files
authored
Merge pull request #136 from SgtCoDFish/bump-v0.5.0
Bump to v0.5.0 for release
2 parents df1360e + f1c1bdb commit 858eced

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ BOILERSUITE_VERSION ?= v0.1.0
2929
GINKGO_VERSION ?= $(shell grep "github.com/onsi/ginkgo/v2" go.mod | awk '{print $$NF}')
3030
IMAGE_PLATFORMS ?= linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le
3131

32-
RELEASE_VERSION ?= v0.5.0-beta.1
32+
RELEASE_VERSION ?= v0.5.0
3333

3434
BUILDX_BUILDER ?= trust-manager-builder
3535

deploy/charts/trust-manager/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ maintainers:
1616
sources:
1717
- https://github.com/cert-manager/trust-manager
1818

19-
appVersion: v0.5.0-beta.1
20-
version: v0.5.0-beta.1
19+
appVersion: v0.5.0
20+
version: v0.5.0
2121

2222
annotations:
23-
artifacthub.io/prerelease: "true"
23+
artifacthub.io/prerelease: "false"

deploy/charts/trust-manager/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# trust-manager
22

3-
![Version: v0.5.0-beta.1](https://img.shields.io/badge/Version-v0.5.0--beta.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.5.0-beta.1](https://img.shields.io/badge/AppVersion-v0.5.0--beta.1-informational?style=flat-square)
3+
![Version: v0.5.0](https://img.shields.io/badge/Version-v0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.5.0](https://img.shields.io/badge/AppVersion-v0.5.0-informational?style=flat-square)
44

55
trust-manager is the easiest way to manage TLS trust bundles in Kubernetes and OpenShift clusters
66

@@ -46,7 +46,7 @@ Kubernetes: `>= 1.22.0-0`
4646
| defaultPackageImage.tag | string | `"20210119.0"` | Tag for the default package image |
4747
| image.pullPolicy | string | `"IfNotPresent"` | Kubernetes imagePullPolicy on Deployment. |
4848
| image.repository | string | `"quay.io/jetstack/trust-manager"` | Target image repository. |
49-
| image.tag | string | `"v0.5.0-beta.1"` | Target image version tag. |
49+
| image.tag | string | `"v0.5.0"` | Target image version tag. |
5050
| imagePullSecrets | list | `[]` | For Private docker registries, authentication is needed. Registry secrets are applied to the service account |
5151
| nodeSelector | object | `{"kubernetes.io/os":"linux"}` | Configure the nodeSelector; defaults to any Linux node (trust-manager doesn't support Windows nodes) |
5252
| replicaCount | int | `1` | Number of replicas of trust to run. |

deploy/charts/trust-manager/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
# -- Target image repository.
99
repository: quay.io/jetstack/trust-manager
1010
# -- Target image version tag.
11-
tag: v0.5.0-beta.1
11+
tag: v0.5.0
1212
# -- Kubernetes imagePullPolicy on Deployment.
1313
pullPolicy: IfNotPresent
1414

0 commit comments

Comments
 (0)