Skip to content

Commit 3a17696

Browse files
v0.9.0
- Update operator version to v0.9.0 - Update LlamaStack distributions to 0.7.1 - Generate release manifests Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8296cb6 commit 3a17696

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ configMapGenerator:
1616
images:
1717
- name: controller
1818
newName: quay.io/llamastack/llama-stack-k8s-operator
19-
newTag: latest
19+
newTag: v0.9.0

config/manager/manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

distributions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
}

release/operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)