File tree Expand file tree Collapse file tree 4 files changed +29
-10
lines changed Expand file tree Collapse file tree 4 files changed +29
-10
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies:
4
4
version: 0.16.0
5
5
- name: internal-gateway
6
6
repository: oci://quay.io/codefresh/charts
7
- version: 0.5 .0
7
+ version: 0.6 .0
8
8
- name: consul
9
9
repository: https://charts.bitnami.com/bitnami
10
10
version: 10.14.4
@@ -46,7 +46,7 @@ dependencies:
46
46
version: 1.31.3
47
47
- name: charts-manager
48
48
repository: oci://quay.io/codefresh/charts
49
- version: 1.16.8
49
+ version: 1.16.9
50
50
- name: cfsign
51
51
repository: oci://quay.io/codefresh/charts
52
52
version: 1.7.0
@@ -139,10 +139,10 @@ dependencies:
139
139
version: 0.8.5
140
140
- name: cf-platform-analytics
141
141
repository: oci://quay.io/codefresh/charts
142
- version: 0.49.22
142
+ version: 0.49.23
143
143
- name: cf-platform-analytics
144
144
repository: oci://quay.io/codefresh/charts
145
- version: 0.49.22
145
+ version: 0.49.23
146
146
- name: argo-platform
147
147
repository: oci://quay.io/codefresh/charts
148
148
version: 1.2577.0
@@ -155,5 +155,5 @@ dependencies:
155
155
- name: cf-oidc-provider
156
156
repository: oci://quay.io/codefresh/charts
157
157
version: 0.0.14
158
- digest: sha256:634fbe8c9ad91f319258e0507f7d3f8bd137c8d88887f3a7c6c0f6223c14ce3e
159
- generated: "2024-01-23T12:47:18.166474874 +03:00"
158
+ digest: sha256:5c137704754971ecc088903e7c3268b56e2cfc60274a919f8b2246aae7816546
159
+ generated: "2024-01-26T11:26:35.50583572 +03:00"
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
description : Helm Chart for Codefresh On-Prem
3
3
name : codefresh
4
- version : 2.2.5
4
+ version : 2.2.6
5
5
keywords :
6
6
- codefresh
7
7
home : https://codefresh.io/
@@ -16,14 +16,26 @@ annotations:
16
16
artifacthub.io/alternativeName : " codefresh-onprem"
17
17
artifacthub.io/changes : |
18
18
- kind: changed
19
- description: Update tasker-kubernetes and docker (25.0-dind)
19
+ description: Update default proxy_buffer_size internal-gateway for all locations
20
+ - kind: fixed
21
+ description: Update proxy_buffer_size for /api/auth/authenticate location
22
+ links:
23
+ - name: JIRA Issue
24
+ url: https://codefresh-io.atlassian.net/browse/CR-21125
25
+ - kind: fixed
26
+ description: Fix Helm charts page (updated charts-managers)
27
+ links:
28
+ - name: JIRA Issue
29
+ url: https://codefresh-io.atlassian.net/browse/CR-22370
30
+ - kind: changed
31
+ description: Update platform-analytics
20
32
dependencies :
21
33
- name : cf-common
22
34
repository : oci://quay.io/codefresh/charts
23
35
version : 0.16.0
24
36
- name : internal-gateway
25
37
repository : oci://quay.io/codefresh/charts
26
- version : " 0.5.0 "
38
+ version : 0.6.0
27
39
condition : internal-gateway.enabled
28
40
- name : consul
29
41
version : 10.14.4
Original file line number Diff line number Diff line change 1
1
## Codefresh On-Premises
2
2
3
- ![ Version: 2.2.5 ] ( https://img.shields.io/badge/Version-2.2.5 -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.6 ] ( https://img.shields.io/badge/Version-2.2.6 -informational?style=flat-square ) ![ AppVersion: 2.2.0] ( https://img.shields.io/badge/AppVersion-2.2.0-informational?style=flat-square )
4
4
5
5
Helm chart for deploying [ Codefresh On-Premises] ( https://codefresh.io/docs/docs/getting-started/intro-to-codefresh/ ) to Kubernetes.
6
6
Original file line number Diff line number Diff line change @@ -614,6 +614,13 @@ internal-gateway:
614
614
image :
615
615
registry : docker.io
616
616
repository : nginxinc/nginx-unprivileged
617
+ nginx :
618
+ config :
619
+ locations :
620
+ /api/auth/authenticate :
621
+ locationDirectives :
622
+ proxy_buffers : " 4 180k"
623
+ proxy_buffer_size : " 180k"
617
624
resources :
618
625
requests :
619
626
cpu : 100m
You can’t perform that action at this time.
0 commit comments