Bump spire to 1.5.3 to fix oidc healthchecks
Signed-off-by: Marco Franssen <[email protected]> Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -28,7 +28,7 @@ description: |
|
|||||||
```
|
```
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
appVersion: "1.5.2"
|
appVersion: "1.5.3"
|
||||||
keywords: ["spiffe", "spire", "spire-server", "spire-agent", "oidc"]
|
keywords: ["spiffe", "spire", "spire-server", "spire-agent", "oidc"]
|
||||||
home: https://github.com/philips-labs/helm-charts/charts/spire
|
home: https://github.com/philips-labs/helm-charts/charts/spire
|
||||||
sources:
|
sources:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# spire
|
# spire
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
A Helm chart for deploying spire-server and spire-agent.
|
A Helm chart for deploying spire-server and spire-agent.
|
||||||
|
|
||||||
@@ -80,8 +80,8 @@ Kubernetes: `>=1.21.0-0`
|
|||||||
| oidc.config.logLevel | string | `"info"` | |
|
| oidc.config.logLevel | string | `"info"` | |
|
||||||
| oidc.enabled | bool | `false` | |
|
| oidc.enabled | bool | `false` | |
|
||||||
| oidc.image.pullPolicy | string | `"IfNotPresent"` | |
|
| oidc.image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| oidc.image.registry | string | `"ghcr.io"` | |
|
| oidc.image.registry | string | `"gcr.io"` | |
|
||||||
| oidc.image.repository | string | `"spiffe/spire-oidc-provider"` | |
|
| oidc.image.repository | string | `"spiffe-io/oidc-discovery-provider"` | |
|
||||||
| oidc.image.version | string | `""` | |
|
| oidc.image.version | string | `""` | |
|
||||||
| oidc.insecureScheme.enabled | bool | `false` | |
|
| oidc.insecureScheme.enabled | bool | `false` | |
|
||||||
| oidc.insecureScheme.nginx.image.pullPolicy | string | `"IfNotPresent"` | |
|
| oidc.insecureScheme.nginx.image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
|
|||||||
@@ -55,19 +55,18 @@ spec:
|
|||||||
- name: spire-oidc-config
|
- name: spire-oidc-config
|
||||||
mountPath: /run/spire/oidc/config/
|
mountPath: /run/spire/oidc/config/
|
||||||
readOnly: true
|
readOnly: true
|
||||||
# Needs new release of spire to fix the http healthchecks
|
readinessProbe:
|
||||||
# readinessProbe:
|
httpGet:
|
||||||
# httpGet:
|
path: /ready
|
||||||
# path: /ready
|
port: health
|
||||||
# port: health
|
initialDelaySeconds: 5
|
||||||
# initialDelaySeconds: 5
|
periodSeconds: 5
|
||||||
# periodSeconds: 5
|
livenessProbe:
|
||||||
# livenessProbe:
|
httpGet:
|
||||||
# httpGet:
|
path: /live
|
||||||
# path: /live
|
port: health
|
||||||
# port: health
|
initialDelaySeconds: 5
|
||||||
# initialDelaySeconds: 5
|
periodSeconds: 5
|
||||||
# periodSeconds: 5
|
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.oidc.resources | nindent 12 }}
|
{{- toYaml .Values.oidc.resources | nindent 12 }}
|
||||||
{{- if .Values.oidc.insecureScheme.enabled }}
|
{{- if .Values.oidc.insecureScheme.enabled }}
|
||||||
|
|||||||
@@ -165,10 +165,10 @@ oidc:
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
# registry: gcr.io
|
registry: gcr.io
|
||||||
# repository: spiffe-io/oidc-discovery-provider
|
repository: spiffe-io/oidc-discovery-provider
|
||||||
registry: ghcr.io
|
# registry: ghcr.io
|
||||||
repository: spiffe/spire-oidc-provider
|
# repository: spiffe/oidc-discovery-provider
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
version: ""
|
version: ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user