File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ configMapGenerator:
1616images :
1717- name : controller
1818 newName : quay.io/llamastack/llama-stack-k8s-operator
19- newTag : latest
19+ newTag : v0.9.0
Original file line number Diff line number Diff line change @@ -55,15 +55,15 @@ spec:
5555 - name : GOMEMLIMIT
5656 value : " 800MiB"
5757 - name : OPERATOR_VERSION
58- value : " latest "
58+ value : " 0.9.0 "
5959 image : controller:latest
6060 imagePullPolicy : Always
6161 name : manager
6262 securityContext :
6363 allowPrivilegeEscalation : false
6464 capabilities :
6565 drop :
66- - " ALL"
66+ - " ALL"
6767 livenessProbe :
6868 httpGet :
6969 path : /healthz
Original file line number Diff line number Diff line change 11{
2- "starter" : " docker.io/llamastack/distribution-starter:latest " ,
3- "remote-vllm" : " docker.io/llamastack/distribution-remote-vllm:latest " ,
4- "meta-reference-gpu" : " docker.io/llamastack/distribution-meta-reference-gpu:latest " ,
5- "postgres-demo" : " docker.io/llamastack/distribution-postgres-demo:latest "
2+ "starter" : " docker.io/llamastack/distribution-starter:0.7.1 " ,
3+ "remote-vllm" : " docker.io/llamastack/distribution-remote-vllm:0.7.1 " ,
4+ "meta-reference-gpu" : " docker.io/llamastack/distribution-meta-reference-gpu:0.7.1 " ,
5+ "postgres-demo" : " docker.io/llamastack/distribution-postgres-demo:0.7.1 "
66}
Original file line number Diff line number Diff line change @@ -3209,8 +3209,8 @@ spec:
32093209 - name : GOMEMLIMIT
32103210 value : 800MiB
32113211 - name : OPERATOR_VERSION
3212- value : latest
3213- image : quay.io/llamastack/llama-stack-k8s-operator:latest
3212+ value : 0.9.0
3213+ image : quay.io/llamastack/llama-stack-k8s-operator:v0.9.0
32143214 imagePullPolicy : Always
32153215 livenessProbe :
32163216 httpGet :
You can’t perform that action at this time.
0 commit comments