File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ helm-docs: $(BINDIR)/helm-docs # verify helm-docs
62
62
# arguments to `--push`.
63
63
.PHONY : image
64
64
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 .
66
66
67
67
.PHONY : e2e
68
68
e2e : depend # # run end to end tests
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ maintainers:
12
12
sources :
13
13
- https://github.com/cert-manager/csi-driver
14
14
15
- appVersion : v0.4 .0
16
- version : v0.4.2
15
+ appVersion : v0.5 .0
16
+ version : v0.5.0
Original file line number Diff line number Diff line change 1
1
# cert-manager-csi-driver
2
2
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 )
4
4
5
5
A Helm chart for cert-manager-csi-driver
6
6
@@ -30,7 +30,7 @@ A Helm chart for cert-manager-csi-driver
30
30
| app.logLevel | int | ` 1 ` | Verbosity of cert-manager-csi-driver logging. |
31
31
| image.pullPolicy | string | ` "IfNotPresent" ` | Kubernetes imagePullPolicy on csi-driver. |
32
32
| 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. |
34
34
| imagePullSecrets | list | ` [] ` | Optional secrets used for pulling the csi-driver container image |
35
35
| livenessProbeImage.pullPolicy | string | ` "IfNotPresent" ` | Kubernetes imagePullPolicy on liveness probe. |
36
36
| livenessProbeImage.repository | string | ` "k8s.gcr.io/sig-storage/livenessprobe" ` | Target image repository. |
Original file line number Diff line number Diff line change 2
2
# -- Target image repository.
3
3
repository : quay.io/jetstack/cert-manager-csi-driver
4
4
# -- Target image version tag.
5
- tag : v0.4 .0
5
+ tag : v0.5 .0
6
6
# -- Kubernetes imagePullPolicy on csi-driver.
7
7
pullPolicy : IfNotPresent
8
8
You can’t perform that action at this time.
0 commit comments