File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
4
4
name : backend
5
5
namespace : llm-backend
6
6
annotations :
7
- argocd-image-updater.argoproj.io/image-list : backend=ghcr.io/ gaurav00700/llm_app-backend:latest # <imgname>=<registry>/<organization-or-username>/<repository>:<tag>
7
+ argocd-image-updater.argoproj.io/image-list : backend=gaurav00700/llm_app-backend:latest # <imgname>=<registry>/<organization-or-username>/<repository>:<tag>
8
8
argocd-image-updater.argoproj.io/backend.update-strategy : digest # <imgname> = backend
9
9
argocd-image-updater.argoproj.io/write-back-method : git
10
10
spec :
19
19
spec :
20
20
containers :
21
21
- name : backend
22
- # image: gaurav00700/llm_app-backend:latest
23
- image : ghcr.io/gaurav00700/llm_app-backend:latest # ArgoCD will convert this to digest
22
+ image : gaurav00700/llm_app-backend:latest # ArgoCD will convert this to digest
24
23
imagePullPolicy : Always # Ensures latest image is always pulled
25
24
ports :
26
25
- containerPort : 8000
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
4
4
name : frontend # service name
5
5
namespace : llm-frontend # namespace name
6
6
annotations :
7
- argocd-image-updater.argoproj.io/image-list : frontend=ghcr.io/ gaurav00700/llm_app-frontend:latest@sha256 # <imgname>=<registry>/<organization-or-username>/<repository>:<tag>
7
+ argocd-image-updater.argoproj.io/image-list : frontend=gaurav00700/llm_app-frontend:latest # <imgname>=<registry>/<organization-or-username>/<repository>:<tag>
8
8
argocd-image-updater.argoproj.io/frontend.update-strategy : digest # <name> = frontend
9
9
argocd-image-updater.argoproj.io/write-back-method : git
10
10
spec :
19
19
spec :
20
20
containers :
21
21
- name : frontend
22
- # image: gaurav00700/llm_app-frontend:latest
23
- image : ghcr.io/gaurav00700/llm_app-frontend:latest # ArgoCD will convert this to digest
22
+ image : gaurav00700/llm_app-frontend:latest # ArgoCD will convert this to digest
24
23
imagePullPolicy : Always # Ensures latest image is always pulled
25
24
ports :
26
25
- containerPort : 8500
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
4
4
name : llm
5
5
namespace : llm-model
6
6
annotations :
7
- argocd-image-updater.argoproj.io/image-list : llm=ghcr.io/ gaurav00700/llm_app-llm:latest # <imgname>=<registry>/<organization-or-username>/<repository>:<tag>
7
+ argocd-image-updater.argoproj.io/image-list : llm=gaurav00700/llm_app-llm:latest # <imgname>=<registry>/<organization-or-username>/<repository>:<tag>
8
8
argocd-image-updater.argoproj.io/llm.update-strategy : digest # <name> = llm
9
9
argocd-image-updater.argoproj.io/write-back-method : git
10
10
spec :
19
19
spec :
20
20
containers :
21
21
- name : llm
22
- # image: gaurav00700/llm_app-llm:latest
23
- image : ghcr.io/gaurav00700/llm_app-llm:latest # ArgoCD will convert this to digest
22
+ image : gaurav00700/llm_app-llm:latest # ArgoCD will convert this to digest
24
23
imagePullPolicy : Always # Ensures latest image is always pulled
25
24
ports :
26
25
- containerPort : 11434
You can’t perform that action at this time.
0 commit comments