Merge pull request #81 from ckotzbauer/feature/deprecation
deprecate some charts
This commit is contained in:
commit
1cadf256ca
|
|
@ -1,15 +1,14 @@
|
||||||
apiVersion: v1
|
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
|
name: nfs-client-provisioner
|
||||||
version: 1.0.2
|
version: 2.0.0
|
||||||
appVersion: 3.1.0
|
appVersion: 3.1.0
|
||||||
home: https://github.com/kubernetes-incubator/external-storage/tree/master/nfs-client
|
home: https://github.com/kubernetes-incubator/external-storage/tree/master/nfs-client
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/kubernetes-incubator/external-storage/tree/master/nfs-client
|
- https://github.com/kubernetes-incubator/external-storage/tree/master/nfs-client
|
||||||
- https://github.com/ckotzbauer/helm-charts
|
- https://github.com/ckotzbauer/helm-charts
|
||||||
maintainers:
|
maintainers: []
|
||||||
- name: ckotzbauer
|
|
||||||
email: christian.kotzbauer@gmail.com
|
|
||||||
keywords:
|
keywords:
|
||||||
- nfs
|
- nfs
|
||||||
- storage
|
- storage
|
||||||
|
deprecated: true
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,11 @@
|
||||||
# nfs-client-provisioner
|
# 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.
|
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;
|
## TL;DR;
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
description: Prometheus Blackbox Exporter
|
description: DEPRECATED - Prometheus Blackbox Exporter
|
||||||
name: prometheus-blackbox-exporter
|
name: prometheus-blackbox-exporter
|
||||||
version: 1.0.4
|
version: 2.0.0
|
||||||
appVersion: 0.19.0
|
appVersion: 0.19.0
|
||||||
home: https://github.com/prometheus/blackbox_exporter
|
home: https://github.com/prometheus/blackbox_exporter
|
||||||
sources:
|
sources:
|
||||||
|
|
@ -11,6 +11,5 @@ keywords:
|
||||||
- prometheus
|
- prometheus
|
||||||
- blackbox
|
- blackbox
|
||||||
- monitoring
|
- monitoring
|
||||||
maintainers:
|
maintainers: []
|
||||||
- name: ckotzbauer
|
deprecated: true
|
||||||
email: christian.kotzbauer@gmail.com
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,11 @@
|
||||||
# Prometheus Blackbox Exporter
|
# 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
|
Prometheus exporter for blackbox testing
|
||||||
|
|
||||||
Learn more: [https://github.com/prometheus/blackbox_exporter](https://github.com/prometheus/blackbox_exporter)
|
Learn more: [https://github.com/prometheus/blackbox_exporter](https://github.com/prometheus/blackbox_exporter)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue