refactor: Update deployment.yaml to use dynamic image repository and tag

This commit is contained in:
2024-08-25 20:02:21 +08:00
parent 11f4736081
commit fe92bc750e
2 changed files with 22 additions and 36 deletions
+1 -1
View File
@@ -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: