Skip to content

Commit ea0634d

Browse files
committed
Now with container pushed to Docker Hub, add notes in Readme and default the chart
1 parent 74051ba commit ea0634d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ Before using the databse, please use the script in 'dbinit.sql' to set up the in
1111

1212
# Local Testing
1313

14+
I have published a container you can use in [Dockerhub](https://hub.docker.com/repository/docker/idjohnson/mydblogapp/tags) if you do not wish to build locally.
15+
16+
```
17+
$ docker pull idjohnson/mydblogapp:latest
18+
```
1419

1520
## Building
1621

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: dblogapp
33
description: A Helm chart for deploying the dbLogApp Flask/PostgreSQL log viewer
44
type: application
5-
version: 0.1.1
5+
version: 0.1.2
66
appVersion: "0.1.1"

chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ app:
44
port: 5000
55

66
image:
7-
repository: mytestdb
8-
tag: "0.1"
7+
repository: idjohnson/mydblogapp
8+
tag: "latest"
99
pullPolicy: IfNotPresent
1010

1111
service:

0 commit comments

Comments
 (0)