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
6262# arguments to `--push`.
6363.PHONY : image
6464image : # # 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
6868e2e : depend # # run end to end tests
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ maintainers:
1212sources :
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
Original file line number Diff line number Diff line change 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
55A 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. |
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments