Skip to content

onprem 2.8.4 #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 9, 2025
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
16 changes: 8 additions & 8 deletions codefresh/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
version: 0.10.2
- name: consul
repository: https://charts.bitnami.com/bitnami
version: 11.4.17
version: 11.4.19
- name: mongodb
repository: https://charts.bitnami.com/bitnami
version: 15.6.26
Expand Down Expand Up @@ -46,7 +46,7 @@ dependencies:
version: 1.31.19
- name: charts-manager
repository: oci://quay.io/codefresh/charts
version: 1.23.1
version: 1.23.2
- name: cfsign
repository: oci://quay.io/codefresh/charts
version: 1.8.9
Expand All @@ -55,10 +55,10 @@ dependencies:
version: 1.26.18
- name: context-manager
repository: oci://quay.io/codefresh/charts
version: 2.34.2
version: 2.34.3
- name: pipeline-manager
repository: oci://quay.io/codefresh/charts
version: 3.139.2
version: 3.139.3
- name: gitops-dashboard-manager
repository: oci://quay.io/codefresh/charts
version: 1.14.22
Expand Down Expand Up @@ -124,7 +124,7 @@ dependencies:
version: 4.11.14
- name: runtime-environment-manager
repository: oci://quay.io/codefresh/charts
version: 3.41.1
version: 3.41.2
- name: cf-broadcaster
repository: oci://quay.io/codefresh/charts
version: 1.13.0
Expand All @@ -148,7 +148,7 @@ dependencies:
version: 0.50.2
- name: argo-platform
repository: oci://quay.io/codefresh/charts
version: 1.3524.0-onprem-ae70d8a
version: 1.3525.0-onprem-d01c752
- name: argo-hub-platform
repository: oci://quay.io/codefresh/charts
version: 0.1.24
Expand All @@ -167,5 +167,5 @@ dependencies:
- name: salesforce-reporter
repository: oci://quay.io/codefresh/charts
version: 1.30.11
digest: sha256:5cfbe090f3f9e0ebf2f99d898635689d1eae3812fb3fbced10651809cb176d13
generated: "2025-06-04T16:15:07.062564+03:00"
digest: sha256:212b034bedd2236e19e49d3711031ccb6a30a15eb25d4a014d3e46be61cad5b4
generated: "2025-06-09T13:28:16.109075+03:00"
10 changes: 6 additions & 4 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.3
version: 2.8.4
keywords:
- codefresh
home: https://codefresh.io/
Expand All @@ -18,8 +18,10 @@ annotations:
# artifacthub.io/containsSecurityUpdates: "true"
# supported kinds are added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: security
description: "Contains security fixes"
- kind: fixed
description: "Fix mongo seed job to support Atlas"
description: "Fixed system-etl-postgres images registry"
dependencies:
- name: cf-common
repository: oci://quay.io/codefresh/charts
Expand All @@ -29,7 +31,7 @@ dependencies:
version: 0.10.2
condition: internal-gateway.enabled
- name: consul
version: 11.4.17
version: 11.4.19
repository: https://charts.bitnami.com/bitnami
condition: consul.enabled
- name: mongodb
Expand Down Expand Up @@ -237,7 +239,7 @@ dependencies:
repository: oci://quay.io/codefresh/charts
condition: argo-platform.enabled
- name: argo-platform
version: "1.3524.0-onprem-ae70d8a"
version: "1.3525.0-onprem-d01c752"
repository: oci://quay.io/codefresh/charts
condition: argo-platform.enabled
- name: argo-hub-platform
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.3](https://img.shields.io/badge/Version-2.8.3-informational?style=flat-square) ![AppVersion: 2.8.0](https://img.shields.io/badge/AppVersion-2.8.0-informational?style=flat-square)
![Version: 2.8.4](https://img.shields.io/badge/Version-2.8.4-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
2 changes: 1 addition & 1 deletion codefresh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ cf-platform-analytics-etlstarter:

container:
image:
registry: us-docker.pkg.dev/codefresh-inc/gcr.io
registry: us-docker.pkg.dev/codefresh-enterprise/gcr.io
repository: codefresh/cf-platform-analytics
env:
ENV: production
Expand Down