Skip to content

Commit 2b9b71f

Browse files
authored
Merge pull request #123 from JoshVanL/release-v0.5.0
Updates tag to v0.5.0, ready for release
2 parents 5e2af84 + 3da6df9 commit 2b9b71f

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
@@ -62,7 +62,7 @@ helm-docs: $(BINDIR)/helm-docs # verify helm-docs
6262
# arguments to `--push`.
6363
.PHONY: image
6464
image: ## build cert-manager-csi-driver docker image targeting all supported platforms
65-
docker buildx build --platform=$(IMAGE_PLATFORMS) -t quay.io/jetstack/cert-manager-csi-driver:v0.4.0 --output type=oci,dest=./bin/cert-manager-csi-driver-oci .
65+
docker buildx build --platform=$(IMAGE_PLATFORMS) -t quay.io/jetstack/cert-manager-csi-driver:v0.5.0 --output type=oci,dest=./bin/cert-manager-csi-driver-oci .
6666

6767
.PHONY: e2e
6868
e2e: depend ## run end to end tests

deploy/charts/csi-driver/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/csi-driver
1414

15-
appVersion: v0.4.0
16-
version: v0.4.2
15+
appVersion: v0.5.0
16+
version: v0.5.0

deploy/charts/csi-driver/README.md

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

3-
![Version: v0.4.2](https://img.shields.io/badge/Version-v0.4.2-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](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
A Helm chart for cert-manager-csi-driver
66

@@ -30,7 +30,7 @@ A Helm chart for cert-manager-csi-driver
3030
| app.logLevel | int | `1` | Verbosity of cert-manager-csi-driver logging. |
3131
| image.pullPolicy | string | `"IfNotPresent"` | Kubernetes imagePullPolicy on csi-driver. |
3232
| image.repository | string | `"quay.io/jetstack/cert-manager-csi-driver"` | Target image repository. |
33-
| image.tag | string | `"v0.4.0"` | Target image version tag. |
33+
| image.tag | string | `"v0.5.0"` | Target image version tag. |
3434
| imagePullSecrets | list | `[]` | Optional secrets used for pulling the csi-driver container image |
3535
| livenessProbeImage.pullPolicy | string | `"IfNotPresent"` | Kubernetes imagePullPolicy on liveness probe. |
3636
| livenessProbeImage.repository | string | `"k8s.gcr.io/sig-storage/livenessprobe"` | Target image repository. |

deploy/charts/csi-driver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image:
22
# -- Target image repository.
33
repository: quay.io/jetstack/cert-manager-csi-driver
44
# -- Target image version tag.
5-
tag: v0.4.0
5+
tag: v0.5.0
66
# -- Kubernetes imagePullPolicy on csi-driver.
77
pullPolicy: IfNotPresent
88

0 commit comments

Comments
 (0)