Skip to content

Commit 0c4c22f

Browse files
onprem: 2.5.4 (#8)
1 parent e1b0b9d commit 0c4c22f

File tree

4 files changed

+6
-16
lines changed

4 files changed

+6
-16
lines changed

codefresh/Chart.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ dependencies:
156156
repository: oci://quay.io/codefresh/charts
157157
version: 0.0.15
158158
digest: sha256:5caa90b76bb269d520322473dd9014d852412bdcfd912af7d99255e2ae8fd9e1
159-
generated: "2024-10-08T17:32:50.890794849+03:00"
159+
generated: "2024-10-11T09:24:24.192115705+03:00"

codefresh/Chart.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: Helm Chart for Codefresh On-Prem
33
name: codefresh
4-
version: 2.5.3
4+
version: 2.5.4
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -18,20 +18,8 @@ annotations:
1818
# artifacthub.io/containsSecurityUpdates: "true"
1919
# supported kinds are added, changed, deprecated, removed, fixed and security.
2020
artifacthub.io/changes: |
21-
- kind: security
22-
description: "Miscellaneous security updates"
23-
- kind: fixed
24-
description: "Postgres cronjob errors (platform-analytics)"
25-
links:
26-
- name: JIRA Issue
27-
url: https://codefresh-io.atlassian.net/browse/CR-23617
28-
- kind: fixed
29-
description: User login through LDAP after the user sync
30-
links:
31-
- name: JIRA Issue
32-
url: https://codefresh-io.atlassian.net/browse/CR-25498
3321
- kind: changed
34-
description: "Revert RabbitMQ to 13.x version"
22+
description: "Enable allow-snippet-annotations by default for ingress-nginx"
3523
dependencies:
3624
- name: cf-common
3725
repository: oci://quay.io/codefresh/charts

codefresh/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Codefresh On-Premises
22

3-
![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)
3+
![Version: 2.5.4](https://img.shields.io/badge/Version-2.5.4-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square)
44

55
Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/getting-started/intro-to-codefresh/) to Kubernetes.
66

codefresh/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -965,6 +965,8 @@ hermes:
965965
ingress-nginx:
966966
enabled: true
967967
controller:
968+
enableAnnotationValidations: true
969+
allowSnippetAnnotations: true
968970
ingressClassResource:
969971
enabled: true
970972
default: false

0 commit comments

Comments
 (0)