Skip to content

Commit 03506f1

Browse files
committed
update image names to comply with Kubernetes v 1.34 short name enforcement
1 parent a2bc201 commit 03506f1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

charts/bunkerweb/values.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ bunkerweb:
272272
replicas: 1
273273

274274
# Container image configuration
275-
repository: bunkerity/bunkerweb
275+
repository: ghcr.io/bunkerity/bunkerweb
276276
tag: 1.6.6
277277
pullPolicy: Always
278278

@@ -444,7 +444,7 @@ bunkerweb:
444444

445445
scheduler:
446446
# Container image configuration
447-
repository: bunkerity/bunkerweb-scheduler
447+
repository: ghcr.io/bunkerity/bunkerweb-scheduler
448448
tag: 1.6.6
449449
pullPolicy: Always
450450

@@ -949,7 +949,7 @@ controller:
949949
enabled: true
950950

951951
# Container image configuration
952-
repository: bunkerity/bunkerweb-autoconf
952+
repository: ghcr.io/bunkerity/bunkerweb-autoconf
953953
tag: 1.6.6
954954
pullPolicy: Always
955955

@@ -1020,7 +1020,7 @@ ui:
10201020
enabled: true
10211021

10221022
# Container image configuration
1023-
repository: bunkerity/bunkerweb-ui
1023+
repository: ghcr.io/bunkerity/bunkerweb-ui
10241024
tag: 1.6.6
10251025
pullPolicy: Always
10261026

@@ -1072,7 +1072,7 @@ ui:
10721072
syslogAddress: ""
10731073

10741074
# Syslog-ng container for log collection
1075-
repository: balabit/syslog-ng
1075+
repository: docker.io/balabit/syslog-ng
10761076
pullPolicy: Always
10771077
tag: 4.8.0
10781078

@@ -1113,7 +1113,7 @@ api:
11131113
enabled: true
11141114

11151115
# Container image configuration
1116-
repository: bunkerity/bunkerweb-api
1116+
repository: ghcr.io/bunkerity/bunkerweb-api
11171117
tag: 1.6.6
11181118
pullPolicy: Always
11191119

@@ -1175,7 +1175,7 @@ mariadb:
11751175
enabled: true
11761176

11771177
# Container image configuration
1178-
repository: mariadb
1178+
repository: docker.io/mariadb
11791179
tag: "11"
11801180
pullPolicy: Always
11811181

@@ -1239,7 +1239,7 @@ redis:
12391239
enabled: true
12401240

12411241
# Container image configuration
1242-
repository: redis
1242+
repository: docker.io/redis
12431243
tag: 7-alpine
12441244
pullPolicy: Always
12451245
# Persistent storage configuration
@@ -1314,7 +1314,7 @@ prometheus:
13141314
enabled: false
13151315

13161316
# Container image configuration
1317-
repository: prom/prometheus
1317+
repository: docker.io/prom/prometheus
13181318
pullPolicy: Always
13191319
tag: v3.3.1
13201320

@@ -1356,7 +1356,7 @@ grafana:
13561356
enabled: false
13571357

13581358
# Container image configuration
1359-
repository: grafana/grafana
1359+
repository: docker.io/grafana/grafana
13601360
tag: latest
13611361
pullPolicy: IfNotPresent
13621362

0 commit comments

Comments
 (0)