From 224afde5ca0f943841bf9c919d99ecf2319af8b0 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sun, 12 Nov 2023 18:17:47 +0100 Subject: [PATCH] fixed a typo in the image definittion --- deployment/k3s/templates/deployments/maps/maps-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/k3s/templates/deployments/maps/maps-deployment.yaml b/deployment/k3s/templates/deployments/maps/maps-deployment.yaml index f98131268..624f2cadb 100644 --- a/deployment/k3s/templates/deployments/maps/maps-deployment.yaml +++ b/deployment/k3s/templates/deployments/maps/maps-deployment.yaml @@ -104,7 +104,7 @@ spec: failureThreshold: 6 periodSeconds: 10 - name: tileserver-src # serve tileserver-vol at /maps/vol/... - image: alpine:18 + image: alpine:3.18 imagePullPolicy: IfNotPresent command: - sh