From 85fa273534781ab91949a4c661c786faeefa3a5c Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Fri, 10 Jan 2020 15:27:26 -0500 Subject: [PATCH] cloudflare-dyndns chart migration (#114) Signed-off-by: Jeff Billimek --- charts/cloudflare-dyndns/Chart.yaml | 4 ++-- charts/cloudflare-dyndns/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/cloudflare-dyndns/Chart.yaml b/charts/cloudflare-dyndns/Chart.yaml index 77d2abbc..4ff9bd53 100644 --- a/charts/cloudflare-dyndns/Chart.yaml +++ b/charts/cloudflare-dyndns/Chart.yaml @@ -2,11 +2,11 @@ apiVersion: v1 appVersion: "1.0" description: Dynamic DNS using Cloudflare's DNS Services name: cloudflare-dyndns -version: 1.0.0 +version: 2.0.0 keywords: - cloudflare - dynamicdns -home: https://github.com/billimek/billimek-charts/tree/master/cloudflare-dyndns +home: https://github.com/billimek/billimek-charts/tree/master/charts/cloudflare-dyndns icon: https://www.cloudflare.com/img/cf-facebook-card.png sources: - https://github.com/hotio/docker-cloudflare-ddns/ diff --git a/charts/cloudflare-dyndns/README.md b/charts/cloudflare-dyndns/README.md index a77e94a7..12edc4e5 100644 --- a/charts/cloudflare-dyndns/README.md +++ b/charts/cloudflare-dyndns/README.md @@ -64,4 +64,4 @@ Alternatively, a YAML file that specifies the values for the above parameters ca helm install --name my-release -f values.yaml billimek/cloudflare-dyndns ``` -Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/cloudflare-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/cloudflare-dyndns/values.yaml) file. It has several commented out suggested values.