Update docker-image.yml

This commit is contained in:
Mel van Veen
2024-12-03 09:26:33 +01:00
committed by GitHub
parent 3aa36bbedb
commit 7c5afd2d4e

View File

@@ -61,7 +61,7 @@ jobs:
k3s kubectl apply -f service.yaml
# Stap 4: Update de Kubernetes deployment (optioneel, vervang bestaande image)
k3s kubectl set image deployment/weetikveel weetikveel=veenm/weetikveel:latest --record
k3s kubectl set image deployment/weetikveel weetikveel=veenm/weetikveel:${{ env.VERSION }} --record
# Stap 5: Controleer de status van de pods en services
k3s kubectl rollout status deployment/weetikveel