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
|
||||
version: 0.1.0
|
||||
appVersion: "1.5.2"
|
||||
appVersion: "1.5.3"
|
||||
keywords: ["spiffe", "spire", "spire-server", "spire-agent", "oidc"]
|
||||
home: https://github.com/philips-labs/helm-charts/charts/spire
|
||||
sources:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# spire
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
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.enabled | bool | `false` | |
|
||||
| oidc.image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| oidc.image.registry | string | `"ghcr.io"` | |
|
||||
| oidc.image.repository | string | `"spiffe/spire-oidc-provider"` | |
|
||||
| oidc.image.registry | string | `"gcr.io"` | |
|
||||
| oidc.image.repository | string | `"spiffe-io/oidc-discovery-provider"` | |
|
||||
| oidc.image.version | string | `""` | |
|
||||
| oidc.insecureScheme.enabled | bool | `false` | |
|
||||
| oidc.insecureScheme.nginx.image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
|
||||
@@ -55,19 +55,18 @@ spec:
|
||||
- name: spire-oidc-config
|
||||
mountPath: /run/spire/oidc/config/
|
||||
readOnly: true
|
||||
# Needs new release of spire to fix the http healthchecks
|
||||
# readinessProbe:
|
||||
# httpGet:
|
||||
# path: /ready
|
||||
# port: health
|
||||
# initialDelaySeconds: 5
|
||||
# periodSeconds: 5
|
||||
# livenessProbe:
|
||||
# httpGet:
|
||||
# path: /live
|
||||
# port: health
|
||||
# initialDelaySeconds: 5
|
||||
# periodSeconds: 5
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /ready
|
||||
port: health
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 5
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /live
|
||||
port: health
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 5
|
||||
resources:
|
||||
{{- toYaml .Values.oidc.resources | nindent 12 }}
|
||||
{{- if .Values.oidc.insecureScheme.enabled }}
|
||||
|
||||
@@ -165,10 +165,10 @@ oidc:
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
# registry: gcr.io
|
||||
# repository: spiffe-io/oidc-discovery-provider
|
||||
registry: ghcr.io
|
||||
repository: spiffe/spire-oidc-provider
|
||||
registry: gcr.io
|
||||
repository: spiffe-io/oidc-discovery-provider
|
||||
# registry: ghcr.io
|
||||
# repository: spiffe/oidc-discovery-provider
|
||||
pullPolicy: IfNotPresent
|
||||
version: ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user