-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from SgtCoDFish/bumpversions
Bump versions, fix old info
- Loading branch information
Showing
5 changed files
with
32 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,13 @@ | ||
apiVersion: v1 | ||
|
||
name: cert-manager-csi-driver-spiffe | ||
type: application | ||
description: A Helm chart for cert-manager-csi-driver-spiffe | ||
|
||
home: https://github.com/cert-manager/csi-driver-spiffe | ||
description: cert-manager csi-driver-spiffe is a CSI plugin for Kubernetes which transparently delivers X.509 SPIFFE SVIDs to pods which mount it. | ||
home: https://cert-manager.io/docs/projects/csi-driver-spiffe/ | ||
maintainers: | ||
- name: joshvanl | ||
email: [email protected] | ||
url: https://cert-manager.io | ||
- name: cert-manager-maintainers | ||
email: [email protected] | ||
url: https://cert-manager.io | ||
sources: | ||
- https://github.com/cert-manager/csi-driver-spiffe | ||
|
||
appVersion: v0.2.0 | ||
version: v0.2.2 | ||
appVersion: v0.3.0 | ||
version: v0.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# cert-manager-csi-driver-spiffe | ||
|
||
![Version: v0.2.2](https://img.shields.io/badge/Version-v0.2.2-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) | ||
![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) | ||
|
||
A Helm chart for cert-manager-csi-driver-spiffe | ||
cert-manager csi-driver-spiffe is a CSI plugin for Kubernetes which transparently delivers X.509 SPIFFE SVIDs to pods which mount it. | ||
|
||
**Homepage:** <https://github.com/cert-manager/csi-driver-spiffe> | ||
**Homepage:** <https://cert-manager.io/docs/projects/csi-driver-spiffe/> | ||
|
||
## Maintainers | ||
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| joshvanl | <[email protected]> | <https://cert-manager.io> | | ||
| cert-manager-maintainers | <[email protected]> | <https://cert-manager.io> | | ||
|
||
## Source Code | ||
|
||
|
@@ -52,7 +52,7 @@ A Helm chart for cert-manager-csi-driver-spiffe | |
| 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.2.0"` | Target image version tag. | | ||
| image.tag | string | `"v0.3.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. | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
csi-driver-spiffe {{ .Chart.AppVersion }} has been deployed successfully! | ||
|
||
For usage instructions and a guide to getting started, check out the csi-driver-spiffe | ||
page on the cert-manager website: | ||
|
||
https://cert-manager.io/docs/projects/csi-driver-spiffe/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters