Skip to content

Commit 7b03cc1

Browse files
bump ingress-nginx (#987)
1 parent c3b8c76 commit 7b03cc1

File tree

4 files changed

+17
-18
lines changed

4 files changed

+17
-18
lines changed

codefresh/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies:
3131
version: 1.1.0
3232
- name: ingress-nginx
3333
repository: https://kubernetes.github.io/ingress-nginx
34-
version: 4.3.0
34+
version: 4.6.1
3535
- name: cluster-providers
3636
repository: https://chartmuseum.codefresh.io/cluster-providers
3737
version: 1.14.3
@@ -146,5 +146,5 @@ dependencies:
146146
- name: codefresh-tunnel-server
147147
repository: https://chartmuseum.codefresh.io/codefresh-tunnel-server
148148
version: 0.1.12
149-
digest: sha256:fcb78c1b7fab5c7b2c66eab2cbd2153d504c74f2abbd37d0f499da56b39902ae
150-
generated: "2023-05-14T17:38:07.67238674+03:00"
149+
digest: sha256:ec4ddab3e1e3d856cd3d842c7bf8b3280ce08df1234ab7d4eab99245d8da6777
150+
generated: "2023-05-14T20:55:03.78868933+03:00"

codefresh/Chart.yaml

Lines changed: 3 additions & 4 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.0.0-alpha.7
4+
version: 2.0.0-alpha.8
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -16,8 +16,7 @@ annotations:
1616
artifacthub.io/alternativeName: "codefresh-onprem"
1717
artifacthub.io/prerelease: "true"
1818
artifacthub.io/changes: |
19-
- Bump platform-analytics
20-
- Update image for builder
19+
- Bump ingress-nginx
2120
dependencies:
2221
- name: cf-common
2322
repository: https://chartmuseum.codefresh.io/cf-common
@@ -59,7 +58,7 @@ dependencies:
5958
condition: runner.enabled
6059
version: 1.1.0
6160
- name: ingress-nginx
62-
version: 4.3.0
61+
version: 4.6.1
6362
repository: https://kubernetes.github.io/ingress-nginx
6463
condition: ingress-nginx.enabled
6564
- name: cluster-providers

codefresh/README.md

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

3-
![Version: 2.0.0-alpha.7](https://img.shields.io/badge/Version-2.0.0--alpha.7-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square)
3+
![Version: 2.0.0-alpha.8](https://img.shields.io/badge/Version-2.0.0--alpha.8-informational?style=flat-square) ![AppVersion: 2.0.0](https://img.shields.io/badge/AppVersion-2.0.0-informational?style=flat-square)
44

55
## Table of Content
66

@@ -17,7 +17,7 @@
1717
- [Configuring Ingress-NGINX](#configuring-ingress-nginx)
1818
- [ELB with SSL Termination (Classic Load Balancer)](#elb-with-ssl-termination-classic-load-balancer)
1919
- [NLB (Network Load Balancer)](#nlb-network-load-balancer)
20-
- [ALB (Application Load Balancer)](#alb-application-load-balancer)
20+
- [Configuration with ALB (Application Load Balancer)](#configuration-with-alb-application-load-balancer)
2121
- [Configuration with Private Registry](#configuration-with-private-registry)
2222
- [Configuration with multi-role CF-API](#configuration-with-multi-role-cf-api)
2323
- [High Availability](#high-availability)
@@ -337,7 +337,7 @@ ingress:
337337
existingSecret: ""
338338
```
339339
340-
#### ALB (Application Load Balancer)
340+
### Configuration with ALB (Application Load Balancer)
341341
342342
*[Application Load Balancer](https://github.com/kubernetes-sigs/aws-load-balancer-controller/tree/main/helm/aws-load-balancer-controller) should be deployed to the cluster*
343343
@@ -674,7 +674,7 @@ This major chart version change (v1.4.X -> v2.0.0) contains some **incompatible
674674

675675
**Before applying the upgrade, read through this section!**
676676

677-
#### ⚠️ [Kcfi](https://github.com/codefresh-io/kcfi) Deprecation Notice
677+
#### ⚠️ [Kcfi](https://github.com/codefresh-io/kcfi) Deprecation
678678

679679
This major release deprecates [kcfi](https://github.com/codefresh-io/kcfi) installer. The recommended way to install Codefresh On-Prem is **Helm**.
680680
Due to that, Kcfi `config.yaml` will not be compatible for Helm-based installation.
@@ -828,7 +828,7 @@ seed:
828828
enabled: true
829829
```
830830

831-
#### ⚠️ Migration to [Library Charts](https://helm.sh/docs/topics/library_charts/) Notice
831+
#### ⚠️ Migration to [Library Charts](https://helm.sh/docs/topics/library_charts/)
832832

833833
All Codefresh subcharts templates (i.e. `cfapi`, `cfui`, `pipeline-manager`, `context-manager`, etc) has been migrated to use helm [library charts](https://helm.sh/docs/topics/library_charts/).
834834
That allows to unify values structure across all Codefresh owned charts. However, there are some **immutable** fields in the old charts which cannot be upgraded during a regular `helm upgrade`, thus additional manual actions are required.
@@ -857,7 +857,7 @@ nomios:
857857
...
858858
```
859859

860-
#### ⚠️ New Services Notice
860+
#### ⚠️ New Services
861861

862862
Codefesh 2.0.0 chart includes additional dependent microservices(charts):
863863
- `argo-platform`: Main Codefresh GitOps module.

codefresh/README.md.gotmpl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- [Configuring Ingress-NGINX](#configuring-ingress-nginx)
1818
- [ELB with SSL Termination (Classic Load Balancer)](#elb-with-ssl-termination-classic-load-balancer)
1919
- [NLB (Network Load Balancer)](#nlb-network-load-balancer)
20-
- [ALB (Application Load Balancer)](#alb-application-load-balancer)
20+
- [Configuration with ALB (Application Load Balancer)](#configuration-with-alb-application-load-balancer)
2121
- [Configuration with Private Registry](#configuration-with-private-registry)
2222
- [Configuration with multi-role CF-API](#configuration-with-multi-role-cf-api)
2323
- [High Availability](#high-availability)
@@ -338,7 +338,7 @@ ingress:
338338
existingSecret: ""
339339
```
340340

341-
#### ALB (Application Load Balancer)
341+
### Configuration with ALB (Application Load Balancer)
342342

343343
*[Application Load Balancer](https://github.com/kubernetes-sigs/aws-load-balancer-controller/tree/main/helm/aws-load-balancer-controller) should be deployed to the cluster*
344344

@@ -675,7 +675,7 @@ This major chart version change (v1.4.X -> v2.0.0) contains some **incompatible
675675

676676
**Before applying the upgrade, read through this section!**
677677

678-
#### ⚠️ [Kcfi](https://github.com/codefresh-io/kcfi) Deprecation Notice
678+
#### ⚠️ [Kcfi](https://github.com/codefresh-io/kcfi) Deprecation
679679

680680
This major release deprecates [kcfi](https://github.com/codefresh-io/kcfi) installer. The recommended way to install Codefresh On-Prem is **Helm**.
681681
Due to that, Kcfi `config.yaml` will not be compatible for Helm-based installation.
@@ -829,7 +829,7 @@ seed:
829829
enabled: true
830830
```
831831

832-
#### ⚠️ Migration to [Library Charts](https://helm.sh/docs/topics/library_charts/) Notice
832+
#### ⚠️ Migration to [Library Charts](https://helm.sh/docs/topics/library_charts/)
833833

834834
All Codefresh subcharts templates (i.e. `cfapi`, `cfui`, `pipeline-manager`, `context-manager`, etc) has been migrated to use helm [library charts](https://helm.sh/docs/topics/library_charts/).
835835
That allows to unify values structure across all Codefresh owned charts. However, there are some **immutable** fields in the old charts which cannot be upgraded during a regular `helm upgrade`, thus additional manual actions are required.
@@ -858,7 +858,7 @@ nomios:
858858
...
859859
```
860860

861-
#### ⚠️ New Services Notice
861+
#### ⚠️ New Services
862862

863863
Codefesh 2.0.0 chart includes additional dependent microservices(charts):
864864
- `argo-platform`: Main Codefresh GitOps module.

0 commit comments

Comments
 (0)