Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions charts/cf-runtime/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/cf-runtime/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -1075,7 +1075,7 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/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 |
Expand Down
4 changes: 2 additions & 2 deletions charts/cf-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down