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
21 changes: 21 additions & 0 deletions codefresh/.ci/values/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,24 @@ argo-platform:
mongodb:
migration:
enabled: true
image:
repository: bitnamilegacy/mongodb
nodeSelector:
kubernetes.io/arch: amd64

consul:
image:
repository: bitnamilegacy/consul

nats:
image:
repository: bitnamilegacy/nats

rabbitmq:
image:
repository: bitnamilegacy/rabbitmq

hooks:
mongodb:
nodeSelector:
kubernetes.io/arch: amd64
8 changes: 4 additions & 4 deletions codefresh/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
version: 0.18.1
- name: internal-gateway
repository: oci://quay.io/codefresh/charts
version: 0.10.6
version: 0.11.0
- name: consul
repository: https://charts.bitnami.com/bitnami
version: 11.4.32
Expand Down Expand Up @@ -160,12 +160,12 @@ dependencies:
version: 1.21.0
- name: payments
repository: oci://quay.io/codefresh/charts
version: 2.24.0
version: 2.24.1
- name: segment-reporter
repository: oci://quay.io/codefresh/charts
version: 1.18.0
- name: salesforce-reporter
repository: oci://quay.io/codefresh/charts
version: 1.30.11
digest: sha256:6a1af6f7dc7b6b6ea843b922929016b581a031a63838eaf107a687cc78d89b71
generated: "2025-08-22T10:31:59.553695+03:00"
digest: sha256:4e7b52e0ee6d81e910d3e7352b14cb5a7d01c51a7bcd7a8e455c53cc2564d982
generated: "2025-08-29T15:06:33.935106+03:00"
15 changes: 9 additions & 6 deletions 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.8.12
version: 2.8.13
keywords:
- codefresh
home: https://codefresh.io/
Expand All @@ -18,17 +18,20 @@ annotations:
artifacthub.io/containsSecurityUpdates: "true"
# supported kinds are added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: fixed
description: "Fix RabbitMQ version requirements."
- kind: security
description: "Contains security fixes"
- kind: changed
description: "Update internal-gateway"
- kind: changed
description: "Change bitnami subcharts to use bitnamilegacy repository"
links:
- name: GitHub Issue
url: https://github.com/bitnami/charts/issues/35164
dependencies:
- name: cf-common
repository: oci://quay.io/codefresh/charts
version: 0.18.1
- name: internal-gateway
repository: oci://quay.io/codefresh/charts
version: 0.10.6
version: 0.11.0
condition: internal-gateway.enabled
- name: consul
version: 11.4.32
Expand Down
2 changes: 1 addition & 1 deletion codefresh/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Codefresh On-Premises

![Version: 2.8.12](https://img.shields.io/badge/Version-2.8.12-informational?style=flat-square) ![AppVersion: 2.8.0](https://img.shields.io/badge/AppVersion-2.8.0-informational?style=flat-square)
![Version: 2.8.13](https://img.shields.io/badge/Version-2.8.13-informational?style=flat-square) ![AppVersion: 2.8.0](https://img.shields.io/badge/AppVersion-2.8.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
7 changes: 7 additions & 0 deletions codefresh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,8 @@ cluster-providers:
# Ref: https://github.com/bitnami/charts/blob/main/bitnami/consul/values.yaml
consul:
enabled: true
image:
repository: bitnamilegacy/consul
datacenterName: codefresh-onprem
replicaCount: 1
extraEnvVars:
Expand Down Expand Up @@ -1113,6 +1115,8 @@ kube-integration:
mongodb:
enabled: true
architecture: standalone
image:
repository: bitnamilegacy/mongodb
useStatefulSet: true
auth:
enabled: true
Expand All @@ -1131,6 +1135,8 @@ mongodb:
# Ref: https://github.com/bitnami/charts/blob/main/bitnami/nats/values.yaml
nats:
enabled: true
image:
repository: bitnamilegacy/nats
replicaCount: 1
auth:
enabled: false
Expand Down Expand Up @@ -1251,6 +1257,7 @@ redis-ha:
rabbitmq:
enabled: true
image:
repository: bitnamilegacy/rabbitmq
tag: "4.1.3"
replicaCount: 1
auth:
Expand Down