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
27 changes: 27 additions & 0 deletions codefresh/.ci/values/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,30 @@ 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
nodeSelector:
kubernetes.io/arch: amd64

seed:
nodeSelector:
kubernetes.io/arch: amd64
29 changes: 13 additions & 16 deletions codefresh/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@ dependencies:
version: 4.12.1
- name: cluster-providers
repository: oci://quay.io/codefresh/charts
version: 1.17.16
version: 1.17.17
- name: kube-integration
repository: oci://quay.io/codefresh/charts
version: 1.31.20
version: 1.31.21
- name: charts-manager
repository: oci://quay.io/codefresh/charts
version: 1.22.3
- name: cfsign
repository: oci://quay.io/codefresh/charts
version: 1.8.9
version: 1.8.10
- name: tasker-kubernetes
repository: oci://quay.io/codefresh/charts
version: 1.26.19
version: 1.26.20
- name: context-manager
repository: oci://quay.io/codefresh/charts
version: 2.33.7
Expand All @@ -61,7 +61,7 @@ dependencies:
version: 3.138.5
- name: gitops-dashboard-manager
repository: oci://quay.io/codefresh/charts
version: 1.14.23
version: 1.14.24
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.274.16
Expand Down Expand Up @@ -121,25 +121,25 @@ dependencies:
version: 14.97.51
- name: k8s-monitor
repository: oci://quay.io/codefresh/charts
version: 4.11.15
version: 4.11.16
- name: runtime-environment-manager
repository: oci://quay.io/codefresh/charts
version: 3.39.4
- name: cf-broadcaster
repository: oci://quay.io/codefresh/charts
version: 1.13.1
version: 1.13.2
- name: helm-repo-manager
repository: oci://quay.io/codefresh/charts
version: 0.20.2
- name: hermes
repository: oci://quay.io/codefresh/charts
version: 0.21.19
version: 0.21.20
- name: nomios
repository: oci://quay.io/codefresh/charts
version: 0.11.11
- name: cronus
repository: oci://quay.io/codefresh/charts
version: 0.8.11
version: 0.8.12
- name: cf-platform-analytics
repository: oci://quay.io/codefresh/charts
version: 0.49.89
Expand All @@ -151,7 +151,7 @@ dependencies:
version: 1.3344.2-onprem-bf14e9d
- name: argo-hub-platform
repository: oci://quay.io/codefresh/charts
version: 0.1.26
version: 0.1.27
- name: cf-oidc-provider
repository: oci://quay.io/codefresh/charts
version: 0.1.0
Expand All @@ -160,15 +160,12 @@ dependencies:
version: 1.20.8
- name: payments
repository: oci://quay.io/codefresh/charts
version: 2.23.18
version: 2.23.19
- name: segment-reporter
repository: oci://quay.io/codefresh/charts
version: 1.17.8
- name: salesforce-reporter
repository: oci://quay.io/codefresh/charts
version: 1.30.11
- name: onboarding-status
repository: oci://quay.io/codefresh/charts
version: 1.8.8
digest: sha256:f532110e335b38190aac545005fab046ce64c289f807a80418fe7192331ac463
generated: "2025-07-11T18:11:33.31005+03:00"
digest: sha256:62348399fdafa5317cc8b3308ee37a103a75399e4b32b0d306ff20ed4ce33fdb
generated: "2025-08-29T19:27:28.580386+03:00"
49 changes: 22 additions & 27 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.7.17
version: 2.7.18
keywords:
- codefresh
home: https://codefresh.io/
Expand All @@ -18,12 +18,11 @@ annotations:
artifacthub.io/containsSecurityUpdates: "true"
# supported kinds are added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: added
description: "Logs for SSO user syncing"
- kind: fixed
description: "Fixed an issue with labels being ignored for Product promotion rules (#6507)"
- kind: fixed
description: "Fix image repository for argo-platform"
- 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
Expand Down Expand Up @@ -77,23 +76,23 @@ dependencies:
repository: https://kubernetes.github.io/ingress-nginx
condition: ingress-nginx.enabled
- name: cluster-providers
version: "*"
version: "~1.17.16"
repository: oci://quay.io/codefresh/charts
condition: cluster-providers.enabled
- name: kube-integration
version: "*"
version: "~1.31.20"
repository: oci://quay.io/codefresh/charts
condition: kube-integration.enabled
- name: charts-manager
version: "~1.22.0"
repository: oci://quay.io/codefresh/charts
condition: charts-manager.enabled
- name: cfsign
version: "*"
version: "~1.8.0"
repository: oci://quay.io/codefresh/charts
condition: cfsign.enabled
- name: tasker-kubernetes
version: "*"
version: "~1.26.0"
repository: oci://quay.io/codefresh/charts
condition: tasker-kubernetes.enabled
- name: context-manager
Expand All @@ -105,7 +104,7 @@ dependencies:
repository: oci://quay.io/codefresh/charts
condition: pipeline-manager.enabled
- name: gitops-dashboard-manager
version: "*"
version: "~1.14.0"
repository: oci://quay.io/codefresh/charts
condition: gitops-dashboard-manager.enabled
- name: cfapi
Expand Down Expand Up @@ -203,31 +202,31 @@ dependencies:
repository: oci://quay.io/codefresh/charts
condition: cfui.enabled
- name: k8s-monitor
version: "*"
version: "~4.11.0"
repository: oci://quay.io/codefresh/charts
condition: k8s-monitor.enabled
- name: runtime-environment-manager
version: "~3.39.0"
repository: oci://quay.io/codefresh/charts
condition: runtime-environment-manager.enabled
- name: cf-broadcaster
version: "*"
version: "~1.13.0"
repository: oci://quay.io/codefresh/charts
condition: cf-broadcaster.enabled
- name: helm-repo-manager
version: "~0.20.0"
repository: oci://quay.io/codefresh/charts
condition: helm-repo-manager.enabled
- name: hermes
version: "*"
version: "~0.21.0"
repository: oci://quay.io/codefresh/charts
condition: hermes.enabled
- name: nomios
version: "*"
version: "~0.11.0"
repository: oci://quay.io/codefresh/charts
condition: hermes.enabled
- name: cronus
version: "*"
version: "~0.8.11"
repository: oci://quay.io/codefresh/charts
condition: hermes.enabled
- name: cf-platform-analytics
Expand All @@ -245,30 +244,26 @@ dependencies:
repository: oci://quay.io/codefresh/charts
condition: argo-platform.enabled
- name: argo-hub-platform
version: "*"
version: "~0.1.26"
repository: oci://quay.io/codefresh/charts
condition: argo-platform.enabled
- name: cf-oidc-provider
repository: oci://quay.io/codefresh/charts
version: "*"
version: "~0.1.0"
condition: cf-oidc-provider.enabled
- name: mailer
version: "*"
version: "~1.20.0"
repository: oci://quay.io/codefresh/charts
condition: mailer.enabled
- name: payments
version: "*"
version: "~2.23.0"
repository: oci://quay.io/codefresh/charts
condition: payments.enabled
- name: segment-reporter
version: "*"
version: "~1.17.0"
repository: oci://quay.io/codefresh/charts
condition: segment-reporter.enabled
- name: salesforce-reporter
version: "*"
version: "~1.30.0"
repository: oci://quay.io/codefresh/charts
condition: salesforce-reporter.enabled
- name: onboarding-status
version: "*"
repository: oci://quay.io/codefresh/charts
condition: onboarding-status.enabled
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.7.17](https://img.shields.io/badge/Version-2.7.17-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.0-informational?style=flat-square)
![Version: 2.7.18](https://img.shields.io/badge/Version-2.7.18-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.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
10 changes: 10 additions & 0 deletions codefresh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,8 @@ cf-platform-analytics-platform:
redis:
enabled: true
nameOverride: redis-platform-analytics
image:
repository: bitnamilegacy/redis
resources:
requests:
cpu: 100m
Expand Down Expand Up @@ -883,6 +885,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 @@ -1083,6 +1087,7 @@ kube-integration:
mongodb:
enabled: true
image:
repository: bitnamilegacy/mongodb
tag: "6.0"
architecture: standalone
useStatefulSet: true
Expand All @@ -1103,6 +1108,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 @@ -1182,6 +1189,8 @@ postgresql-ha:
# Ref: https://github.com/bitnami/charts/blob/main/bitnami/redis/values.yaml
redis:
enabled: true
image:
repository: bitnamilegacy/redis
architecture: standalone
auth:
password: "hoC9szf7NtrU"
Expand Down Expand Up @@ -1219,6 +1228,7 @@ redis-ha:
rabbitmq:
enabled: true
image:
repository: bitnamilegacy/rabbitmq
tag: 3.13.7-debian-12-r5
replicaCount: 1
auth:
Expand Down