From abc6f2a2380397feda1e551ffa6e5d483f003142 Mon Sep 17 00:00:00 2001 From: mikhail-klimko Date: Tue, 19 Nov 2024 11:56:26 +0300 Subject: [PATCH] fix: misc security update (#526) --- 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 cfdbc214..38ef735d 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.1 +version: 7.1.2 keywords: - codefresh - runner @@ -18,7 +18,7 @@ annotations: # Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`: artifacthub.io/changes: | - kind: security - description: "updating engine" + description: "Misc security updates (kubectl and codefresh-shell images)" 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 10a753bd..8eab85c8 100644 --- a/charts/cf-runtime/README.md +++ b/charts/cf-runtime/README.md @@ -1,6 +1,6 @@ ## Codefresh Runner -![Version: 7.1.1](https://img.shields.io/badge/Version-7.1.1-informational?style=flat-square) +![Version: 7.1.2](https://img.shields.io/badge/Version-7.1.2-informational?style=flat-square) Helm chart for deploying [Codefresh Runner](https://codefresh.io/docs/docs/installation/codefresh-runner/) to Kubernetes. @@ -1170,7 +1170,7 @@ Go to [https:///admin/runtime-environments/system](http | runner.serviceAccount.annotations | object | `{}` | Additional service account annotations | | runner.serviceAccount.create | bool | `true` | Create service account | | runner.serviceAccount.name | string | `""` | Override service account name | -| runner.sidecar | object | `{"enabled":false,"env":{"RECONCILE_INTERVAL":300},"image":{"digest":"sha256:1f2d1f9effa751601a004e69bc9059a848b7428df379d2ef0c3e7858dc5989d0","registry":"quay.io","repository":"codefresh/codefresh-shell","tag":"0.0.2"},"resources":{}}` | Sidecar container Reconciles runtime spec from Codefresh API for drift detection | +| runner.sidecar | object | `{"enabled":false,"env":{"RECONCILE_INTERVAL":300},"image":{"digest":"sha256:e60e9e57979b0f02dc850b25b4808e72dda90c6a50eb40deadce0590f8ad1845","registry":"quay.io","repository":"codefresh/codefresh-shell","tag":"0.0.21"},"resources":{}}` | Sidecar container Reconciles runtime spec from Codefresh API for drift detection | | runner.tolerations | list | `[]` | Set tolerations | | runner.updateStrategy | object | `{"type":"RollingUpdate"}` | Upgrade strategy | | runtime | object | See below | Set runtime parameters | diff --git a/charts/cf-runtime/values.yaml b/charts/cf-runtime/values.yaml index 3a59088d..da901029 100644 --- a/charts/cf-runtime/values.yaml +++ b/charts/cf-runtime/values.yaml @@ -95,8 +95,8 @@ runner: image: registry: quay.io repository: codefresh/codefresh-shell - tag: 0.0.2 - digest: sha256:1f2d1f9effa751601a004e69bc9059a848b7428df379d2ef0c3e7858dc5989d0 + tag: 0.0.21 + digest: sha256:e60e9e57979b0f02dc850b25b4808e72dda90c6a50eb40deadce0590f8ad1845 env: RECONCILE_INTERVAL: 300 resources: {} @@ -620,8 +620,8 @@ runtime: image: registry: quay.io repository: codefresh/kubectl - tag: 1.28.4 - digest: sha256:753e434a8e51c58d3f5daca2dff88073bc7b3bde3a45e0f00d74181176302e37 + tag: 1.31.2 + digest: sha256:ee724ff89b68f06c36b44f01b4feac3f2cfde5aa7ae9bad11577d82a9fcd48ab rbac: enabled: true annotations: {}