Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Codefresh On-Premises

![Version: 2.11.9](https://img.shields.io/badge/Version-2.11.9-informational?style=flat-square) ![AppVersion: 0.0.0](https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square)
![Version: 2.11.10](https://img.shields.io/badge/Version-2.11.10-informational?style=flat-square) ![AppVersion: 0.0.0](https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square)

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

Expand Down Expand Up @@ -57,6 +57,7 @@ Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/
- [To 2.9.0](#to-2-9-0)
- [To 2.9.9](#to-2-9-9)
- [To 2.11.0](#to-2-11-0)
- [To 2.11.10](#to-2-11-10)
- [Rollback](#rollback)
- [Troubleshooting](#troubleshooting)
- [Values](#values)
Expand Down Expand Up @@ -2620,6 +2621,12 @@ Changes in collections: following collections can be safely dropped *after* the

- Changes in indexes: follow [Maintaining MongoDB indexes](#maintaining-mongodb-indexes) guide to meet index requirements *before* the upgrade process.

### To 2-11-10

> **BREAKING CHANGES in Default Runtime**
>
> Default Runtime (`system/default`) drops support for 1.32 Kubernetes version in `deploy` step ([docs](https://codefresh.io/docs/docs/pipelines/steps/deploy/)). Supported versions are: 1.35, 1.34, 1.33.

## Troubleshooting

### Error: Failed to validate connection to Docker daemon; caused by Error: certificate has expired
Expand Down
6 changes: 6 additions & 0 deletions README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/
- [To 2.9.0](#to-2-9-0)
- [To 2.9.9](#to-2-9-9)
- [To 2.11.0](#to-2-11-0)
- [To 2.11.10](#to-2-11-10)
- [Rollback](#rollback)
- [Troubleshooting](#troubleshooting)
- [Values](#values)
Expand Down Expand Up @@ -2635,6 +2636,11 @@ Changes in collections: following collections can be safely dropped *after* the

- Changes in indexes: follow [Maintaining MongoDB indexes](#maintaining-mongodb-indexes) guide to meet index requirements *before* the upgrade process.

### To 2-11-10

> **BREAKING CHANGES in Default Runtime**
>
> Default Runtime (`system/default`) drops support for 1.32 Kubernetes version in `deploy` step ([docs](https://codefresh.io/docs/docs/pipelines/steps/deploy/)). Supported versions are: 1.35, 1.34, 1.33.

## Troubleshooting

Expand Down
10 changes: 10 additions & 0 deletions charts/codefresh-infra/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
global:
nodeSelector:
node-type: fast-image-pull

tolerations:
- key: codefresh.io
operator: Equal
value: fast-image-pull
effect: NoSchedule

mongodb:
fullnameOverride: my-mongodb
auth:
Expand Down
79 changes: 71 additions & 8 deletions charts/codefresh/.ci/values/values-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ global:
- codefresh-registry
- dockerhub-creds

nodeSelector:
node-type: fast-image-pull

tolerations:
- key: codefresh.io
operator: Equal
value: fast-image-pull
effect: NoSchedule

ingress:
enabled: true
ingressClassName: haproxy-ingress
Expand All @@ -13,14 +22,6 @@ ingress:
ingress-nginx:
enabled: false

consul:
image:
repository: bitnamilegacy/consul

nats:
image:
repository: bitnamilegacy/nats

hooks:
mongodb:
nodeSelector:
Expand All @@ -31,4 +32,66 @@ hooks:

mongodb:
nodeSelector:
node-type: fast-image-pull
kubernetes.io/arch: amd64

tolerations:
- key: codefresh.io
operator: Equal
value: fast-image-pull
effect: NoSchedule

# -- Binami subcharts
postgresql:
nodeSelector:
node-type: fast-image-pull

tolerations:
- key: codefresh.io
operator: Equal
value: fast-image-pull
effect: NoSchedule

rabbitmq:
nodeSelector:
node-type: fast-image-pull

tolerations:
- key: codefresh.io
operator: Equal
value: fast-image-pull
effect: NoSchedule

redis:
nodeSelector:
node-type: fast-image-pull

tolerations:
- key: codefresh.io
operator: Equal
value: fast-image-pull
effect: NoSchedule

nats:
image:
repository: bitnamilegacy/nats
nodeSelector:
node-type: fast-image-pull

tolerations:
- key: codefresh.io
operator: Equal
value: fast-image-pull
effect: NoSchedule

consul:
image:
repository: bitnamilegacy/consul
nodeSelector:
node-type: fast-image-pull

tolerations:
- key: codefresh.io
operator: Equal
value: fast-image-pull
effect: NoSchedule
17 changes: 13 additions & 4 deletions charts/codefresh/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: Helm Chart for Codefresh On-Prem
name: codefresh
version: 2.11.9
version: 2.11.10
keywords:
- codefresh
home: https://codefresh.io/
Expand All @@ -22,11 +22,20 @@ annotations:
# description: ""
artifacthub.io/changes: |-
- kind: changed
description: 'update "pipeline-manager" to 4.1.6'
description: 'update "cf-deploy-kubernetes" to 18.0.0'
- kind: added
description: "add support for k8s 1.35 in \"deploy\" step"
- kind: deprecated
description: "remove support for k8s 1.32 in \"deploy\" step"
links:
- name: "Codefresh Docs - Deploy"
url: "https://codefresh.io/docs/docs/pipelines/steps/deploy/"
- kind: changed
description: 'update "cf-broadcaster" to 1.15.7'
description: 'update "charts-manager" to 1.28.4'
- kind: changed
description: 'update "cf-api" to 22.3.11'
description: 'update "argo-platform" to 1.4073.6'
- kind: changed
description: 'update "rabbitmqadmin" to 2.8.1-cf-2'
- kind: security
description: 'fix various security vulnerabilities in multiple components.'
dependencies:
Expand Down
Loading