From 98aec9cb113762dbba2b28c2cbf50c532642c976 Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Tue, 25 Mar 2025 17:20:15 +0300 Subject: [PATCH 1/3] onprem: 2.6.10 --- codefresh/Chart.lock | 32 ++++++++++++++++---------------- codefresh/Chart.yaml | 13 +++++++++---- 2 files changed, 25 insertions(+), 20 deletions(-) diff --git a/codefresh/Chart.lock b/codefresh/Chart.lock index 00c9fa992..8b29cdd32 100644 --- a/codefresh/Chart.lock +++ b/codefresh/Chart.lock @@ -40,19 +40,19 @@ dependencies: version: 4.11.2 - name: cluster-providers repository: oci://quay.io/codefresh/charts - version: 1.17.12 + version: 1.17.15 - name: kube-integration repository: oci://quay.io/codefresh/charts - version: 1.31.15 + version: 1.31.18 - name: charts-manager repository: oci://quay.io/codefresh/charts version: 1.19.3 - name: cfsign repository: oci://quay.io/codefresh/charts - version: 1.8.7 + version: 1.8.8 - name: tasker-kubernetes repository: oci://quay.io/codefresh/charts - version: 1.26.15 + version: 1.26.17 - name: context-manager repository: oci://quay.io/codefresh/charts version: 2.31.4 @@ -61,7 +61,7 @@ dependencies: version: 3.137.7 - name: gitops-dashboard-manager repository: oci://quay.io/codefresh/charts - version: 1.14.18 + version: 1.14.20 - name: cfapi repository: oci://quay.io/codefresh/charts version: 21.268.8 @@ -121,39 +121,39 @@ dependencies: version: 14.96.75 - name: k8s-monitor repository: oci://quay.io/codefresh/charts - version: 4.11.11 + version: 4.11.13 - name: runtime-environment-manager repository: oci://quay.io/codefresh/charts version: 3.38.3 - name: cf-broadcaster repository: oci://quay.io/codefresh/charts - version: 1.12.19 + version: 1.12.22 - name: helm-repo-manager repository: oci://quay.io/codefresh/charts version: 0.17.1 - name: hermes repository: oci://quay.io/codefresh/charts - version: 0.21.17 + version: 0.21.18 - name: nomios repository: oci://quay.io/codefresh/charts - version: 0.11.9 + version: 0.11.10 - name: cronus repository: oci://quay.io/codefresh/charts - version: 0.8.9 + version: 0.8.10 - name: cf-platform-analytics repository: oci://quay.io/codefresh/charts - version: 0.49.76 + version: 0.49.80 - name: cf-platform-analytics repository: oci://quay.io/codefresh/charts - version: 0.49.76 + version: 0.49.80 - 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.18 + version: 0.1.22 - name: cf-oidc-provider repository: oci://quay.io/codefresh/charts - version: 0.0.15 -digest: sha256:416dcda251f5cd35df121c7beb2a922e581177f0fcdbe54e486bd3130a1eb835 -generated: "2025-03-07T17:14:47.941403+03:00" + version: 0.0.16 +digest: sha256:d679a4830362f1e368d96045a755a2f3a4d1439a1ce50950e002d7ccb4db84fe +generated: "2025-03-25T17:14:00.064063+03:00" diff --git a/codefresh/Chart.yaml b/codefresh/Chart.yaml index 82ae853d5..8ceb4fd87 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.9 +version: 2.6.10 keywords: - codefresh home: https://codefresh.io/ @@ -15,11 +15,16 @@ appVersion: 2.6.0 annotations: # artifacthub.io/prerelease: "true" artifacthub.io/alternativeName: "codefresh-onprem" - # artifacthub.io/containsSecurityUpdates: "true" + artifacthub.io/containsSecurityUpdates: "true" # supported kinds are added, changed, deprecated, removed, fixed and security. artifacthub.io/changes: | - - kind: fixed - description: "Optional CACHE_PASSWORD env var for argo-platform (api-graphql/promotion-orchestrator)" + - kind: changed + description: "Add procps to cf-system-etl-postgres" + links: + - name: JIRA Issue + url: https://codefresh-io.atlassian.net/browse/CR-27956 + - kind: security + description: "Misc security updates" dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From e1fba2384d7a6d93b6674c0c6ce6ed20cf12a19a Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Tue, 25 Mar 2025 17:25:21 +0300 Subject: [PATCH 2/3] onprem: 2.6.10 --- codefresh/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codefresh/README.md b/codefresh/README.md index 01d219479..81aae8300 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -1,6 +1,6 @@ ## Codefresh On-Premises -![Version: 2.6.9](https://img.shields.io/badge/Version-2.6.9-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square) +![Version: 2.6.10](https://img.shields.io/badge/Version-2.6.10-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 36eae27e8a46f5af54c1c0e6a39c2fcbc2df3c39 Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Tue, 25 Mar 2025 17:56:23 +0300 Subject: [PATCH 3/3] onprem: 2.6.10 --- codefresh/Chart.yaml | 2 ++ codefresh/values.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/codefresh/Chart.yaml b/codefresh/Chart.yaml index 8ceb4fd87..25b66f22e 100644 --- a/codefresh/Chart.yaml +++ b/codefresh/Chart.yaml @@ -25,6 +25,8 @@ annotations: url: https://codefresh-io.atlassian.net/browse/CR-27956 - kind: security description: "Misc security updates" + - kind: changed + description: "Rename cf-k8s-monitor image to k8s-monitor" dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts diff --git a/codefresh/values.yaml b/codefresh/values.yaml index 2cb9c5888..f3bd9a3ac 100644 --- a/codefresh/values.yaml +++ b/codefresh/values.yaml @@ -1000,7 +1000,7 @@ k8s-monitor: container: image: registry: us-docker.pkg.dev/codefresh-enterprise/gcr.io - repository: codefresh/cf-k8s-monitor + repository: codefresh/k8s-monitor resources: requests: cpu: 100m