Skip to content

onprem: 2.6.13 #48

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 4 commits into from
May 7, 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
2 changes: 1 addition & 1 deletion codefresh/.ci/values/mtls-mongodb-redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ extraResources:
type: ClusterIP

seed-e2e:
enabled: false
enabled: false
16 changes: 8 additions & 8 deletions codefresh/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies:
version: 3.137.7
- name: gitops-dashboard-manager
repository: oci://quay.io/codefresh/charts
version: 1.14.21
version: 1.14.22
- name: cfapi
repository: oci://quay.io/codefresh/charts
version: 21.268.9
Expand Down Expand Up @@ -121,13 +121,13 @@ dependencies:
version: 14.96.76
- name: k8s-monitor
repository: oci://quay.io/codefresh/charts
version: 4.11.13
version: 4.11.14
- name: runtime-environment-manager
repository: oci://quay.io/codefresh/charts
version: 3.38.4
- name: cf-broadcaster
repository: oci://quay.io/codefresh/charts
version: 1.12.22
version: 1.13.0
- name: helm-repo-manager
repository: oci://quay.io/codefresh/charts
version: 0.17.1
Expand All @@ -142,18 +142,18 @@ dependencies:
version: 0.8.10
- name: cf-platform-analytics
repository: oci://quay.io/codefresh/charts
version: 0.49.85
version: 0.49.86
- name: cf-platform-analytics
repository: oci://quay.io/codefresh/charts
version: 0.49.85
version: 0.49.86
- name: argo-platform
repository: oci://quay.io/codefresh/charts
version: 1.3169.1-onprem-915b48a
- name: argo-hub-platform
repository: oci://quay.io/codefresh/charts
version: 0.1.22
version: 0.1.23
- name: cf-oidc-provider
repository: oci://quay.io/codefresh/charts
version: 0.0.16
digest: sha256:08e4d89da0e6da2da4af5b60c60b96748c5a88813f04acfd903c95979d91e56e
generated: "2025-04-17T13:05:08.082245+03:00"
digest: sha256:b1526c87367e18d9faf3b9aa48f36773e3d6d497d747a0f539bc2e8bda98b68c
generated: "2025-05-07T11:52:55.374191+03:00"
6 changes: 2 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.6.12
version: 2.6.13
keywords:
- codefresh
home: https://codefresh.io/
Expand All @@ -19,9 +19,7 @@ annotations:
# supported kinds are added, changed, deprecated, removed, fixed and security.
artifacthub.io/changes: |
- kind: fixed
description: "fixed minimum space required toggle for system runtime environments"
- kind: added
description: "added australia-southeast2 region to GAR integration"
description: "argo-hub-platform image repository"
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.6.12](https://img.shields.io/badge/Version-2.6.12-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square)
![Version: 2.6.13](https://img.shields.io/badge/Version-2.6.13-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.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