From 48b6521a87ab99d2dfe7d892a7ea74afdab7fe9a Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 9 Jun 2024 16:49:07 +0100 Subject: Update Pinnwand logo to square image --- kubernetes/namespaces/web/pinnwand/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/namespaces') diff --git a/kubernetes/namespaces/web/pinnwand/deployment.yaml b/kubernetes/namespaces/web/pinnwand/deployment.yaml index 61d65ae..748a46b 100644 --- a/kubernetes/namespaces/web/pinnwand/deployment.yaml +++ b/kubernetes/namespaces/web/pinnwand/deployment.yaml @@ -16,7 +16,7 @@ spec: initContainers: - name: init-service image: busybox:latest - command: ["wget", "https://raw.githubusercontent.com/python-discord/branding/main/logos/badge/badge_512x172.png", "-O", "/tmp/logo.png"] + command: ["wget", "https://raw.githubusercontent.com/python-discord/branding/main/logos/logo_discord/logo_discord_256.png", "-O", "/tmp/logo.png"] volumeMounts: - name: pinnwand-logo mountPath: /tmp/ -- cgit v1.2.3