Bump Spire version to 1.0.2 for oidc fixes

Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-02-18 13:04:02 +01:00
committed by Marco Franssen
parent f11dc08b20
commit 3a39fe5666
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -5,6 +5,8 @@ description: |
> :warning: Please note this chart requires Projected Service Account Tokens which has to be enabled on your k8s api server.
> :warning: Minimum Spire version is `v1.0.2`.
To enable Projected Service Account Tokens on Docker for Mac/Windows run the following
command to SSH into the Docker Desktop K8s VM.
@@ -26,7 +28,7 @@ description: |
```
type: application
version: 0.1.0
appVersion: "1.0.1"
appVersion: "1.0.2"
keywords: ["spiffe", "spire", "spire-server", "spire-agent"]
home: https://github.com/philips-labs/helm-charts/charts/spire
sources:
+3 -1
View File
@@ -1,11 +1,13 @@
# 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.0.1](https://img.shields.io/badge/AppVersion-1.0.1-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.0.2](https://img.shields.io/badge/AppVersion-1.0.2-informational?style=flat-square)
A Helm chart for deploying spire-server and spire-agent.
> :warning: Please note this chart requires Projected Service Account Tokens which has to be enabled on your k8s api server.
> :warning: Minimum Spire version is `v1.0.2`.
To enable Projected Service Account Tokens on Docker for Mac/Windows run the following
command to SSH into the Docker Desktop K8s VM.