Skip to content

Commit

Permalink
Update Pinnwand logo to square image
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Jun 9, 2024
1 parent a51870c commit 48b6521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/namespaces/web/pinnwand/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 48b6521

Please sign in to comment.