File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ configMapGenerator:
1515images :
1616- name : controller
1717 newName : quay.io/llamastack/llama-stack-k8s-operator
18- newTag : latest
18+ newTag : v0.3.0
Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ spec:
4040 - --leader-elect
4141 env :
4242 - name : OPERATOR_VERSION
43- value : " latest "
43+ value : " 0.3.0 "
4444 image : controller:latest
4545 imagePullPolicy : Always
4646 name : manager
4747 securityContext :
4848 allowPrivilegeEscalation : false
4949 capabilities :
5050 drop :
51- - " ALL"
51+ - " ALL"
5252 livenessProbe :
5353 httpGet :
5454 path : /healthz
Original file line number Diff line number Diff line change 11{
2- "starter" : " docker.io/llamastack/distribution-starter:latest " ,
3- "ollama" : " docker.io/llamastack/distribution-ollama:latest " ,
4- "bedrock" : " docker.io/llamastack/distribution-bedrock:latest " ,
5- "remote-vllm" : " docker.io/llamastack/distribution-remote-vllm:latest " ,
6- "tgi" : " docker.io/llamastack/distribution-tgi:latest " ,
7- "together" : " docker.io/llamastack/distribution-together:latest " ,
8- "vllm-gpu" : " docker.io/llamastack/distribution-vllm-gpu:latest "
2+ "starter" : " docker.io/llamastack/distribution-starter:0.2.22 " ,
3+ "ollama" : " docker.io/llamastack/distribution-ollama:0.2.22 " ,
4+ "bedrock" : " docker.io/llamastack/distribution-bedrock:0.2.22 " ,
5+ "remote-vllm" : " docker.io/llamastack/distribution-remote-vllm:0.2.22 " ,
6+ "tgi" : " docker.io/llamastack/distribution-tgi:0.2.22 " ,
7+ "together" : " docker.io/llamastack/distribution-together:0.2.22 " ,
8+ "vllm-gpu" : " docker.io/llamastack/distribution-vllm-gpu:0.2.22 "
99}
Original file line number Diff line number Diff line change @@ -2599,8 +2599,8 @@ spec:
25992599 - /manager
26002600 env :
26012601 - name : OPERATOR_VERSION
2602- value : latest
2603- image : quay.io/llamastack/llama-stack-k8s-operator:latest
2602+ value : 0.3.0
2603+ image : quay.io/llamastack/llama-stack-k8s-operator:v0.3.0
26042604 imagePullPolicy : Always
26052605 livenessProbe :
26062606 httpGet :
You can’t perform that action at this time.
0 commit comments