diff --git a/charts/cf-runtime/Chart.yaml b/charts/cf-runtime/Chart.yaml index f9482fdb..8c7a358b 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.7.1 +version: 7.7.2 keywords: - codefresh - runner @@ -14,13 +14,11 @@ maintainers: url: https://codefresh-io.github.io/ annotations: # 💡 Do not forget to update this annotation: - artifacthub.io/containsSecurityUpdates: "false" + artifacthub.io/containsSecurityUpdates: "true" # Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`: artifacthub.io/changes: | - kind: security - description: "updated cf-docker-builder with security fixes" - - kind: security - description: "updated docker-tag-pusher with security fixes" + description: "updated cf-app-proxy 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 dde9a7e8..d5e88b61 100644 --- a/charts/cf-runtime/README.md +++ b/charts/cf-runtime/README.md @@ -1,6 +1,6 @@ ## Codefresh Runner -![Version: 7.7.1](https://img.shields.io/badge/Version-7.7.1-informational?style=flat-square) +![Version: 7.7.2](https://img.shields.io/badge/Version-7.7.2-informational?style=flat-square) Helm chart for deploying [Codefresh Runner](https://codefresh.io/docs/docs/installation/codefresh-runner/) to Kubernetes. @@ -1075,7 +1075,7 @@ Go to [https:///admin/runtime-environments/system](http | appProxy.affinity | object | `{}` | Set affinity | | appProxy.enabled | bool | `false` | Enable app-proxy | | appProxy.env | object | `{}` | Add additional env vars | -| appProxy.image | object | `{"digest":"sha256:140117c0e6ac41d64f80a537080ae134b21922e97f346e67237b72f07ffd0320","registry":"quay.io","repository":"codefresh/cf-app-proxy","tag":"0.0.54"}` | Set image | +| appProxy.image | object | `{"digest":"sha256:47e56203a2b091986bce51bed5395aaccd8c4ec6e1a8f60060919f4f5fc0ab66","registry":"quay.io","repository":"codefresh/cf-app-proxy","tag":"0.0.55"}` | Set image | | appProxy.ingress.annotations | object | `{}` | Set extra annotations for ingress object | | appProxy.ingress.class | string | `""` | Set ingress class | | appProxy.ingress.host | string | `""` | Set DNS hostname the ingress will use | diff --git a/charts/cf-runtime/values.yaml b/charts/cf-runtime/values.yaml index bcb328c6..9df48d71 100644 --- a/charts/cf-runtime/values.yaml +++ b/charts/cf-runtime/values.yaml @@ -668,8 +668,8 @@ appProxy: image: registry: quay.io repository: codefresh/cf-app-proxy - tag: 0.0.54 - digest: sha256:140117c0e6ac41d64f80a537080ae134b21922e97f346e67237b72f07ffd0320 + tag: 0.0.55 + digest: sha256:47e56203a2b091986bce51bed5395aaccd8c4ec6e1a8f60060919f4f5fc0ab66 # -- Add additional env vars env: {} # Set app-proxy ingress parameters