From 565779615d7e1410f59b5d0a3a4dfc0c36567fbf Mon Sep 17 00:00:00 2001 From: youmusic-bot Date: Fri, 31 Oct 2025 01:05:10 +0000 Subject: [PATCH] chore: Update k8s manifest to version master-23 --- k8s/manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/manifest.yaml b/k8s/manifest.yaml index d2de298..8e6f7a4 100644 --- a/k8s/manifest.yaml +++ b/k8s/manifest.yaml @@ -54,7 +54,7 @@ spec: # Init container to run database migrations initContainers: - name: youmusic-migrations - image: "ghcr.io/wahyd4/you-music:master-22" + image: "ghcr.io/wahyd4/you-music:master-23" imagePullPolicy: Always workingDir: /app/backend command: @@ -85,7 +85,7 @@ spec: containers: - name: youmusic - image: "ghcr.io/wahyd4/you-music:master-22" # Auto-updated by CI + image: "ghcr.io/wahyd4/you-music:master-23" # Auto-updated by CI imagePullPolicy: Always workingDir: /app/backend command: