diff --git a/incubator/vaultingkube/Chart.yaml b/incubator/vaultingkube/Chart.yaml index cc3f23d40d..34d3ae409a 100644 --- a/incubator/vaultingkube/Chart.yaml +++ b/incubator/vaultingkube/Chart.yaml @@ -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 diff --git a/incubator/vaultingkube/README.md b/incubator/vaultingkube/README.md index d1fd77b9c7..b195a6cf11 100644 --- a/incubator/vaultingkube/README.md +++ b/incubator/vaultingkube/README.md @@ -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 diff --git a/incubator/vaultingkube/templates/deployment.yaml b/incubator/vaultingkube/templates/deployment.yaml index 4e820381c6..fec00f4e60 100644 --- a/incubator/vaultingkube/templates/deployment.yaml +++ b/incubator/vaultingkube/templates/deployment.yaml @@ -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" . }}