Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ minReadySeconds: 90

image:
repository: ghcr.io/ekristen/dockit
tag: 0.4.0
tag: 0.4.3
pullPolicy: IfNotPresent
pullSecret: null

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- "pki:/dockit/pki"

dockit:
image: ghcr.io/ekristen/dockit:v0.4.0
image: ghcr.io/ekristen/dockit:v0.4.3
command:
- api-server
environment:
Expand All @@ -20,7 +20,7 @@ services:
condition: service_started

init:
image: ghcr.io/ekristen/dockit:v0.4.0
image: ghcr.io/ekristen/dockit:v0.4.3
command:
- init-container
- /dockit/pki/bundle.pem
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- "pki:/dockit/pki"

init:
image: ghcr.io/ekristen/dockit:v0.4.0
image: ghcr.io/ekristen/dockit:v0.4.3
command:
- init-container
- /dockit/pki/bundle.pem
Expand Down
Loading