From 80a40046eaeab78da68496dbf101ce522da477ba Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Fri, 10 Jan 2020 16:13:10 -0500 Subject: [PATCH] digitalocean-dyndns chart migration (#116) Signed-off-by: Jeff Billimek --- charts/digitalocean-dyndns/Chart.yaml | 4 ++-- charts/digitalocean-dyndns/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/digitalocean-dyndns/Chart.yaml b/charts/digitalocean-dyndns/Chart.yaml index f8ff4ee5..4f8a9975 100644 --- a/charts/digitalocean-dyndns/Chart.yaml +++ b/charts/digitalocean-dyndns/Chart.yaml @@ -2,11 +2,11 @@ apiVersion: v1 appVersion: "1.0" description: Dynamic DNS using DigitalOcean's DNS Services name: digitalocean-dyndns -version: 0.1.5 +version: 1.0.0 keywords: - digitalocean - dynamicdns -home: https://github.com/billimek/billimek-charts/tree/master/digitalocean-dyndns +home: https://github.com/billimek/billimek-charts/tree/master/charts/digitalocean-dyndns icon: https://i.imgur.com/cS6iqXD.png sources: - https://github.com/tunix/digitalocean-dyndns diff --git a/charts/digitalocean-dyndns/README.md b/charts/digitalocean-dyndns/README.md index dce01f4b..0eca3a89 100644 --- a/charts/digitalocean-dyndns/README.md +++ b/charts/digitalocean-dyndns/README.md @@ -59,4 +59,4 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install --name my-release -f values.yaml billimek/digitalocean-dyndns ``` -Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/digitalocean-dyndns/values.yaml) file. It has several commented out suggested values. +Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/charts/digitalocean-dyndns/values.yaml) file. It has several commented out suggested values.