Skip to content

Commit b312cc9

Browse files
authored
fix: upgrade cf-app-proxy (#571)
1 parent 0dd8459 commit b312cc9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

charts/cf-runtime/Chart.yaml

Lines changed: 4 additions & 4 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.5.9
4+
version: 7.5.10
55
keywords:
66
- codefresh
77
- runner
@@ -14,11 +14,11 @@ maintainers:
1414
url: https://codefresh-io.github.io/
1515
annotations:
1616
# 💡 Do not forget to update this annotation:
17-
artifacthub.io/containsSecurityUpdates: "true"
17+
artifacthub.io/containsSecurityUpdates: "false"
1818
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
1919
artifacthub.io/changes: |
20-
- kind: security
21-
description: "updated engine with security fixes"
20+
- kind: fixed
21+
description: "fixed a bug in retrieving the list of repositories for Bitbucket through cf-app-proxy"
2222
dependencies:
2323
- name: cf-common
2424
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.5.9](https://img.shields.io/badge/Version-7.5.9-informational?style=flat-square)
3+
![Version: 7.5.10](https://img.shields.io/badge/Version-7.5.10-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:aa8e19fafc10d9901604ec4e307d4190614d4900802ec636b3c31103aece4b35","registry":"quay.io","repository":"codefresh/cf-app-proxy","tag":"0.0.51"}` | Set image |
1078+
| appProxy.image | object | `{"digest":"sha256:140117c0e6ac41d64f80a537080ae134b21922e97f346e67237b72f07ffd0320","registry":"quay.io","repository":"codefresh/cf-app-proxy","tag":"0.0.54"}` | 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.51
672-
digest: sha256:aa8e19fafc10d9901604ec4e307d4190614d4900802ec636b3c31103aece4b35
671+
tag: 0.0.54
672+
digest: sha256:140117c0e6ac41d64f80a537080ae134b21922e97f346e67237b72f07ffd0320
673673
# -- Add additional env vars
674674
env: {}
675675
# Set app-proxy ingress parameters

0 commit comments

Comments
 (0)