Skip to content

Commit a329352

Browse files
chore(deps): update ghcr.io/ekristen/dockit docker tag to v0.4.3
1 parent 07d9721 commit a329352

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ minReadySeconds: 90
44

55
image:
66
repository: ghcr.io/ekristen/dockit
7-
tag: 0.4.0
7+
tag: v0.4.3
88
pullPolicy: IfNotPresent
99
pullSecret: null
1010

docker-compose.mysql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- "pki:/dockit/pki"
88

99
dockit:
10-
image: ghcr.io/ekristen/dockit:v0.4.0
10+
image: ghcr.io/ekristen/dockit:v0.4.3
1111
command:
1212
- api-server
1313
environment:
@@ -20,7 +20,7 @@ services:
2020
condition: service_started
2121

2222
init:
23-
image: ghcr.io/ekristen/dockit:v0.4.0
23+
image: ghcr.io/ekristen/dockit:v0.4.3
2424
command:
2525
- init-container
2626
- /dockit/pki/bundle.pem

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- "pki:/dockit/pki"
88

99
init:
10-
image: ghcr.io/ekristen/dockit:v0.4.0
10+
image: ghcr.io/ekristen/dockit:v0.4.3
1111
command:
1212
- init-container
1313
- /dockit/pki/bundle.pem

0 commit comments

Comments
 (0)