Skip to content

Commit

Permalink
Merge pull request #36 from SgtCoDFish/bump
Browse files Browse the repository at this point in the history
Bump to v0.4.0 for release
  • Loading branch information
jetstack-bot authored Apr 14, 2023
2 parents a7249d4 + 34c231f commit 2b01c28
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ IMAGE_PLATFORMS ?= linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le

GOMARKDOC_FLAGS=--format github --repository.url "https://github.com/cert-manager/csi-driver-spiffe" --repository.default-branch master --repository.path /

RELEASE_VERSION ?= v0.3.0
RELEASE_VERSION ?= v0.4.0

.PHONY: help
help: ## Display this help.
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/csi-driver-spiffe/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ maintainers:
url: https://cert-manager.io
sources:
- https://github.com/cert-manager/csi-driver-spiffe
appVersion: v0.3.0
version: v0.3.0
appVersion: v0.4.0
version: v0.4.0
4 changes: 2 additions & 2 deletions deploy/charts/csi-driver-spiffe/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cert-manager-csi-driver-spiffe

![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)
![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)

cert-manager csi-driver-spiffe is a CSI plugin for Kubernetes which transparently delivers X.509 SPIFFE SVIDs to pods which mount it.

Expand Down Expand Up @@ -53,7 +53,7 @@ cert-manager csi-driver-spiffe is a CSI plugin for Kubernetes which transparentl
| app.trustDomain | string | `"cluster.local"` | The Trust Domain for this driver. |
| image.pullPolicy | string | `"IfNotPresent"` | Kubernetes imagePullPolicy on DaemonSet. |
| image.repository | object | `{"approver":"quay.io/jetstack/cert-manager-csi-driver-spiffe-approver","driver":"quay.io/jetstack/cert-manager-csi-driver-spiffe"}` | Target image repository. |
| image.tag | string | `"v0.3.0"` | Target image version tag. |
| image.tag | string | `"v0.4.0"` | Target image version tag. |
| imagePullSecrets | list | `[]` | Optional secrets used for pulling the csi-driver-spiffe and csi-driver-spiffe-approver container images |
| priorityClassName | string | `""` | Optional priority class to be used for the csi-driver pods. |

2 changes: 1 addition & 1 deletion deploy/charts/csi-driver-spiffe/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
driver: quay.io/jetstack/cert-manager-csi-driver-spiffe
approver: quay.io/jetstack/cert-manager-csi-driver-spiffe-approver
# -- Target image version tag.
tag: v0.3.0
tag: v0.4.0
# -- Kubernetes imagePullPolicy on DaemonSet.
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 2b01c28

Please sign in to comment.