deprecate some charts
This commit is contained in:
parent
e05f29e568
commit
5696f4abc4
|
|
@ -1,15 +1,14 @@
|
|||
apiVersion: v1
|
||||
description: nfs-client is an automatic provisioner that used your *already configured* NFS server, automatically creating Persistent Volumes.
|
||||
description: DEPRECATED - nfs-client is an automatic provisioner that used your *already configured* NFS server, automatically creating Persistent Volumes.
|
||||
name: nfs-client-provisioner
|
||||
version: 1.0.2
|
||||
version: 2.0.0
|
||||
appVersion: 3.1.0
|
||||
home: https://github.com/kubernetes-incubator/external-storage/tree/master/nfs-client
|
||||
sources:
|
||||
- https://github.com/kubernetes-incubator/external-storage/tree/master/nfs-client
|
||||
- https://github.com/ckotzbauer/helm-charts
|
||||
maintainers:
|
||||
- name: ckotzbauer
|
||||
email: christian.kotzbauer@gmail.com
|
||||
maintainers: []
|
||||
keywords:
|
||||
- nfs
|
||||
- storage
|
||||
deprecated: true
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# nfs-client-provisioner
|
||||
|
||||
## Deprecation notice
|
||||
|
||||
Please use the "nfs-subdir-external-provisioner" chart instead: https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner/
|
||||
This chart will be removed at 31.01.2022!!
|
||||
|
||||
|
||||
The [NFS client provisioner](https://github.com/kubernetes-incubator/external-storage/tree/master/nfs-client) is an automatic provisioner for Kubernetes that uses your _already configured_ NFS server, automatically creating Persistent Volumes.
|
||||
|
||||
## TL;DR;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v1
|
||||
description: Prometheus Blackbox Exporter
|
||||
description: DEPRECATED - Prometheus Blackbox Exporter
|
||||
name: prometheus-blackbox-exporter
|
||||
version: 1.0.4
|
||||
version: 2.0.0
|
||||
appVersion: 0.19.0
|
||||
home: https://github.com/prometheus/blackbox_exporter
|
||||
sources:
|
||||
|
|
@ -11,6 +11,5 @@ keywords:
|
|||
- prometheus
|
||||
- blackbox
|
||||
- monitoring
|
||||
maintainers:
|
||||
- name: ckotzbauer
|
||||
email: christian.kotzbauer@gmail.com
|
||||
maintainers: []
|
||||
deprecated: true
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# Prometheus Blackbox Exporter
|
||||
|
||||
## Deprecation notice
|
||||
|
||||
Please use the "prometheus-blackbox-exporter" from the community instead: https://prometheus-community.github.io/helm-charts/
|
||||
This chart will be removed at 31.01.2022!!
|
||||
|
||||
|
||||
Prometheus exporter for blackbox testing
|
||||
|
||||
Learn more: [https://github.com/prometheus/blackbox_exporter](https://github.com/prometheus/blackbox_exporter)
|
||||
|
|
|
|||
Loading…
Reference in New Issue