From ec9ab143d1c9372afae3af2ef710cb92fd680190 Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Tue, 10 Nov 2020 07:50:39 -0500 Subject: [PATCH] [stable/magic-ip-address] add repo archive notice (#24151) * [stable/magic-ip-address] add repo archive notice Signed-off-by: Scott Rigby * [stable/magic-ip-address] use apps/v1 Signed-off-by: Carlos Panato Co-authored-by: Carlos Panato --- stable/magic-ip-address/Chart.yaml | 2 +- stable/magic-ip-address/README.md | 5 +++++ stable/magic-ip-address/templates/daemonset.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/stable/magic-ip-address/Chart.yaml b/stable/magic-ip-address/Chart.yaml index 67ed5735d6..b06b82f814 100644 --- a/stable/magic-ip-address/Chart.yaml +++ b/stable/magic-ip-address/Chart.yaml @@ -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: diff --git a/stable/magic-ip-address/README.md b/stable/magic-ip-address/README.md index 89bc609d4e..5f264208c4 100644 --- a/stable/magic-ip-address/README.md +++ b/stable/magic-ip-address/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/). + # 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). diff --git a/stable/magic-ip-address/templates/daemonset.yaml b/stable/magic-ip-address/templates/daemonset.yaml index e12cf94eae..3f932de6ad 100644 --- a/stable/magic-ip-address/templates/daemonset.yaml +++ b/stable/magic-ip-address/templates/daemonset.yaml @@ -1,4 +1,4 @@ -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: DaemonSet metadata: name: {{ template "magic-ip-address.fullname" . }}