Skip to content

Commit c53f20f

Browse files
onprem: 2.7.5 (#36)
1 parent f421fc7 commit c53f20f

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

codefresh/Chart.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies:
3737
version: 1.4.0
3838
- name: ingress-nginx
3939
repository: https://kubernetes.github.io/ingress-nginx
40-
version: 4.11.2
40+
version: 4.12.1
4141
- name: cluster-providers
4242
repository: oci://quay.io/codefresh/charts
4343
version: 1.17.15
@@ -170,5 +170,5 @@ dependencies:
170170
- name: onboarding-status
171171
repository: oci://quay.io/codefresh/charts
172172
version: 1.8.8
173-
digest: sha256:1a674a100aee5e84b21984cd9586ffe3ca48dc6951fed91023cf93bf58c67111
174-
generated: "2025-03-26T11:42:09.123651+03:00"
173+
digest: sha256:bdf0f27e7c70cc8fcd0c09ab72616db6f0429f171941f75e5edb554d542979a6
174+
generated: "2025-03-26T12:45:57.737771+03:00"

codefresh/Chart.yaml

+4-4
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.7.4
4+
version: 2.7.5
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -18,8 +18,8 @@ annotations:
1818
# artifacthub.io/containsSecurityUpdates: "true"
1919
# supported kinds are added, changed, deprecated, removed, fixed and security.
2020
artifacthub.io/changes: |
21-
- kind: fixed
22-
description: "REDIS_FEATURE_* env vars in cf-api"
21+
- kind: security
22+
description: "Upgrade ingress-nginx controller"
2323
dependencies:
2424
- name: cf-common
2525
repository: oci://quay.io/codefresh/charts
@@ -69,7 +69,7 @@ dependencies:
6969
condition: runner.enabled
7070
version: 1.4.0
7171
- name: ingress-nginx
72-
version: 4.11.2
72+
version: 4.12.1
7373
repository: https://kubernetes.github.io/ingress-nginx
7474
condition: ingress-nginx.enabled
7575
- name: cluster-providers

codefresh/README.md

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

3-
![Version: 2.7.4](https://img.shields.io/badge/Version-2.7.4-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.0-informational?style=flat-square)
3+
![Version: 2.7.5](https://img.shields.io/badge/Version-2.7.5-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.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

@@ -2290,7 +2290,7 @@ After platform upgrade, Consul fails with the error `refusing to rejoin cluster
22902290
| hermes | object | See below | hermes |
22912291
| hooks | object | See below | Pre/post-upgrade Job hooks. Updates images in `system/default` runtime. |
22922292
| imageCredentials | object | `{}` | Credentials for Image Pull Secret object |
2293-
| ingress | object | `{"annotations":{"nginx.ingress.kubernetes.io/configuration-snippet":"more_set_headers \"X-Request-ID: $request_id\";\nproxy_set_header X-Request-ID $request_id;\n","nginx.ingress.kubernetes.io/service-upstream":"true","nginx.ingress.kubernetes.io/ssl-redirect":"false","nginx.org/redirect-to-https":"false"},"enabled":true,"ingressClassName":"nginx-codefresh","nameOverride":"","services":{"internal-gateway":["/"]},"tls":{"cert":"","enabled":false,"existingSecret":"","key":"","secretName":"star.codefresh.io"}}` | Ingress |
2293+
| ingress | object | `{"annotations":{"nginx.ingress.kubernetes.io/service-upstream":"true","nginx.ingress.kubernetes.io/ssl-redirect":"false","nginx.org/redirect-to-https":"false"},"enabled":true,"ingressClassName":"nginx-codefresh","nameOverride":"","services":{"internal-gateway":["/"]},"tls":{"cert":"","enabled":false,"existingSecret":"","key":"","secretName":"star.codefresh.io"}}` | Ingress |
22942294
| ingress-nginx | object | See below | ingress-nginx Ref: https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml |
22952295
| ingress.annotations | object | See below | Set annotations for ingress. |
22962296
| ingress.enabled | bool | `true` | Enable the Ingress |

codefresh/values.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,6 @@ ingress:
122122
nginx.ingress.kubernetes.io/service-upstream: "true"
123123
nginx.ingress.kubernetes.io/ssl-redirect: "false"
124124
nginx.org/redirect-to-https: "false"
125-
nginx.ingress.kubernetes.io/configuration-snippet: |
126-
more_set_headers "X-Request-ID: $request_id";
127-
proxy_set_header X-Request-ID $request_id;
128125

129126
# -- Global parameters
130127
# @default -- See below
@@ -986,7 +983,7 @@ ingress-nginx:
986983
enabled: true
987984
controller:
988985
enableAnnotationValidations: true
989-
allowSnippetAnnotations: true
986+
allowSnippetAnnotations: false
990987
ingressClassResource:
991988
enabled: true
992989
default: false
@@ -1006,6 +1003,8 @@ ingress-nginx:
10061003
proxy-body-size: "5M"
10071004
log-format-escape-json: "true"
10081005
log-format-upstream: '{ "time": "$time_iso8601", "remote_addr": "$proxy_protocol_addr", "x-forward-for": "$proxy_add_x_forwarded_for", "remote_user": "$remote_user", "bytes_sent": $bytes_sent, "request_time": $request_time, "status": $status, "vhost": "$host", "request_proto": "$server_protocol", "path": "$uri", "request_query": "$args", "request_length": $request_length, "duration": $request_time, "method": "$request_method", "http_referrer": "$http_referer", "http_user_agent": "$http_user_agent", "http_x_github_delivery": "$http_x_github_delivery", "http_x_hook_uuid": "$http_x_hook_uuid", "metadata": { "correlationId": "$request_id", "service": "ingress", "time": "$time_iso8601" } }'
1006+
http-snippet: |
1007+
proxy_set_header X-Request-ID $request_id;
10091008
10101009
# -- k8s-monitor
10111010
# @default -- See below

0 commit comments

Comments
 (0)