From 41c68177d6d99b8a902c0458a02787c4cf0f27f9 Mon Sep 17 00:00:00 2001 From: Gwyn Date: Wed, 27 Mar 2024 20:24:20 -0600 Subject: [PATCH] publish newest article to production --- .../overlays/production/deployment-container-version-patch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website-deployment/k8s-manifests/overlays/production/deployment-container-version-patch.yaml b/website-deployment/k8s-manifests/overlays/production/deployment-container-version-patch.yaml index c13814b..142d82c 100644 --- a/website-deployment/k8s-manifests/overlays/production/deployment-container-version-patch.yaml +++ b/website-deployment/k8s-manifests/overlays/production/deployment-container-version-patch.yaml @@ -8,6 +8,6 @@ spec: spec: containers: - name: website - image: docker.io/playtechnique/website:6 + image: docker.io/playtechnique/website:7 command: ["/andrew", "/website", "0.0.0.0:8080", "https://playtechnique.io"]