Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: bump Rabbit version #24

Draft
wants to merge 3 commits into
base: release-2.6
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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-<MAJOR>.<MINOR>` 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-<MAJOR>.<MINOR>` branch
- Comment `/test` to trigger CI pipeline
- Merge the PR after successful CI build
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.6
version: 2.6.7
keywords:
- codefresh
home: https://codefresh.io/
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion codefresh/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 2 additions & 0 deletions codefresh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down