Skip to content

Commit 382b911

Browse files
authored
prepare for v0.1.3 release (#60)
1 parent be84d1e commit 382b911

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.2
66+
docker run --name do-dyndns -d -v $(pwd)/config.yml:/data/config.yml hellstromitltd/do-dyndns:v0.1.3
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.2
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
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.2
5+
image: hellstromitltd/do-dyndns:v0.1.3
66
container_name: do-dynds
77
environment:
88
- DO_TOKEN=<your digitalocean token>

helm/do-dyndns/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ version: 0.1.0
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.2
23+
appVersion: v0.1.3

0 commit comments

Comments
 (0)