Skip to content

Commit 8d33e8f

Browse files
onprem: 2.2.6 release (#1225)
1 parent bb0bceb commit 8d33e8f

File tree

4 files changed

+29
-10
lines changed

4 files changed

+29
-10
lines changed

codefresh/Chart.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies:
44
version: 0.16.0
55
- name: internal-gateway
66
repository: oci://quay.io/codefresh/charts
7-
version: 0.5.0
7+
version: 0.6.0
88
- name: consul
99
repository: https://charts.bitnami.com/bitnami
1010
version: 10.14.4
@@ -46,7 +46,7 @@ dependencies:
4646
version: 1.31.3
4747
- name: charts-manager
4848
repository: oci://quay.io/codefresh/charts
49-
version: 1.16.8
49+
version: 1.16.9
5050
- name: cfsign
5151
repository: oci://quay.io/codefresh/charts
5252
version: 1.7.0
@@ -139,10 +139,10 @@ dependencies:
139139
version: 0.8.5
140140
- name: cf-platform-analytics
141141
repository: oci://quay.io/codefresh/charts
142-
version: 0.49.22
142+
version: 0.49.23
143143
- name: cf-platform-analytics
144144
repository: oci://quay.io/codefresh/charts
145-
version: 0.49.22
145+
version: 0.49.23
146146
- name: argo-platform
147147
repository: oci://quay.io/codefresh/charts
148148
version: 1.2577.0
@@ -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: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"

codefresh/Chart.yaml

Lines changed: 15 additions & 3 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.5
4+
version: 2.2.6
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -16,14 +16,26 @@ annotations:
1616
artifacthub.io/alternativeName: "codefresh-onprem"
1717
artifacthub.io/changes: |
1818
- 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
2032
dependencies:
2133
- name: cf-common
2234
repository: oci://quay.io/codefresh/charts
2335
version: 0.16.0
2436
- name: internal-gateway
2537
repository: oci://quay.io/codefresh/charts
26-
version: "0.5.0"
38+
version: 0.6.0
2739
condition: internal-gateway.enabled
2840
- name: consul
2941
version: 10.14.4

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.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)
44

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

codefresh/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,13 @@ internal-gateway:
614614
image:
615615
registry: docker.io
616616
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"
617624
resources:
618625
requests:
619626
cpu: 100m

0 commit comments

Comments
 (0)