From 84dcf9011fb5863d3855f39125b8c55c283da845 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Sun, 26 May 2019 22:00:45 -0400 Subject: [PATCH] remediating digitalocean chart README (#23) --- digitalocean-dyndns/Chart.yaml | 2 +- digitalocean-dyndns/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/digitalocean-dyndns/Chart.yaml b/digitalocean-dyndns/Chart.yaml index 2688606c..176111ec 100644 --- a/digitalocean-dyndns/Chart.yaml +++ b/digitalocean-dyndns/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.0" description: Dynamic DNS using DigitalOcean's DNS Services name: digitalocean-dyndns -version: 0.1.2 +version: 0.1.3 keywords: - digitalocean - dynamicdns diff --git a/digitalocean-dyndns/README.md b/digitalocean-dyndns/README.md index e2f157ec..dce01f4b 100644 --- a/digitalocean-dyndns/README.md +++ b/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](values.yaml) file. It has several commented out suggested values. +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.