Skip to content

Commit f1daf84

Browse files
committed
v0.1.4 release
1 parent 382b911 commit f1daf84

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ Start by creating a config.yml file in your current directory. Use the included
6363
Then run the following command (token in config.yml)
6464

6565
```
66-
docker run --name do-dyndns -d -v $(pwd)/config.yml:/data/config.yml hellstromitltd/do-dyndns:v0.1.3
66+
docker run --name do-dyndns -d -v $(pwd)/config.yml:/data/config.yml hellstromitltd/do-dyndns:v0.1.4
6767
```
6868

6969
Or this command if you prefer supplying the digitalocean token as an environment variable
7070

7171
```
72-
docker run --name do-dyndns -d -v $(pwd)/config.yml:/data/config.yml --env DO_TOKEN=<your digitalocean token> hellstromitltd/do-dyndns:v0.1.3
72+
docker run --name do-dyndns -d -v $(pwd)/config.yml:/data/config.yml --env DO_TOKEN=<your digitalocean token> hellstromitltd/do-dyndns:v0.1.4
7373
```
7474

7575
The docker logs for the container will inform you if a domain has changed.

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
do-dyndns:
5-
image: hellstromitltd/do-dyndns:v0.1.3
5+
image: hellstromitltd/do-dyndns:v0.1.4
66
container_name: do-dynds
77
environment:
88
- DO_TOKEN=<your digitalocean token>

helm/do-dyndns/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.0
18+
version: 0.1.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: v0.1.3
23+
appVersion: v0.1.4

0 commit comments

Comments
 (0)