From eb0fdd8f28d661cf0e1e79a6b924ad1c69f3d0fd Mon Sep 17 00:00:00 2001 From: Ilia Medvedev Date: Mon, 23 Dec 2024 23:00:28 +0200 Subject: [PATCH 1/5] update consul and mongosh --- codefresh/Chart.yaml | 2 +- codefresh/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/codefresh/Chart.yaml b/codefresh/Chart.yaml index 09cbe156a..c8397a325 100644 --- a/codefresh/Chart.yaml +++ b/codefresh/Chart.yaml @@ -29,7 +29,7 @@ dependencies: version: 0.9.0 condition: internal-gateway.enabled - name: consul - version: 11.3.21 + version: 11.3.22 repository: https://charts.bitnami.com/bitnami condition: consul.enabled - name: mongodb diff --git a/codefresh/values.yaml b/codefresh/values.yaml index 385f08403..2e7b0c9dd 100644 --- a/codefresh/values.yaml +++ b/codefresh/values.yaml @@ -36,7 +36,7 @@ seed: image: registry: quay.io repository: codefresh/mongosh - tag: 2.3.1 + tag: 2.3.7 # -- Root user in plain text (required ONLY for seed job!). mongodbRootUser: "root" # -- Root user from existing secret @@ -425,7 +425,7 @@ hooks: image: registry: quay.io repository: codefresh/mongosh - tag: 2.3.1 + tag: 2.3.7 affinity: {} nodeSelector: {} podSecurityContext: {} From cf9f482495686c378ba2a159e1f65b7f991c5184 Mon Sep 17 00:00:00 2001 From: Ilia Medvedev Date: Mon, 23 Dec 2024 23:01:38 +0200 Subject: [PATCH 2/5] bump --- codefresh/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codefresh/Chart.yaml b/codefresh/Chart.yaml index c8397a325..00abf5409 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.4 +version: 2.6.5 keywords: - codefresh home: https://codefresh.io/ From 3241037c2ef7156088539a6b890df7554b95f48e Mon Sep 17 00:00:00 2001 From: Ilia Medvedev Date: Mon, 23 Dec 2024 23:10:57 +0200 Subject: [PATCH 3/5] docs --- codefresh/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codefresh/README.md b/codefresh/README.md index 5b1b13311..0e3402fc5 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -1,6 +1,6 @@ ## Codefresh On-Premises -![Version: 2.6.4](https://img.shields.io/badge/Version-2.6.4-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square) +![Version: 2.6.5](https://img.shields.io/badge/Version-2.6.5-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 1b51a18beff906439a6067702cd6a1744cafd72a Mon Sep 17 00:00:00 2001 From: Ilia Medvedev Date: Mon, 23 Dec 2024 23:19:25 +0200 Subject: [PATCH 4/5] changelog --- codefresh/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codefresh/Chart.yaml b/codefresh/Chart.yaml index 00abf5409..c191e31db 100644 --- a/codefresh/Chart.yaml +++ b/codefresh/Chart.yaml @@ -19,7 +19,7 @@ annotations: # supported kinds are added, changed, deprecated, removed, fixed and security. artifacthub.io/changes: | - kind: changed - description: "Update runtime-images (engine/cf-docker-builder)" + description: "Update consul chart to 11.3.22 & mongosh to 2.3.7" dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts From 56e0687ac37e85d2794f4567c1f36f425f462496 Mon Sep 17 00:00:00 2001 From: Ilia Medvedev Date: Tue, 24 Dec 2024 14:41:02 +0200 Subject: [PATCH 5/5] update curl, dind and alpine --- codefresh/Chart.yaml | 2 +- codefresh/README.md | 2 +- codefresh/values.yaml | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/codefresh/Chart.yaml b/codefresh/Chart.yaml index c191e31db..a3a88092b 100644 --- a/codefresh/Chart.yaml +++ b/codefresh/Chart.yaml @@ -19,7 +19,7 @@ annotations: # supported kinds are added, changed, deprecated, removed, fixed and security. artifacthub.io/changes: | - kind: changed - description: "Update consul chart to 11.3.22 & mongosh to 2.3.7" + description: "Update consul chart to 11.3.22, mongosh to 2.3.7, curl to 8.11.1 & dind to 27.4" dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts diff --git a/codefresh/README.md b/codefresh/README.md index 0e3402fc5..6f7627818 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -2086,7 +2086,7 @@ kubectl -n $NAMESPACE delete secret codefresh-certs-server | argo-platform.runtime-monitor | object | See below | runtime-monitor Don't enable! Not used in onprem! | | argo-platform.ui | object | See below | ui | | argo-platform.useExternalSecret | bool | `false` | Use regular k8s secret object. Keep `false`! | -| builder | object | `{"affinity":{},"container":{"image":{"registry":"docker.io","repository":"library/docker","tag":"27.3-dind"}},"enabled":true,"initContainers":{"register":{"image":{"registry":"quay.io","repository":"codefresh/curl","tag":"8.10.1"}}},"nodeSelector":{},"podSecurityContext":{},"resources":{},"tolerations":[]}` | builder | +| builder | object | `{"affinity":{},"container":{"image":{"registry":"docker.io","repository":"library/docker","tag":"27.4-dind"}},"enabled":true,"initContainers":{"register":{"image":{"registry":"quay.io","repository":"codefresh/curl","tag":"8.11.1"}}},"nodeSelector":{},"podSecurityContext":{},"resources":{},"tolerations":[]}` | builder | | cf-broadcaster | object | See below | broadcaster | | cf-oidc-provider | object | See below | cf-oidc-provider | | cf-platform-analytics-etlstarter | object | See below | etl-starter | diff --git a/codefresh/values.yaml b/codefresh/values.yaml index 2e7b0c9dd..ac99de66b 100644 --- a/codefresh/values.yaml +++ b/codefresh/values.yaml @@ -467,8 +467,8 @@ runtimeImages: KUBE_DEPLOY: quay.io/codefresh/cf-deploy-kubernetes:16.2.6 PIPELINE_DEBUGGER_IMAGE: quay.io/codefresh/cf-debugger:1.3.7 TEMPLATE_ENGINE: quay.io/codefresh/pikolo:0.14.1 - CR_6177_FIXER: docker.io/library/alpine:3.20 - GC_BUILDER_IMAGE: docker.io/library/alpine:3.20 + CR_6177_FIXER: docker.io/library/alpine:3.21 + GC_BUILDER_IMAGE: docker.io/library/alpine:3.21 #-------------------- # Codefresh subcharts @@ -766,7 +766,7 @@ cfsign: image: registry: quay.io repository: codefresh/curl - tag: 8.10.1 + tag: 8.11.1 affinity: {} nodeSelector: {} podSecurityContext: {} @@ -1191,12 +1191,12 @@ builder: image: registry: quay.io repository: codefresh/curl - tag: 8.10.1 + tag: 8.11.1 container: image: registry: docker.io repository: library/docker - tag: 27.3-dind + tag: 27.4-dind affinity: {} nodeSelector: {} podSecurityContext: {} @@ -1212,12 +1212,12 @@ runner: image: registry: quay.io repository: codefresh/curl - tag: 8.10.1 + tag: 8.11.1 container: image: registry: docker.io repository: library/docker - tag: 27.3-dind + tag: 27.4-dind affinity: {} nodeSelector: {} podSecurityContext: {}