Skip to content

Commit 33e44c4

Browse files
chore(CR-29161): updated cf-app-proxy (#580)
1 parent 4f4cc39 commit 33e44c4

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

charts/cf-runtime/Chart.yaml

Lines changed: 3 additions & 5 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: 7.7.1
4+
version: 7.7.2
55
keywords:
66
- codefresh
77
- runner
@@ -14,13 +14,11 @@ maintainers:
1414
url: https://codefresh-io.github.io/
1515
annotations:
1616
# 💡 Do not forget to update this annotation:
17-
artifacthub.io/containsSecurityUpdates: "false"
17+
artifacthub.io/containsSecurityUpdates: "true"
1818
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
1919
artifacthub.io/changes: |
2020
- kind: security
21-
description: "updated cf-docker-builder with security fixes"
22-
- kind: security
23-
description: "updated docker-tag-pusher with security fixes"
21+
description: "updated cf-app-proxy with security fixes"
2422
dependencies:
2523
- name: cf-common
2624
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: 7.7.1](https://img.shields.io/badge/Version-7.7.1-informational?style=flat-square)
3+
![Version: 7.7.2](https://img.shields.io/badge/Version-7.7.2-informational?style=flat-square)
44

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

@@ -1075,7 +1075,7 @@ Go to [https://<YOUR_ONPREM_DOMAIN_HERE>/admin/runtime-environments/system](http
10751075
| appProxy.affinity | object | `{}` | Set affinity |
10761076
| appProxy.enabled | bool | `false` | Enable app-proxy |
10771077
| appProxy.env | object | `{}` | Add additional env vars |
1078-
| appProxy.image | object | `{"digest":"sha256:140117c0e6ac41d64f80a537080ae134b21922e97f346e67237b72f07ffd0320","registry":"quay.io","repository":"codefresh/cf-app-proxy","tag":"0.0.54"}` | Set image |
1078+
| appProxy.image | object | `{"digest":"sha256:47e56203a2b091986bce51bed5395aaccd8c4ec6e1a8f60060919f4f5fc0ab66","registry":"quay.io","repository":"codefresh/cf-app-proxy","tag":"0.0.55"}` | Set image |
10791079
| appProxy.ingress.annotations | object | `{}` | Set extra annotations for ingress object |
10801080
| appProxy.ingress.class | string | `""` | Set ingress class |
10811081
| 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
@@ -668,8 +668,8 @@ appProxy:
668668
image:
669669
registry: quay.io
670670
repository: codefresh/cf-app-proxy
671-
tag: 0.0.54
672-
digest: sha256:140117c0e6ac41d64f80a537080ae134b21922e97f346e67237b72f07ffd0320
671+
tag: 0.0.55
672+
digest: sha256:47e56203a2b091986bce51bed5395aaccd8c4ec6e1a8f60060919f4f5fc0ab66
673673
# -- Add additional env vars
674674
env: {}
675675
# Set app-proxy ingress parameters

0 commit comments

Comments
 (0)