Bump spire-server 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-server
|
|||||||
description: A Helm chart to install the SPIRE server.
|
description: A Helm chart to install the SPIRE server.
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
appVersion: "1.5.4"
|
appVersion: "1.6.0"
|
||||||
|
|||||||
@@ -2,10 +2,17 @@
|
|||||||
|
|
||||||
<!-- 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 server.
|
A Helm chart to install the SPIRE server.
|
||||||
|
|
||||||
|
> **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`.
|
||||||
|
>
|
||||||
|
> The recommended spire-controller-manager version is `0.2.2` to support arm64 nodes. If running with any
|
||||||
|
> prior version to `0.2.2` you have to use a `nodeSelector` to limit to `kubernetes.io/arch: amd64`.
|
||||||
|
|
||||||
## Values
|
## Values
|
||||||
|
|
||||||
| Key | Type | Default | Description |
|
| Key | Type | Default | Description |
|
||||||
@@ -32,7 +39,7 @@ A Helm chart to install the SPIRE server.
|
|||||||
| controllerManager.image.pullPolicy | string | `"IfNotPresent"` | |
|
| controllerManager.image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| controllerManager.image.registry | string | `"ghcr.io"` | |
|
| controllerManager.image.registry | string | `"ghcr.io"` | |
|
||||||
| controllerManager.image.repository | string | `"spiffe/spire-controller-manager"` | |
|
| controllerManager.image.repository | string | `"spiffe/spire-controller-manager"` | |
|
||||||
| controllerManager.image.version | string | `"0.2.1"` | |
|
| controllerManager.image.version | string | `"0.2.2"` | |
|
||||||
| controllerManager.resources | object | `{}` | |
|
| controllerManager.resources | object | `{}` | |
|
||||||
| controllerManager.securityContext | object | `{}` | |
|
| controllerManager.securityContext | object | `{}` | |
|
||||||
| controllerManager.service.annotations | object | `{}` | |
|
| controllerManager.service.annotations | object | `{}` | |
|
||||||
@@ -51,7 +58,7 @@ A Helm chart to install the SPIRE server.
|
|||||||
| jwtIssuer | string | `"oidc-discovery.example.org"` | |
|
| jwtIssuer | string | `"oidc-discovery.example.org"` | |
|
||||||
| 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 | `{}` | |
|
||||||
| replicaCount | int | `1` | SPIRE server currently runs with a sqlite database. Scaling to multiple instances will not work until we use an external database. |
|
| replicaCount | int | `1` | SPIRE server currently runs with a sqlite database. Scaling to multiple instances will not work until we use an external database. |
|
||||||
|
|||||||
@@ -10,6 +10,13 @@
|
|||||||
|
|
||||||
{{ 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`.
|
||||||
|
>
|
||||||
|
> The recommended spire-controller-manager version is `0.2.2` to support arm64 nodes. If running with any
|
||||||
|
> prior version to `0.2.2` 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" . }}
|
||||||
|
|||||||
@@ -64,8 +64,7 @@ autoscaling:
|
|||||||
targetCPUUtilizationPercentage: 80
|
targetCPUUtilizationPercentage: 80
|
||||||
# targetMemoryUtilizationPercentage: 80
|
# targetMemoryUtilizationPercentage: 80
|
||||||
|
|
||||||
nodeSelector:
|
nodeSelector: {}
|
||||||
kubernetes.io/arch: amd64
|
|
||||||
|
|
||||||
tolerations: []
|
tolerations: []
|
||||||
|
|
||||||
@@ -114,7 +113,7 @@ controllerManager:
|
|||||||
repository: spiffe/spire-controller-manager
|
repository: spiffe/spire-controller-manager
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
version: "0.2.1"
|
version: "0.2.2"
|
||||||
|
|
||||||
resources: {}
|
resources: {}
|
||||||
# We usually recommend not to specify default resources and to leave this as a conscious
|
# We usually recommend not to specify default resources and to leave this as a conscious
|
||||||
|
|||||||
Reference in New Issue
Block a user