Skip to content

Commit

Permalink
Patch - 2.6.5 update open source components (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-medvedev-codefresh authored Dec 24, 2024
1 parent 8dc6faf commit 121d520
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 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.4
version: 2.6.5
keywords:
- codefresh
home: https://codefresh.io/
Expand All @@ -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, curl to 8.11.1 & dind to 27.4"
dependencies:
- name: cf-common
repository: oci://quay.io/codefresh/charts
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions codefresh/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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 |
Expand Down
18 changes: 9 additions & 9 deletions codefresh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -425,7 +425,7 @@ hooks:
image:
registry: quay.io
repository: codefresh/mongosh
tag: 2.3.1
tag: 2.3.7
affinity: {}
nodeSelector: {}
podSecurityContext: {}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -766,7 +766,7 @@ cfsign:
image:
registry: quay.io
repository: codefresh/curl
tag: 8.10.1
tag: 8.11.1
affinity: {}
nodeSelector: {}
podSecurityContext: {}
Expand Down Expand Up @@ -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: {}
Expand All @@ -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: {}
Expand Down

0 comments on commit 121d520

Please sign in to comment.