[incubator/vaultingkube] add repo archive notice (#24070)

* [incubator/vaultingkube] add repo archive notice

Signed-off-by: Scott Rigby <scott@r6by.com>

* [incubator/vaultingkube] add missing maintainers and use apps/v1

Signed-off-by: Carlos Panato <ctadeu@gmail.com>

Co-authored-by: Carlos Panato <ctadeu@gmail.com>
This commit is contained in:
Scott Rigby
2020-11-10 01:40:40 -08:00
committed by GitHub
co-authored by Carlos Panato
parent 1dcfe642cb
commit 0ca0ab7f5c
3 changed files with 12 additions and 2 deletions
+6 -1
View File
@@ -3,4 +3,9 @@ appVersion: 0.1.1
home: https://github.com/sunshinekitty/vaultingkube
description: vaultingkube takes config maps and secrets stored inside Hashicorp Vault and syncs them to your Kubernetes cluster.
name: vaultingkube
version: 0.1.2
version: 0.1.3
maintainers:
- name: cpanato
email: ctadeu@gmail.com
- name: scottrigby
email: scott@r6by.com
+5
View File
@@ -1,3 +1,8 @@
# ⚠️ Repo Archive Notice
As of Nov 13, 2020, charts in this repo will no longer be updated.
For more information, see the Helm Charts [Deprecation and Archive Notice](https://github.com/helm/charts#%EF%B8%8F-deprecation-and-archive-notice), and [Update](https://helm.sh/blog/charts-repo-deprecation/).
# vaultingkube
[vaultingkube](https://github.com/sunshinekitty/vaultingkube) takes config maps
@@ -1,5 +1,5 @@
{{- if and .Values.vaultAddress .Values.vaultToken .Values.vaultRootMountPath }}
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "vaultingkube.fullname" . }}