From 160e4e2a327377fb49ca0de2351c8ec40ce5e748 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Thu, 27 Feb 2025 14:06:50 +0100 Subject: [PATCH] Update installation manifests Signed-off-by: Andrei Kvapil --- manifests/cozystack-installer.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/cozystack-installer.yaml b/manifests/cozystack-installer.yaml index cd2d4f2a..a0b849d4 100644 --- a/manifests/cozystack-installer.yaml +++ b/manifests/cozystack-installer.yaml @@ -68,7 +68,7 @@ spec: serviceAccountName: cozystack containers: - name: cozystack - image: "ghcr.io/aenix-io/cozystack/cozystack:v0.25.3" + image: "ghcr.io/aenix-io/cozystack/cozystack:v0.26.0" env: - name: KUBERNETES_SERVICE_HOST value: localhost @@ -87,7 +87,7 @@ spec: fieldRef: fieldPath: metadata.name - name: assets - image: "ghcr.io/aenix-io/cozystack/cozystack:v0.25.3" + image: "ghcr.io/aenix-io/cozystack/cozystack:v0.26.0" command: - /usr/bin/cozystack-assets-server - "-dir=/cozystack/assets"