Skip to content

onprem: 2.7.3 #33

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
Mar 25, 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
10 changes: 5 additions & 5 deletions codefresh/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ dependencies:
version: 3.39.3
- name: cf-broadcaster
repository: oci://quay.io/codefresh/charts
version: 1.12.21
version: 1.12.22
- name: helm-repo-manager
repository: oci://quay.io/codefresh/charts
version: 0.20.2
Expand All @@ -142,10 +142,10 @@ dependencies:
version: 0.8.10
- name: cf-platform-analytics
repository: oci://quay.io/codefresh/charts
version: 0.49.79
version: 0.49.80
- name: cf-platform-analytics
repository: oci://quay.io/codefresh/charts
version: 0.49.79
version: 0.49.80
- name: argo-platform
repository: oci://quay.io/codefresh/charts
version: 1.3344.0-onprem-5c8af92
Expand All @@ -170,5 +170,5 @@ dependencies:
- name: onboarding-status
repository: oci://quay.io/codefresh/charts
version: 1.8.8
digest: sha256:90d46a6e96b2979af6f6a7b02d8702d954bf0f1aacb5a1e0d4b2a86cdaf1c1b0
generated: "2025-03-25T13:27:58.231388+03:00"
digest: sha256:c3bcab5928da688346f58ad2e73f9e7fb22e9c48e83f8a585d05376953376943
generated: "2025-03-25T16:14:59.451476+03:00"
9 changes: 6 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.7.2
version: 2.7.3
keywords:
- codefresh
home: https://codefresh.io/
Expand All @@ -18,8 +18,11 @@ annotations:
# artifacthub.io/containsSecurityUpdates: "true"
# supported kinds are added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: fixed
description: "Fix RABBITMQ_USER env var in argo-platform"
- kind: changed
description: "Add procps to cf-system-etl-postgres"
links:
- name: JIRA Issue
url: https://codefresh-io.atlassian.net/browse/CR-27956
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.7.2](https://img.shields.io/badge/Version-2.7.2-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.0-informational?style=flat-square)
![Version: 2.7.3](https://img.shields.io/badge/Version-2.7.3-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