Skip to content

onprem: 2.5.4 #8

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

Merged
merged 4 commits into from
Oct 16, 2024
Merged
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
2 changes: 1 addition & 1 deletion codefresh/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ dependencies:
repository: oci://quay.io/codefresh/charts
version: 0.0.15
digest: sha256:5caa90b76bb269d520322473dd9014d852412bdcfd912af7d99255e2ae8fd9e1
generated: "2024-10-08T17:32:50.890794849+03:00"
generated: "2024-10-11T09:24:24.192115705+03:00"
16 changes: 2 additions & 14 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.3
version: 2.5.4
keywords:
- codefresh
home: https://codefresh.io/
Expand All @@ -18,20 +18,8 @@ annotations:
# artifacthub.io/containsSecurityUpdates: "true"
# supported kinds are added, changed, deprecated, removed, fixed and security.
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"
description: "Enable allow-snippet-annotations by default for ingress-nginx"
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.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)
![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)

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 @@ -965,6 +965,8 @@ hermes:
ingress-nginx:
enabled: true
controller:
enableAnnotationValidations: true
allowSnippetAnnotations: true
ingressClassResource:
enabled: true
default: false
Expand Down