From 2064a2d446d6f22f3665167d03c0a4029393db00 Mon Sep 17 00:00:00 2001 From: Zhenya Tikhonov Date: Thu, 28 Nov 2024 13:37:24 +0400 Subject: [PATCH] build: upgrade `codefresh/cli` (#532) --- charts/cf-runtime/Chart.yaml | 4 ++-- charts/cf-runtime/README.md | 4 ++-- charts/cf-runtime/values.yaml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/cf-runtime/Chart.yaml b/charts/cf-runtime/Chart.yaml index add6ddc5..53e776de 100644 --- a/charts/cf-runtime/Chart.yaml +++ b/charts/cf-runtime/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: A Helm chart for Codefresh Runner name: cf-runtime -version: 7.1.8 +version: 7.1.9 keywords: - codefresh - runner @@ -18,7 +18,7 @@ annotations: # Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`: artifacthub.io/changes: | - kind: security - description: "Upgrade docker-tag-pusher to the latest version with multiple security fixes" + description: "Upgrade `codefresh/cli` to the latest version with security fixes" dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts diff --git a/charts/cf-runtime/README.md b/charts/cf-runtime/README.md index f405516b..6750c909 100644 --- a/charts/cf-runtime/README.md +++ b/charts/cf-runtime/README.md @@ -1,6 +1,6 @@ ## Codefresh Runner -![Version: 7.1.8](https://img.shields.io/badge/Version-7.1.8-informational?style=flat-square) +![Version: 7.1.9](https://img.shields.io/badge/Version-7.1.9-informational?style=flat-square) Helm chart for deploying [Codefresh Runner](https://codefresh.io/docs/docs/installation/codefresh-runner/) to Kubernetes. @@ -1156,7 +1156,7 @@ Go to [https:///admin/runtime-environments/system](http | runner.enabled | bool | `true` | Enable the runner | | runner.env | object | `{}` | Add additional env vars | | runner.image | object | `{"digest":"sha256:2327a1af2b8ad13e9685e7e577c2aa0d23580657c8da001f436f803280879eab","registry":"quay.io","repository":"codefresh/venona","tag":"1.10.8"}` | Set image | -| runner.init | object | `{"image":{"digest":"sha256:27281df44814d837fbcc41ba53ee8010ce5496eb758c29f775958d713c79c41a","registry":"quay.io","repository":"codefresh/cli","tag":"0.85.0-rootless"},"resources":{"limits":{"cpu":"1","memory":"512Mi"},"requests":{"cpu":"0.2","memory":"256Mi"}}}` | Init container | +| runner.init | object | `{"image":{"digest":"sha256:b256d150ff8a636851ddc1d5fb0490114d5036cc5bff357eac6a9899fea87562","registry":"quay.io","repository":"codefresh/cli","tag":"0.88.4-rootless"},"resources":{"limits":{"cpu":"1","memory":"512Mi"},"requests":{"cpu":"0.2","memory":"256Mi"}}}` | Init container | | runner.nodeSelector | object | `{}` | Set node selector | | runner.podAnnotations | object | `{}` | Set pod annotations | | runner.podSecurityContext | object | See below | Set security context for the pod | diff --git a/charts/cf-runtime/values.yaml b/charts/cf-runtime/values.yaml index 7a8f682d..3dcc989f 100644 --- a/charts/cf-runtime/values.yaml +++ b/charts/cf-runtime/values.yaml @@ -79,8 +79,8 @@ runner: image: registry: quay.io repository: codefresh/cli - tag: 0.85.0-rootless - digest: sha256:27281df44814d837fbcc41ba53ee8010ce5496eb758c29f775958d713c79c41a + tag: 0.88.4-rootless + digest: sha256:b256d150ff8a636851ddc1d5fb0490114d5036cc5bff357eac6a9899fea87562 resources: limits: memory: 512Mi @@ -602,8 +602,8 @@ runtime: image: registry: quay.io repository: codefresh/cli - tag: 0.85.0-rootless - digest: sha256:27281df44814d837fbcc41ba53ee8010ce5496eb758c29f775958d713c79c41a + tag: 0.88.4-rootless + digest: sha256:b256d150ff8a636851ddc1d5fb0490114d5036cc5bff357eac6a9899fea87562 rbac: enabled: true annotations: {}