From de1516649f013c47602571a0a4062b0199c18495 Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Sun, 20 Jun 2021 23:46:00 +0200 Subject: [PATCH] chore(charts/kube-secrets-init): bump chart version Signed-off-by: Mark Sagi-Kazar --- charts/kube-secrets-init/Chart.yaml | 2 +- charts/kube-secrets-init/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kube-secrets-init/Chart.yaml b/charts/kube-secrets-init/Chart.yaml index e53397f..4c63d10 100644 --- a/charts/kube-secrets-init/Chart.yaml +++ b/charts/kube-secrets-init/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 type: application name: kube-secrets-init -version: 0.7.1 +version: 0.8.0 appVersion: 0.4.0 kubeVersion: ">=1.16.0-0" description: kube-secrets-init is a Kubernetes mutating admission webhook, that mutates any Pod that is using specially prefixed environment variables, directly or from Kubernetes as Secret or ConfigMap. diff --git a/charts/kube-secrets-init/README.md b/charts/kube-secrets-init/README.md index 078cfaa..932dacf 100644 --- a/charts/kube-secrets-init/README.md +++ b/charts/kube-secrets-init/README.md @@ -1,6 +1,6 @@ # kube-secrets-init -![version: 0.7.1](https://img.shields.io/badge/version-0.7.1-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![app version: 0.4.0](https://img.shields.io/badge/app%20version-0.4.0-informational?style=flat-square) ![kube version: >=1.16.0-0](https://img.shields.io/badge/kube%20version->=1.16.0--0-informational?style=flat-square) [![artifact hub](https://img.shields.io/badge/artifact%20hub-kube--secrets--init-informational?style=flat-square)](https://artifacthub.io/packages/helm/sagikazarmark/kube-secrets-init) +![version: 0.8.0](https://img.shields.io/badge/version-0.8.0-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![app version: 0.4.0](https://img.shields.io/badge/app%20version-0.4.0-informational?style=flat-square) ![kube version: >=1.16.0-0](https://img.shields.io/badge/kube%20version->=1.16.0--0-informational?style=flat-square) [![artifact hub](https://img.shields.io/badge/artifact%20hub-kube--secrets--init-informational?style=flat-square)](https://artifacthub.io/packages/helm/sagikazarmark/kube-secrets-init) kube-secrets-init is a Kubernetes mutating admission webhook, that mutates any Pod that is using specially prefixed environment variables, directly or from Kubernetes as Secret or ConfigMap.