mirror of
https://github.com/wahyd4/you-music.git
synced 2026-08-08 20:59:47 +10:00
chore: Update k8s manifest to version master-30
This commit is contained in:
+2
-2
@@ -54,7 +54,7 @@ spec:
|
||||
# Init container to run database migrations
|
||||
initContainers:
|
||||
- name: youmusic-migrations
|
||||
image: "ghcr.io/wahyd4/you-music:master-29"
|
||||
image: "ghcr.io/wahyd4/you-music:master-30"
|
||||
imagePullPolicy: Always
|
||||
workingDir: /app/backend
|
||||
command:
|
||||
@@ -85,7 +85,7 @@ spec:
|
||||
|
||||
containers:
|
||||
- name: youmusic
|
||||
image: "ghcr.io/wahyd4/you-music:master-29" # Auto-updated by CI
|
||||
image: "ghcr.io/wahyd4/you-music:master-30" # Auto-updated by CI
|
||||
imagePullPolicy: Always
|
||||
workingDir: /app/backend
|
||||
command:
|
||||
|
||||
Reference in New Issue
Block a user