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:
Marco Franssen
2023-02-18 13:04:07 +01:00
committed by Marco Franssen
parent aff50434fa
commit 94318b02a6
4 changed files with 20 additions and 21 deletions
+1 -1
View File
@@ -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:
+3 -3
View File
@@ -1,6 +1,6 @@
# spire
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.2](https://img.shields.io/badge/AppVersion-1.5.2-informational?style=flat-square)
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.3](https://img.shields.io/badge/AppVersion-1.5.3-informational?style=flat-square)
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"` | |
+12 -13
View File
@@ -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 }}
+4 -4
View File
@@ -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: ""