Skip to content

Commit 281285b

Browse files
2.4 - update cf-api - fix missing offline logging
1 parent ab23572 commit 281285b

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

codefresh/Chart.lock

+23-23
Original file line numberDiff line numberDiff line change
@@ -64,64 +64,64 @@ dependencies:
6464
version: 1.14.13
6565
- name: cfapi
6666
repository: oci://quay.io/codefresh/charts
67-
version: 21.253.44
67+
version: 21.253.45
6868
- name: cfapi
6969
repository: oci://quay.io/codefresh/charts
70-
version: 21.253.44
70+
version: 21.253.45
7171
- name: cfapi
7272
repository: oci://quay.io/codefresh/charts
73-
version: 21.253.44
73+
version: 21.253.45
7474
- name: cfapi
7575
repository: oci://quay.io/codefresh/charts
76-
version: 21.253.44
76+
version: 21.253.45
7777
- name: cfapi
7878
repository: oci://quay.io/codefresh/charts
79-
version: 21.253.44
79+
version: 21.253.45
8080
- name: cfapi
8181
repository: oci://quay.io/codefresh/charts
82-
version: 21.253.44
82+
version: 21.253.45
8383
- name: cfapi
8484
repository: oci://quay.io/codefresh/charts
85-
version: 21.253.44
85+
version: 21.253.45
8686
- name: cfapi
8787
repository: oci://quay.io/codefresh/charts
88-
version: 21.253.44
88+
version: 21.253.45
8989
- name: cfapi
9090
repository: oci://quay.io/codefresh/charts
91-
version: 21.253.44
91+
version: 21.253.45
9292
- name: cfapi
9393
repository: oci://quay.io/codefresh/charts
94-
version: 21.253.44
94+
version: 21.253.45
9595
- name: cfapi
9696
repository: oci://quay.io/codefresh/charts
97-
version: 21.253.44
97+
version: 21.253.45
9898
- name: cfapi
9999
repository: oci://quay.io/codefresh/charts
100-
version: 21.253.44
100+
version: 21.253.45
101101
- name: cfapi
102102
repository: oci://quay.io/codefresh/charts
103-
version: 21.253.44
103+
version: 21.253.45
104104
- name: cfapi
105105
repository: oci://quay.io/codefresh/charts
106-
version: 21.253.44
106+
version: 21.253.45
107107
- name: cfapi
108108
repository: oci://quay.io/codefresh/charts
109-
version: 21.253.44
109+
version: 21.253.45
110110
- name: cfapi
111111
repository: oci://quay.io/codefresh/charts
112-
version: 21.253.44
112+
version: 21.253.45
113113
- name: cfapi
114114
repository: oci://quay.io/codefresh/charts
115-
version: 21.253.44
115+
version: 21.253.45
116116
- name: cfapi
117117
repository: oci://quay.io/codefresh/charts
118-
version: 21.253.44
118+
version: 21.253.45
119119
- name: cfui
120120
repository: oci://quay.io/codefresh/charts
121121
version: 14.94.77
122122
- name: k8s-monitor
123123
repository: oci://quay.io/codefresh/charts
124-
version: 4.11.6
124+
version: 4.11.7
125125
- name: runtime-environment-manager
126126
repository: oci://quay.io/codefresh/charts
127127
version: 3.35.7
@@ -142,10 +142,10 @@ dependencies:
142142
version: 0.8.6
143143
- name: cf-platform-analytics
144144
repository: oci://quay.io/codefresh/charts
145-
version: 0.49.52
145+
version: 0.49.54
146146
- name: cf-platform-analytics
147147
repository: oci://quay.io/codefresh/charts
148-
version: 0.49.52
148+
version: 0.49.54
149149
- name: argo-platform
150150
repository: oci://quay.io/codefresh/charts
151151
version: 1.2944.1
@@ -155,5 +155,5 @@ dependencies:
155155
- name: cf-oidc-provider
156156
repository: oci://quay.io/codefresh/charts
157157
version: 0.0.15
158-
digest: sha256:6bcae4853d52aa868bbc651a847ffc9d5d0ba61d54b36d2118859aeeacdefe2e
159-
generated: "2024-07-22T10:53:22.504306253+03:00"
158+
digest: sha256:4ee2356ee0c50b458075c52aedeb1976da4bbe709089626164f32e22dbd218de
159+
generated: "2024-07-31T16:44:15.270805+03:00"

codefresh/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apiVersion: v2
22
description: Helm Chart for Codefresh On-Prem
33
name: codefresh
4-
version: 2.4.4
4+
version: 2.4.5
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
88
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
99
sources:
10-
- https://github.com/codefresh-io/cf-helm
10+
- https://github.com/codefresh-io/codefresh-onprem-helm
1111
maintainers:
1212
- name: codefresh
1313
url: https://codefresh-io.github.io/
@@ -18,10 +18,10 @@ annotations:
1818
artifacthub.io/containsSecurityUpdates: "true"
1919
artifacthub.io/changes: |
2020
- kind: fixed
21-
description: "(gitops-platform) Fix ApplicationSet sync"
21+
description: "(cf-api) Missing build logs with OfflineLogging and MongoDB 6.x"
2222
links:
2323
- name: JIRA Issue
24-
url: https://codefresh-io.atlassian.net/browse/CR-23763
24+
url: https://codefresh-io.atlassian.net/browse/CR-24606
2525
dependencies:
2626
- name: cf-common
2727
repository: oci://quay.io/codefresh/charts

codefresh/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Codefresh On-Premises
22

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

55
Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/getting-started/intro-to-codefresh/) to Kubernetes.
66

0 commit comments

Comments
 (0)