Skip to content

Commit 65a81e0

Browse files
onprem: 2.6.11 (#37)
1 parent b7cfb97 commit 65a81e0

File tree

4 files changed

+9
-17
lines changed

4 files changed

+9
-17
lines changed

codefresh/Chart.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies:
3737
version: 1.3.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

codefresh/Chart.yaml

+3-10
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.6.10
4+
version: 2.6.11
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -18,15 +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: changed
22-
description: "Add procps to cf-system-etl-postgres"
23-
links:
24-
- name: JIRA Issue
25-
url: https://codefresh-io.atlassian.net/browse/CR-27956
2621
- kind: security
27-
description: "Misc security updates"
28-
- kind: changed
29-
description: "Rename cf-k8s-monitor image to k8s-monitor"
22+
description: "Upgrade ingress-nginx controller"
3023
dependencies:
3124
- name: cf-common
3225
repository: oci://quay.io/codefresh/charts
@@ -76,7 +69,7 @@ dependencies:
7669
condition: runner.enabled
7770
version: 1.3.0
7871
- name: ingress-nginx
79-
version: 4.11.2
72+
version: 4.12.1
8073
repository: https://kubernetes.github.io/ingress-nginx
8174
condition: ingress-nginx.enabled
8275
- 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.6.10](https://img.shields.io/badge/Version-2.6.10-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square)
3+
![Version: 2.6.11](https://img.shields.io/badge/Version-2.6.11-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.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

@@ -2240,7 +2240,7 @@ kubectl -n $NAMESPACE delete secret codefresh-certs-server
22402240
| hermes | object | See below | hermes |
22412241
| hooks | object | See below | Pre/post-upgrade Job hooks. Updates images in `system/default` runtime. |
22422242
| imageCredentials | object | `{}` | Credentials for Image Pull Secret object |
2243-
| 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 |
2243+
| 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 |
22442244
| ingress-nginx | object | See below | ingress-nginx Ref: https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml |
22452245
| ingress.annotations | object | See below | Set annotations for ingress. |
22462246
| 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
@@ -972,7 +969,7 @@ ingress-nginx:
972969
enabled: true
973970
controller:
974971
enableAnnotationValidations: true
975-
allowSnippetAnnotations: true
972+
allowSnippetAnnotations: false
976973
ingressClassResource:
977974
enabled: true
978975
default: false
@@ -992,6 +989,8 @@ ingress-nginx:
992989
proxy-body-size: "5M"
993990
log-format-escape-json: "true"
994991
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" } }'
992+
http-snippet: |
993+
proxy_set_header X-Request-ID $request_id;
995994
996995
# -- k8s-monitor
997996
# @default -- See below

0 commit comments

Comments
 (0)