[stable/magic-ip-address] add repo archive notice (#24151)

* [stable/magic-ip-address] add repo archive notice

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

* [stable/magic-ip-address] 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 04:50:39 -08:00
committed by GitHub
co-authored by Carlos Panato
parent 94a018fd23
commit ec9ab143d1
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart to assign static IP addresses for node-local services
name: magic-ip-address
version: 0.1.0
version: 0.1.1
appVersion: 0.9.0
home: https://github.com/mumoshu/kube-magic-ip-address
sources:
+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/).
# magic-ip-address
[magic-ip-address](https://github.com/mumoshu/kube-magic-ip-address) is a Kubernetes daemonset to implement [magic IP addresses](https://github.com/kubernetes/kubernetes/issues/15169#issuecomment-231267078), that are useful to serve [node-local services](https://github.com/kubernetes/kubernetes/issues/28610).
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: {{ template "magic-ip-address.fullname" . }}