Skip to content
Closed
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
4 changes: 2 additions & 2 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.7
version: 2.6.8
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: security
description: "Miscellaneous security updates (10.02.2025)"
description: "test ci"
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.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)
![Version: 2.6.8](https://img.shields.io/badge/Version-2.6.8-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
6 changes: 6 additions & 0 deletions codefresh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,8 @@ cf-platform-analytics-platform:
registry: us-docker.pkg.dev/codefresh-enterprise/gcr.io
repository: codefresh/cf-platform-analytics
redis:
image:
tag: 7.4.2-debian-12-r5
enabled: true
nameOverride: redis-platform-analytics
resources:
Expand Down Expand Up @@ -1140,6 +1142,8 @@ postgresql-ha:
# @default -- See below
# Ref: https://github.com/bitnami/charts/blob/main/bitnami/redis/values.yaml
redis:
image:
tag: 7.4.2-debian-12-r5
enabled: true
architecture: standalone
auth:
Expand Down Expand Up @@ -1176,6 +1180,8 @@ redis-ha:
# @default -- See below
# Ref: https://github.com/bitnami/charts/blob/main/bitnami/rabbitmq/values.yaml
rabbitmq:
image:
tag: 3.13.7-debian-12-r5
enabled: true
replicaCount: 1
auth:
Expand Down