Skip to content

Commit 4a932fe

Browse files
chore(CR-31776): upd cf-app-proxy (#642)
1 parent ba793dc commit 4a932fe

File tree

3 files changed

+6
-23
lines changed

3 files changed

+6
-23
lines changed

charts/cf-runtime/Chart.yaml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: A Helm chart for Codefresh Runner
33
name: cf-runtime
4-
version: 9.0.0
4+
version: 9.0.1
55
keywords:
66
- codefresh
77
- runner
@@ -17,25 +17,8 @@ annotations:
1717
artifacthub.io/containsSecurityUpdates: "true"
1818
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
1919
artifacthub.io/changes: |
20-
- kind: changed
21-
description: "Update \"cf-deploy-kubernetes\" to 17.0.0."
2220
- kind: security
23-
description: "Fix various CVE in \"cf-deploy-kubernetes\"."
24-
- kind: added
25-
description: "Support k8s 1.32, 1.33, 1.34 in \"deploy\" step."
26-
- kind: deprecated
27-
description: "Remove support for k8s older than 1.32 in \"deploy\" step."
28-
links:
29-
- name: Codefresh Docs - Deploy
30-
url: https://codefresh.io/docs/docs/pipelines/steps/deploy/
31-
- kind: changed
32-
description: "Update \"cf-container-logger\" to 2.0.0."
33-
- kind: changed
34-
description: "Update \"engine\" to 2.0.0."
35-
- kind: deprecated
36-
description: "Remove deprecated Prometheus metrics controlled by env variables \"METRICS_PROMETHEUS_ENABLED\" and \"METRICS_PROMETHEUS_ENABLE_LEGACY_METRICS\""
37-
- kind: deprecated
38-
description: "Remove \"codefresh.classic.build.deprecated_images.pulled\" OTel metric."
21+
description: "security fixes in cf-app-proxy"
3922
dependencies:
4023
- name: cf-common
4124
repository: oci://quay.io/codefresh/charts

charts/cf-runtime/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Codefresh Runner
22

3-
![Version: 9.0.0](https://img.shields.io/badge/Version-9.0.0-informational?style=flat-square)
3+
![Version: 9.0.1](https://img.shields.io/badge/Version-9.0.1-informational?style=flat-square)
44

55
Helm chart for deploying [Codefresh Runner](https://codefresh.io/docs/docs/installation/codefresh-runner/) to Kubernetes.
66

@@ -1197,7 +1197,7 @@ Install the Helm chart
11971197
| appProxy.affinity | object | `{}` | Set affinity |
11981198
| appProxy.enabled | bool | `false` | Enable app-proxy |
11991199
| appProxy.env | object | `{}` | Add additional env vars |
1200-
| appProxy.image | object | `{"digest":"sha256:e71789ed9c36bda32785b88708065bd819b055dbe053310cdbb2f1903fe15b21","registry":"quay.io","repository":"codefresh/cf-app-proxy","tag":"0.0.57"}` | Set image |
1200+
| appProxy.image | object | `{"digest":"sha256:f8ae2af25014edb2aeb45e27684054bc5c66a539ca1dac629da75df65a43cc57","registry":"quay.io","repository":"codefresh/cf-app-proxy","tag":"0.0.58"}` | Set image |
12011201
| appProxy.ingress.annotations | object | `{}` | Set extra annotations for ingress object |
12021202
| appProxy.ingress.class | string | `""` | Set ingress class |
12031203
| appProxy.ingress.host | string | `""` | Set DNS hostname the ingress will use |

charts/cf-runtime/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -828,8 +828,8 @@ appProxy:
828828
image:
829829
registry: quay.io
830830
repository: codefresh/cf-app-proxy
831-
tag: 0.0.57
832-
digest: sha256:e71789ed9c36bda32785b88708065bd819b055dbe053310cdbb2f1903fe15b21
831+
tag: 0.0.58
832+
digest: sha256:f8ae2af25014edb2aeb45e27684054bc5c66a539ca1dac629da75df65a43cc57
833833
# -- Add additional env vars
834834
env: {}
835835
# Set app-proxy ingress parameters

0 commit comments

Comments
 (0)