Skip to content

onprem: 2.7.16 #69

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 3 commits into from
Jun 4, 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 @@ -49,7 +49,7 @@ dependencies:
version: 1.22.3
- name: cfsign
repository: oci://quay.io/codefresh/charts
version: 1.8.8
version: 1.8.9
- name: tasker-kubernetes
repository: oci://quay.io/codefresh/charts
version: 1.26.18
Expand Down Expand Up @@ -142,10 +142,10 @@ dependencies:
version: 0.8.10
- name: cf-platform-analytics
repository: oci://quay.io/codefresh/charts
version: 0.49.87
version: 0.49.89
- name: cf-platform-analytics
repository: oci://quay.io/codefresh/charts
version: 0.49.87
version: 0.49.89
- name: argo-platform
repository: oci://quay.io/codefresh/charts
version: 1.3344.2-onprem-3feba0e
Expand All @@ -170,5 +170,5 @@ dependencies:
- name: onboarding-status
repository: oci://quay.io/codefresh/charts
version: 1.8.8
digest: sha256:5479d9ac8d0b75cda6c8d373ce9b2a7b5b3a46196214337268dc03e05fcb48d2
generated: "2025-05-26T19:11:02.424512+03:00"
digest: sha256:f4f5d17598e1d408441172bcfd268acd6a994fda94721d430de6602eb306cc44
generated: "2025-06-04T20:47:28.289403+03:00"
10 changes: 5 additions & 5 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.15
version: 2.7.16
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: fixed
description: "Fix mongo-seed job with Mongo MTLS enabled"
- kind: added
description: "Documentation about index management in MongoDB"
dependencies:
- name: cf-common
repository: oci://quay.io/codefresh/charts
Expand Down Expand Up @@ -228,12 +228,12 @@ dependencies:
condition: hermes.enabled
- name: cf-platform-analytics
alias: cf-platform-analytics-platform
version: "*"
version: "~0.49.0"
repository: oci://quay.io/codefresh/charts
condition: argo-platform.enabled
- name: cf-platform-analytics
alias: cf-platform-analytics-etlstarter
version: "*"
version: "~0.49.0"
repository: oci://quay.io/codefresh/charts
condition: argo-platform.enabled
- name: argo-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.7.15](https://img.shields.io/badge/Version-2.7.15-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.0-informational?style=flat-square)
![Version: 2.7.16](https://img.shields.io/badge/Version-2.7.16-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