From f4df267fdf1c1f2803ff65f31d58957cfa9497ac Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Tue, 4 Feb 2025 19:26:15 +0400 Subject: [PATCH 1/3] update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..cff80a0cc --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +## codefresh-onprem-helm + +This repository contains the Helm chart for Codefresh On-Prem installation. + +### How-to create on-prem patch release: + +- Checkout from the corresponding `release-.` branch +```shell +git checkout -b onprem-X.Y.Z release-X.Y +``` +- Update `.version` in Chart.yaml +- Update `artifacthub.io/changes` annotation in Chart.yaml +- [optional] Update `dependencies` in Chart.yaml +- [optional] Update `values.yaml`, `templates/**`, etc with required changes +- Run `helm dep update` to update dependencies +- [optional] Run `./codefresh/.ci/runtime-images.sh` +- Run `./codefresh/.ci/helm-docs.sh` +- Commit changes and open the PR against the corresponding `release-.` branch +- Comment `/test` to trigger CI pipeline +- Merge the PR after successful CI build From c154b5a24db011bdcd6be0b7556cf30b6435bfeb Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Tue, 4 Feb 2025 19:26:15 +0400 Subject: [PATCH 2/3] update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cff80a0cc..0a5850c7b 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ git checkout -b onprem-X.Y.Z release-X.Y ``` - Update `.version` in Chart.yaml - Update `artifacthub.io/changes` annotation in Chart.yaml -- [optional] Update `dependencies` in Chart.yaml -- [optional] Update `values.yaml`, `templates/**`, etc with required changes +- *optional* Update `dependencies` in Chart.yaml +- *optional* Update `values.yaml`, `templates/**`, etc with required changes - Run `helm dep update` to update dependencies -- [optional] Run `./codefresh/.ci/runtime-images.sh` +- *optional* Run `./codefresh/.ci/runtime-images.sh` - Run `./codefresh/.ci/helm-docs.sh` - Commit changes and open the PR against the corresponding `release-.` branch - Comment `/test` to trigger CI pipeline From 4db016d412c5fbdc7fb719de73e980bd327d167c Mon Sep 17 00:00:00 2001 From: Zhenya Tikhonov Date: Tue, 4 Feb 2025 19:27:49 +0400 Subject: [PATCH 3/3] build: use RabbitMQ 4.0.5 --- codefresh/Chart.yaml | 6 +++--- codefresh/README.md | 2 +- codefresh/values.yaml | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/codefresh/Chart.yaml b/codefresh/Chart.yaml index 5b3652eb7..0d75688a2 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.6 +version: 2.6.7 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: security - description: "Miscellaneous security updates" + - kind: fixed + description: "E2E tests" dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts diff --git a/codefresh/README.md b/codefresh/README.md index 804804d9d..1cfda6d3a 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -1,6 +1,6 @@ ## Codefresh On-Premises -![Version: 2.6.6](https://img.shields.io/badge/Version-2.6.6-informational?style=flat-square) ![AppVersion: 2.6.0](https://img.shields.io/badge/AppVersion-2.6.0-informational?style=flat-square) +![Version: 2.6.7](https://img.shields.io/badge/Version-2.6.7-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. diff --git a/codefresh/values.yaml b/codefresh/values.yaml index 4ff039d4b..a606c3507 100644 --- a/codefresh/values.yaml +++ b/codefresh/values.yaml @@ -1177,6 +1177,8 @@ redis-ha: # Ref: https://github.com/bitnami/charts/blob/main/bitnami/rabbitmq/values.yaml rabbitmq: enabled: true + image: + tag: 4.0.5 replicaCount: 1 auth: username: user