From 3a39fe5666da26cb5249cebb9d12142112c577cc Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Fri, 3 Sep 2021 15:28:45 +0200 Subject: [PATCH] Bump Spire version to 1.0.2 for oidc fixes Signed-off-by: Marco Franssen --- charts/spire/Chart.yaml | 4 +++- charts/spire/README.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/charts/spire/Chart.yaml b/charts/spire/Chart.yaml index 1c472f1..9101842 100644 --- a/charts/spire/Chart.yaml +++ b/charts/spire/Chart.yaml @@ -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: diff --git a/charts/spire/README.md b/charts/spire/README.md index 0d2d296..f96aeac 100644 --- a/charts/spire/README.md +++ b/charts/spire/README.md @@ -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.