Skip to content

Commit 0eb583a

Browse files
authored
Merge pull request #125 from SgtCoDFish/bumpver
Bump to v0.5.0-beta.0 for release
2 parents 4565dca + 8c980da commit 0eb583a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN GOPROXY=$GOPROXY go mod download
3636
RUN make build
3737

3838
FROM scratch
39-
LABEL description="cert-manager trust is an operator for distributing trust bundles across a Kubernetes cluster"
39+
LABEL description="trust-manager is an operator for distributing trust bundles across a Kubernetes cluster"
4040

4141
WORKDIR /
4242
USER 1001

Makefile

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

31-
RELEASE_VERSION ?= v0.4.0
31+
RELEASE_VERSION ?= v0.5.0-beta.0
3232

3333
BUILDX_BUILDER ?= trust-manager-builder
3434

deploy/charts/trust-manager/Chart.yaml

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

19-
appVersion: v0.4.0
20-
version: v0.4.0
19+
appVersion: v0.5.0-beta.0
20+
version: v0.5.0-beta.0

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.4.0](https://img.shields.io/badge/Version-v0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.4.0](https://img.shields.io/badge/AppVersion-v0.4.0-informational?style=flat-square)
3+
![Version: v0.5.0-beta.0](https://img.shields.io/badge/Version-v0.5.0--beta.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.5.0-beta.0](https://img.shields.io/badge/AppVersion-v0.5.0--beta.0-informational?style=flat-square)
44

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

@@ -44,7 +44,7 @@ Kubernetes: `>= 1.22.0-0`
4444
| defaultPackageImage.tag | string | `"20210119.0"` | Tag for the default package image |
4545
| image.pullPolicy | string | `"IfNotPresent"` | Kubernetes imagePullPolicy on Deployment. |
4646
| image.repository | string | `"quay.io/jetstack/trust-manager"` | Target image repository. |
47-
| image.tag | string | `"v0.4.0"` | Target image version tag. |
47+
| image.tag | string | `"v0.5.0-beta.0"` | Target image version tag. |
4848
| imagePullSecrets | list | `[]` | For Private docker registries, authentication is needed. Registry secrets are applied to the service account |
4949
| replicaCount | int | `1` | Number of replicas of trust to run. |
5050
| resources | object | `{}` | |

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.4.0
11+
tag: v0.5.0-beta.0
1212
# -- Kubernetes imagePullPolicy on Deployment.
1313
pullPolicy: IfNotPresent
1414

0 commit comments

Comments
 (0)