Skip to content

Commit c5fa3c1

Browse files
author
Martin Stadler
committed
Use qualified image URLs to avoid ambiguity and make podman happy
1 parent 1625237 commit c5fa3c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

k8s/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: influxdb
18-
image: influxdb:1.11
18+
image: docker.io/library/influxdb:1.12
1919
ports:
2020
- containerPort: 8087
2121
hostPort: 8087
@@ -60,7 +60,7 @@ spec:
6060
spec:
6161
containers:
6262
- name: chronograf
63-
image: chronograf:latest
63+
image: docker.io/library/chronograf:latest
6464
ports:
6565
- containerPort: 8888
6666
hostPort: 8888

0 commit comments

Comments
 (0)