Skip to content

Commit 19e0261

Browse files
authored
Merge pull request #67 from cert-manager/release_v0.3.0
Release v0.3.0
2 parents e9fea7b + fa7d321 commit 19e0261

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ HELM_VERSION ?= 3.6.3
2121
KUBEBUILDER_TOOLS_VERISON ?= 1.21.2
2222
IMAGE_PLATFORMS ?= linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le
2323

24-
RELEASE_VERSION ?= 0.2.0
24+
RELEASE_VERSION ?= 0.3.0
2525

2626
.PHONY: help
2727
help: ## display this help

deploy/charts/trust-manager/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ maintainers:
1212
sources:
1313
- https://github.com/cert-manager/trust-manager
1414

15-
appVersion: v0.2.0
16-
version: v0.2.1
15+
appVersion: v0.3.0
16+
version: v0.3.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.2.1](https://img.shields.io/badge/Version-v0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.2.0](https://img.shields.io/badge/AppVersion-v0.2.0-informational?style=flat-square)
3+
![Version: v0.3.0](https://img.shields.io/badge/Version-v0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.3.0](https://img.shields.io/badge/AppVersion-v0.3.0-informational?style=flat-square)
44

55
A Helm chart for trust-manager
66

@@ -35,7 +35,7 @@ A Helm chart for trust-manager
3535
| app.webhook.timeoutSeconds | int | `5` | Timeout of webhook HTTP request. |
3636
| image.pullPolicy | string | `"IfNotPresent"` | Kubernetes imagePullPolicy on Deployment. |
3737
| image.repository | string | `"quay.io/jetstack/trust-manager"` | Target image repository. |
38-
| image.tag | string | `"v0.2.0"` | Target image version tag. |
38+
| image.tag | string | `"v0.3.0"` | Target image version tag. |
3939
| imagePullSecrets | list | `[]` | For Private docker registries, authentication is needed. Registry secrets are applied to the service account |
4040
| replicaCount | int | `1` | Number of replicas of trust to run. |
4141
| 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.2.0
11+
tag: v0.3.0
1212
# -- Kubernetes imagePullPolicy on Deployment.
1313
pullPolicy: IfNotPresent
1414

0 commit comments

Comments
 (0)