Skip to content

Commit ba7efe8

Browse files
onprem: 2.2.8 (#1240)
1 parent 8e9ea71 commit ba7efe8

File tree

3 files changed

+16
-21
lines changed

3 files changed

+16
-21
lines changed

codefresh/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ dependencies:
115115
version: 21.247.16
116116
- name: cfui
117117
repository: oci://quay.io/codefresh/charts
118-
version: 14.92.159
118+
version: 14.92.160
119119
- name: k8s-monitor
120120
repository: oci://quay.io/codefresh/charts
121121
version: 4.11.6
@@ -155,5 +155,5 @@ dependencies:
155155
- name: cf-oidc-provider
156156
repository: oci://quay.io/codefresh/charts
157157
version: 0.0.14
158-
digest: sha256:d3e12edfef97e8b00f83c36ff8082193c1bfa17923d1d8e5f43123bc55700127
159-
generated: "2024-02-15T13:48:22.693953375+03:00"
158+
digest: sha256:510abb3396624dcbf6a0b0cecbfc85e9b3c9e98afeec4fc0d29f3fdba8ff9e69
159+
generated: "2024-03-20T11:12:46.335985599+03:00"

codefresh/Chart.yaml

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: Helm Chart for Codefresh On-Prem
33
name: codefresh
4-
version: 2.2.7
4+
version: 2.2.8
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -16,15 +16,10 @@ annotations:
1616
artifacthub.io/alternativeName: "codefresh-onprem"
1717
artifacthub.io/changes: |
1818
- kind: changed
19-
description: Update cf-api. Allow to disable API docs page
19+
description: Security updates for cf-ui
2020
links:
2121
- name: JIRA Issue
22-
url: https://codefresh-io.atlassian.net/browse/CR-21958
23-
- kind: security
24-
description: Update service-base package in cluster-providers/charts-manager/tasker-kubernetes/gitops-dashboard-manager/cf-broadcaster/cf-platform-analytics
25-
links:
26-
- name: JIRA Issue
27-
url: https://codefresh-io.atlassian.net/browse/CR-22420
22+
url: https://codefresh-io.atlassian.net/browse/CR-19700
2823
dependencies:
2924
- name: cf-common
3025
repository: oci://quay.io/codefresh/charts
@@ -78,23 +73,23 @@ dependencies:
7873
repository: https://kubernetes.github.io/ingress-nginx
7974
condition: ingress-nginx.enabled
8075
- name: cluster-providers
81-
version: "*"
76+
version: 1.17.3
8277
repository: oci://quay.io/codefresh/charts
8378
condition: cluster-providers.enabled
8479
- name: kube-integration
85-
version: "*"
80+
version: 1.31.3
8681
repository: oci://quay.io/codefresh/charts
8782
condition: kube-integration.enabled
8883
- name: charts-manager
8984
version: "*"
9085
repository: oci://quay.io/codefresh/charts
9186
condition: charts-manager.enabled
9287
- name: cfsign
93-
version: "*"
88+
version: 1.7.0
9489
repository: oci://quay.io/codefresh/charts
9590
condition: cfsign.enabled
9691
- name: tasker-kubernetes
97-
version: "*"
92+
version: 1.26.1
9893
repository: oci://quay.io/codefresh/charts
9994
condition: tasker-kubernetes.enabled
10095
- name: context-manager
@@ -106,7 +101,7 @@ dependencies:
106101
repository: oci://quay.io/codefresh/charts
107102
condition: pipeline-manager.enabled
108103
- name: gitops-dashboard-manager
109-
version: "*"
104+
version: 1.14.10
110105
repository: oci://quay.io/codefresh/charts
111106
condition: gitops-dashboard-manager.enabled
112107
- name: cfapi
@@ -211,7 +206,7 @@ dependencies:
211206
repository: oci://quay.io/codefresh/charts
212207
condition: cf-broadcaster.enabled
213208
- name: helm-repo-manager
214-
version: "*"
209+
version: 0.13.4
215210
repository: oci://quay.io/codefresh/charts
216211
condition: helm-repo-manager.enabled
217212
- name: hermes
@@ -228,20 +223,20 @@ dependencies:
228223
condition: hermes.enabled
229224
- name: cf-platform-analytics
230225
alias: cf-platform-analytics-platform
231-
version: "*"
226+
version: 0.49.26
232227
repository: oci://quay.io/codefresh/charts
233228
condition: argo-platform.enabled
234229
- name: cf-platform-analytics
235230
alias: cf-platform-analytics-etlstarter
236-
version: "*"
231+
version: 0.49.26
237232
repository: oci://quay.io/codefresh/charts
238233
condition: argo-platform.enabled
239234
- name: argo-platform
240235
version: "1.2577.0"
241236
repository: oci://quay.io/codefresh/charts
242237
condition: argo-platform.enabled
243238
- name: argo-hub-platform
244-
version: "*"
239+
version: 0.1.10
245240
repository: oci://quay.io/codefresh/charts
246241
condition: argo-platform.enabled
247242
- name: codefresh-tunnel-server

codefresh/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Codefresh On-Premises
22

3-
![Version: 2.2.7](https://img.shields.io/badge/Version-2.2.7-informational?style=flat-square) ![AppVersion: 2.2.0](https://img.shields.io/badge/AppVersion-2.2.0-informational?style=flat-square)
3+
![Version: 2.2.8](https://img.shields.io/badge/Version-2.2.8-informational?style=flat-square) ![AppVersion: 2.2.0](https://img.shields.io/badge/AppVersion-2.2.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)