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" . }}