From 049ddc79b5efc4cefe78e77e2e8099211b4fc9d9 Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Wed, 7 May 2025 11:59:41 +0300 Subject: [PATCH 1/4] onprem: 2.6.13 --- codefresh/Chart.lock | 16 ++++++++-------- codefresh/Chart.yaml | 6 ++---- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/codefresh/Chart.lock b/codefresh/Chart.lock index 970121ae5..b6cafd725 100644 --- a/codefresh/Chart.lock +++ b/codefresh/Chart.lock @@ -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 @@ -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 @@ -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" diff --git a/codefresh/Chart.yaml b/codefresh/Chart.yaml index 98bd2b425..d79a9f656 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.12 +version: 2.6.13 keywords: - codefresh home: https://codefresh.io/ @@ -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 From 6a991c7ae15804c7c60824d437b4ffa7d820352d Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Wed, 7 May 2025 12:02:11 +0300 Subject: [PATCH 2/4] onprem: 2.6.13 --- codefresh/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codefresh/README.md b/codefresh/README.md index 3e8c1cbab..592adb052 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -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. From e5c25d5b209cb9a43caaf9cb1b56c545a94569af Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Wed, 7 May 2025 12:25:01 +0300 Subject: [PATCH 3/4] onprem: 2.6.13 --- codefresh/.ci/values/mtls-mongodb-redis.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/codefresh/.ci/values/mtls-mongodb-redis.yaml b/codefresh/.ci/values/mtls-mongodb-redis.yaml index cea05a324..b363997af 100644 --- a/codefresh/.ci/values/mtls-mongodb-redis.yaml +++ b/codefresh/.ci/values/mtls-mongodb-redis.yaml @@ -1,5 +1,6 @@ seed: mongoSeedJob: + enabled: false mongodbRootURI: mongodb://root:XT9nmM8dZDZ@cf-mongodb:27017/?authSource=admin global: @@ -150,4 +151,4 @@ extraResources: type: ClusterIP seed-e2e: - enabled: false \ No newline at end of file + enabled: false From 9a0740fe0bcbee27d61b2dabbf5479863194a866 Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Wed, 7 May 2025 12:50:49 +0300 Subject: [PATCH 4/4] onprem: 2.6.13 --- codefresh/.ci/values/mtls-mongodb-redis.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/codefresh/.ci/values/mtls-mongodb-redis.yaml b/codefresh/.ci/values/mtls-mongodb-redis.yaml index b363997af..6ba0f60cb 100644 --- a/codefresh/.ci/values/mtls-mongodb-redis.yaml +++ b/codefresh/.ci/values/mtls-mongodb-redis.yaml @@ -1,6 +1,5 @@ seed: mongoSeedJob: - enabled: false mongodbRootURI: mongodb://root:XT9nmM8dZDZ@cf-mongodb:27017/?authSource=admin global: