From 426ac4b02f49e262a100bef0da96bef21b6a96a0 Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Wed, 4 Jun 2025 20:33:05 +0300 Subject: [PATCH 1/3] onprem: 2.6.14 --- codefresh/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codefresh/Chart.yaml b/codefresh/Chart.yaml index d79a9f656..cf6b06bf9 100644 --- a/codefresh/Chart.yaml +++ b/codefresh/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 description: Helm Chart for Codefresh On-Prem name: codefresh -version: 2.6.13 +version: 2.6.14 keywords: - codefresh home: https://codefresh.io/ @@ -18,8 +18,8 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" # supported kinds are added, changed, deprecated, removed, fixed and security. artifacthub.io/changes: | - - kind: fixed - description: "argo-hub-platform image repository" + - kind: added + description: "Documentation about index management in MongoDB" dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From 4b056574b9493b6570a9f97ea8c5cd1f3fccb425 Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Thu, 5 Jun 2025 00:06:52 +0300 Subject: [PATCH 2/3] onprem: 2.6.14 --- codefresh/Chart.lock | 12 ++++++------ codefresh/Chart.yaml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/codefresh/Chart.lock b/codefresh/Chart.lock index b6cafd725..c56e09dc4 100644 --- a/codefresh/Chart.lock +++ b/codefresh/Chart.lock @@ -49,7 +49,7 @@ dependencies: version: 1.19.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 @@ -142,18 +142,18 @@ dependencies: version: 0.8.10 - name: cf-platform-analytics repository: oci://quay.io/codefresh/charts - version: 0.49.86 + version: 0.49.89 - name: cf-platform-analytics repository: oci://quay.io/codefresh/charts - version: 0.49.86 + version: 0.49.89 - 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.23 + version: 0.1.24 - name: cf-oidc-provider repository: oci://quay.io/codefresh/charts version: 0.0.16 -digest: sha256:b1526c87367e18d9faf3b9aa48f36773e3d6d497d747a0f539bc2e8bda98b68c -generated: "2025-05-07T11:52:55.374191+03:00" +digest: sha256:38a2e4c9a8f3bea6db884abe1f41023b8c4d1b07d88160f31eb6bd230c315f6c +generated: "2025-06-05T00:02:26.809881+03:00" diff --git a/codefresh/Chart.yaml b/codefresh/Chart.yaml index cf6b06bf9..1b52f73e2 100644 --- a/codefresh/Chart.yaml +++ b/codefresh/Chart.yaml @@ -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 From 11378f4417a4f7d0b97cd05377662d9cc45e945d Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Thu, 5 Jun 2025 00:10:21 +0300 Subject: [PATCH 3/3] onprem: 2.6.14 --- codefresh/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codefresh/README.md b/codefresh/README.md index d21a6b70e..2a18ffa10 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -1,6 +1,6 @@ ## Codefresh On-Premises -![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) +![Version: 2.6.14](https://img.shields.io/badge/Version-2.6.14-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.