mirror of
https://github.com/suyiiyii/SIMS.git
synced 2026-05-10 18:59:59 +08:00
refactor: Update deployment.yaml to use dynamic image repository and tag
This commit is contained in:
@@ -18,7 +18,7 @@ spec:
|
||||
app: backend
|
||||
spec:
|
||||
containers:
|
||||
- image: ghcr.io/suyiiyii/sims:main
|
||||
- image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
|
||||
name: sims
|
||||
resources: {}
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user