Skip to content

onprem 2.8.11 #92

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

Open
wants to merge 4 commits into
base: release-2.8
Choose a base branch
from
Open
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
26 changes: 13 additions & 13 deletions codefresh/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ dependencies:
version: 4.12.1
- name: cluster-providers
repository: oci://quay.io/codefresh/charts
version: 1.17.17
version: 1.18.0
- name: kube-integration
repository: oci://quay.io/codefresh/charts
version: 1.31.21
version: 1.32.0
- name: charts-manager
repository: oci://quay.io/codefresh/charts
version: 1.23.3
Expand All @@ -52,7 +52,7 @@ dependencies:
version: 1.8.10
- name: tasker-kubernetes
repository: oci://quay.io/codefresh/charts
version: 1.26.20
version: 1.27.0
- name: context-manager
repository: oci://quay.io/codefresh/charts
version: 2.34.4
Expand All @@ -61,7 +61,7 @@ dependencies:
version: 3.139.4
- name: gitops-dashboard-manager
repository: oci://quay.io/codefresh/charts
version: 1.14.24
version: 1.15.0
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.279.7
Expand Down Expand Up @@ -124,28 +124,28 @@ dependencies:
version: 4.11.16
- name: runtime-environment-manager
repository: oci://quay.io/codefresh/charts
version: 3.41.3
version: 3.41.4
- name: cf-broadcaster
repository: oci://quay.io/codefresh/charts
version: 1.13.2
version: 1.14.0
- 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.50.4
version: 0.51.0
- name: cf-platform-analytics
repository: oci://quay.io/codefresh/charts
version: 0.50.4
version: 0.51.0
- name: argo-platform
repository: oci://quay.io/codefresh/charts
version: 1.3525.2-onprem-45cda44
Expand All @@ -163,9 +163,9 @@ dependencies:
version: 2.23.19
- name: segment-reporter
repository: oci://quay.io/codefresh/charts
version: 1.17.8
version: 1.18.0
- name: salesforce-reporter
repository: oci://quay.io/codefresh/charts
version: 1.30.11
digest: sha256:e2e4e1952f711bce5964851802a9bdbc84c3337e673ef58e149ec9e2a46112e6
generated: "2025-07-28T12:05:24.039668+03:00"
digest: sha256:a583f9c12eaab50611647105e24fdd974dc1c4b9c16d81c5914509a63588f333
generated: "2025-08-13T13:50:26.887188+03:00"
6 changes: 3 additions & 3 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.10
version: 2.8.11
keywords:
- codefresh
home: https://codefresh.io/
Expand All @@ -18,8 +18,8 @@ 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: "Added limit for runtime environment history to avoid mongo document size error"
dependencies:
- name: cf-common
repository: oci://quay.io/codefresh/charts
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.10](https://img.shields.io/badge/Version-2.8.10-informational?style=flat-square) ![AppVersion: 2.8.0](https://img.shields.io/badge/AppVersion-2.8.0-informational?style=flat-square)
![Version: 2.8.11](https://img.shields.io/badge/Version-2.8.11-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