Bump spire-agent image to 1.6.0 (arm64 support)
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -3,4 +3,4 @@ name: spire-agent
|
|||||||
description: A Helm chart to install the SPIRE agent.
|
description: A Helm chart to install the SPIRE agent.
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
appVersion: "1.5.4"
|
appVersion: "1.6.0"
|
||||||
|
|||||||
@@ -2,10 +2,14 @@
|
|||||||
|
|
||||||
<!-- 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 SPIRE agent.
|
A Helm chart to install the SPIRE agent.
|
||||||
|
|
||||||
|
> **Note**: Minimum Spire version is `1.5.3`.
|
||||||
|
> The recommended version is `1.6.0` to support arm64 nodes. If running with any
|
||||||
|
> prior version to `1.6.0` you have to use a `nodeSelector` to limit to `kubernetes.io/arch: amd64`.
|
||||||
|
|
||||||
## Values
|
## Values
|
||||||
|
|
||||||
| Key | Type | Default | Description |
|
| Key | Type | Default | Description |
|
||||||
@@ -21,7 +25,7 @@ A Helm chart to install the SPIRE agent.
|
|||||||
| imagePullSecrets | list | `[]` | |
|
| imagePullSecrets | list | `[]` | |
|
||||||
| logLevel | string | `"info"` | |
|
| logLevel | string | `"info"` | |
|
||||||
| nameOverride | string | `""` | |
|
| nameOverride | string | `""` | |
|
||||||
| 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,10 @@
|
|||||||
|
|
||||||
{{ template "chart.homepageLine" . }}
|
{{ template "chart.homepageLine" . }}
|
||||||
|
|
||||||
|
> **Note**: Minimum Spire version is `1.5.3`.
|
||||||
|
> The recommended version is `1.6.0` to support arm64 nodes. If running with any
|
||||||
|
> prior version to `1.6.0` 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" . }}
|
||||||
|
|||||||
@@ -49,8 +49,7 @@ resources: {}
|
|||||||
# cpu: 100m
|
# cpu: 100m
|
||||||
# memory: 128Mi
|
# memory: 128Mi
|
||||||
|
|
||||||
nodeSelector:
|
nodeSelector: {}
|
||||||
kubernetes.io/arch: amd64
|
|
||||||
|
|
||||||
logLevel: info
|
logLevel: info
|
||||||
clusterName: example-cluster
|
clusterName: example-cluster
|
||||||
|
|||||||
Reference in New Issue
Block a user