diff --git a/charts/cf-runtime/Chart.yaml b/charts/cf-runtime/Chart.yaml index 55f67fc9..004c194b 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: 6.3.15 +version: 6.3.16 keywords: - codefresh - runner @@ -14,10 +14,8 @@ maintainers: url: https://codefresh-io.github.io/ annotations: artifacthub.io/changes: | - - kind: changed - description: Upgrade engine to v1.169.8 - - kind: fixed - description: Fix pipeline debug mode + - kind: security + description: Upgraded k8s-agent to 1.3.17 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 e6358214..e9a4b57a 100644 --- a/charts/cf-runtime/README.md +++ b/charts/cf-runtime/README.md @@ -1,6 +1,6 @@ ## Codefresh Runner -![Version: 6.3.15](https://img.shields.io/badge/Version-6.3.15-informational?style=flat-square) +![Version: 6.3.16](https://img.shields.io/badge/Version-6.3.16-informational?style=flat-square) Helm chart for deploying [Codefresh Runner](https://codefresh.io/docs/docs/installation/codefresh-runner/) to Kubernetes. @@ -964,7 +964,7 @@ Go to [https:///admin/runtime-environments/system](http | monitor.affinity | object | `{}` | Set affinity | | monitor.enabled | bool | `false` | Enable monitor Ref: https://codefresh.io/docs/docs/installation/codefresh-runner/#install-monitoring-component | | monitor.env | object | `{}` | Add additional env vars | -| monitor.image | object | `{"registry":"quay.io","repository":"codefresh/cf-k8s-agent","tag":"1.3.16"}` | Set image | +| monitor.image | object | `{"registry":"quay.io","repository":"codefresh/cf-k8s-agent","tag":"1.3.17"}` | Set image | | monitor.nodeSelector | object | `{}` | Set node selector | | monitor.podAnnotations | object | `{}` | Set pod annotations | | monitor.podSecurityContext | object | `{}` | | diff --git a/charts/cf-runtime/values.yaml b/charts/cf-runtime/values.yaml index 2479eb07..db6d031f 100644 --- a/charts/cf-runtime/values.yaml +++ b/charts/cf-runtime/values.yaml @@ -717,7 +717,7 @@ monitor: image: registry: quay.io repository: codefresh/cf-k8s-agent - tag: 1.3.16 + tag: 1.3.17 # -- Add additional env vars env: {}