Bump spiffe-csi-driver image to 0.2.3 (arm64 support)
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -3,4 +3,4 @@ name: spiffe-csi-driver
|
|||||||
description: A Helm chart to install the SPIFFE CSI driver.
|
description: A Helm chart to install the SPIFFE CSI driver.
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
appVersion: "0.2.1"
|
appVersion: "0.2.3"
|
||||||
|
|||||||
@@ -2,10 +2,13 @@
|
|||||||
|
|
||||||
<!-- This README.md is generated. Please edit README.md.gotmpl -->
|
<!-- This README.md is generated. Please edit README.md.gotmpl -->
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
A Helm chart to install the SPIFFE CSI driver.
|
A Helm chart to install the SPIFFE CSI driver.
|
||||||
|
|
||||||
|
> **Note**: The recommended version is `0.2.3` to support arm64 nodes. If running with any
|
||||||
|
> prior version to `0.2.3` you have to use a `nodeSelector` to limit to `kubernetes.io/arch: amd64`.
|
||||||
|
|
||||||
## Values
|
## Values
|
||||||
|
|
||||||
| Key | Type | Default | Description |
|
| Key | Type | Default | Description |
|
||||||
@@ -23,7 +26,7 @@ A Helm chart to install the SPIFFE CSI driver.
|
|||||||
| nodeDriverRegistrar.image.repository | string | `"sig-storage/csi-node-driver-registrar"` | |
|
| nodeDriverRegistrar.image.repository | string | `"sig-storage/csi-node-driver-registrar"` | |
|
||||||
| nodeDriverRegistrar.image.version | string | `"v2.6.2"` | |
|
| nodeDriverRegistrar.image.version | string | `"v2.6.2"` | |
|
||||||
| nodeDriverRegistrar.resources | object | `{}` | |
|
| nodeDriverRegistrar.resources | object | `{}` | |
|
||||||
| nodeSelector."kubernetes.io/arch" | string | `"amd64"` | |
|
| nodeSelector | object | `{}` | |
|
||||||
| podAnnotations | object | `{}` | |
|
| podAnnotations | object | `{}` | |
|
||||||
| podSecurityContext | object | `{}` | |
|
| podSecurityContext | object | `{}` | |
|
||||||
| priorityClassName | string | `""` | Priority class assigned to daemonset pods |
|
| priorityClassName | string | `""` | Priority class assigned to daemonset pods |
|
||||||
|
|||||||
@@ -10,6 +10,9 @@
|
|||||||
|
|
||||||
{{ template "chart.homepageLine" . }}
|
{{ template "chart.homepageLine" . }}
|
||||||
|
|
||||||
|
> **Note**: The recommended version is `0.2.3` to support arm64 nodes. If running with any
|
||||||
|
> prior version to `0.2.3` you have to use a `nodeSelector` to limit to `kubernetes.io/arch: amd64`.
|
||||||
|
|
||||||
{{ template "chart.maintainersSection" . }}
|
{{ template "chart.maintainersSection" . }}
|
||||||
|
|
||||||
{{ template "chart.sourcesSection" . }}
|
{{ template "chart.sourcesSection" . }}
|
||||||
|
|||||||
@@ -43,8 +43,7 @@ securityContext:
|
|||||||
# drop:
|
# drop:
|
||||||
# - ALL
|
# - ALL
|
||||||
|
|
||||||
nodeSelector:
|
nodeSelector: {}
|
||||||
kubernetes.io/arch: amd64
|
|
||||||
|
|
||||||
nodeDriverRegistrar:
|
nodeDriverRegistrar:
|
||||||
image:
|
image:
|
||||||
|
|||||||
Reference in New Issue
Block a user