From b8949304fb04fe4faecea1f2ed1b1e307bf39bca Mon Sep 17 00:00:00 2001 From: Mr Khachaturov <105451445+mrkhachaturov@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:16:51 +0300 Subject: [PATCH] Update cozystack-installer.yaml (#453) ## Summary by CodeRabbit - **New Features** - Updated the `cozystack` and `darkhttpd` container images to version `v0.17.1`, enhancing application performance and security. - **Bug Fixes** - Ensured the application retains its configuration settings for optimal operation within the Kubernetes environment. --- 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 2e583277..4fa8eab7 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.17.0" + image: "ghcr.io/aenix-io/cozystack/cozystack:v0.17.1" env: - name: KUBERNETES_SERVICE_HOST value: localhost @@ -87,7 +87,7 @@ spec: fieldRef: fieldPath: metadata.name - name: darkhttpd - image: "ghcr.io/aenix-io/cozystack/cozystack:v0.17.0" + image: "ghcr.io/aenix-io/cozystack/cozystack:v0.17.1" command: - /usr/bin/darkhttpd - /cozystack/assets