digitalocean-dyndns chart migration (#116)

Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>
This commit is contained in:
Jeff Billimek 2020-01-10 16:13:10 -05:00 committed by GitHub
parent 3adc8bb035
commit 80a40046ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,11 @@ apiVersion: v1
appVersion: "1.0" appVersion: "1.0"
description: Dynamic DNS using DigitalOcean's DNS Services description: Dynamic DNS using DigitalOcean's DNS Services
name: digitalocean-dyndns name: digitalocean-dyndns
version: 0.1.5 version: 1.0.0
keywords: keywords:
- digitalocean - digitalocean
- dynamicdns - 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 icon: https://i.imgur.com/cS6iqXD.png
sources: sources:
- https://github.com/tunix/digitalocean-dyndns - https://github.com/tunix/digitalocean-dyndns

View File

@ -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 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.