Skip to content

Commit

Permalink
onprem: 2.5.3 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko authored Oct 8, 2024
1 parent 3923956 commit e1b0b9d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 deletions.
12 changes: 6 additions & 6 deletions codefresh/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
version: 4.26.1
- name: rabbitmq
repository: https://charts.bitnami.com/bitnami
version: 15.0.1
version: 14.6.9
- name: nats
repository: https://charts.bitnami.com/bitnami
version: 8.4.4
Expand Down Expand Up @@ -118,13 +118,13 @@ dependencies:
version: 21.260.39
- name: cfui
repository: oci://quay.io/codefresh/charts
version: 14.95.77
version: 14.95.78
- name: k8s-monitor
repository: oci://quay.io/codefresh/charts
version: 4.11.8
- name: runtime-environment-manager
repository: oci://quay.io/codefresh/charts
version: 3.36.3
version: 3.36.4
- name: cf-broadcaster
repository: oci://quay.io/codefresh/charts
version: 1.12.16
Expand All @@ -148,12 +148,12 @@ dependencies:
version: 0.49.63
- name: argo-platform
repository: oci://quay.io/codefresh/charts
version: 1.3036.0-onprem-10b556f
version: 1.3037.0-onprem-680e6c9
- name: argo-hub-platform
repository: oci://quay.io/codefresh/charts
version: 0.1.16
- name: cf-oidc-provider
repository: oci://quay.io/codefresh/charts
version: 0.0.15
digest: sha256:51979bbbb995332f38f4dee77b8d32e07241dba5a016d62e5b9c870a32633742
generated: "2024-10-03T18:08:21.167159596+03:00"
digest: sha256:5caa90b76bb269d520322473dd9014d852412bdcfd912af7d99255e2ae8fd9e1
generated: "2024-10-08T17:32:50.890794849+03:00"
18 changes: 15 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.5.2
version: 2.5.3
keywords:
- codefresh
home: https://codefresh.io/
Expand All @@ -20,6 +20,18 @@ annotations:
artifacthub.io/changes: |
- kind: security
description: "Miscellaneous security updates"
- kind: fixed
description: "Postgres cronjob errors (platform-analytics)"
links:
- name: JIRA Issue
url: https://codefresh-io.atlassian.net/browse/CR-23617
- kind: fixed
description: User login through LDAP after the user sync
links:
- name: JIRA Issue
url: https://codefresh-io.atlassian.net/browse/CR-25498
- kind: changed
description: "Revert RabbitMQ to 13.x version"
dependencies:
- name: cf-common
repository: oci://quay.io/codefresh/charts
Expand Down Expand Up @@ -53,7 +65,7 @@ dependencies:
version: 4.26.1
condition: redis-ha.enabled
- name: rabbitmq
version: 15.0.1
version: 14.6.9
repository: https://charts.bitnami.com/bitnami
condition: rabbitmq.enabled
- name: nats
Expand Down Expand Up @@ -237,7 +249,7 @@ dependencies:
repository: oci://quay.io/codefresh/charts
condition: argo-platform.enabled
- name: argo-platform
version: "1.3036.0-onprem-10b556f"
version: "1.3037.0-onprem-680e6c9"
repository: oci://quay.io/codefresh/charts
condition: argo-platform.enabled
- name: argo-hub-platform
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.5.2](https://img.shields.io/badge/Version-2.5.2-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square)
![Version: 2.5.3](https://img.shields.io/badge/Version-2.5.3-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.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

0 comments on commit e1b0b9d

Please sign in to comment.