From 0c4c22f370ad517b9d6b33b3e10c9353f19e431a Mon Sep 17 00:00:00 2001 From: mikhail-klimko Date: Wed, 16 Oct 2024 16:16:43 +0300 Subject: [PATCH] onprem: 2.5.4 (#8) --- codefresh/Chart.lock | 2 +- codefresh/Chart.yaml | 16 ++-------------- codefresh/README.md | 2 +- codefresh/values.yaml | 2 ++ 4 files changed, 6 insertions(+), 16 deletions(-) diff --git a/codefresh/Chart.lock b/codefresh/Chart.lock index d7bcf698b..f61904348 100644 --- a/codefresh/Chart.lock +++ b/codefresh/Chart.lock @@ -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" diff --git a/codefresh/Chart.yaml b/codefresh/Chart.yaml index d85943627..09cc6971f 100644 --- a/codefresh/Chart.yaml +++ b/codefresh/Chart.yaml @@ -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/ @@ -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 diff --git a/codefresh/README.md b/codefresh/README.md index 5e43c1426..b54a96c12 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -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. diff --git a/codefresh/values.yaml b/codefresh/values.yaml index e5b90c4f7..c6a93c0ea 100644 --- a/codefresh/values.yaml +++ b/codefresh/values.yaml @@ -965,6 +965,8 @@ hermes: ingress-nginx: enabled: true controller: + enableAnnotationValidations: true + allowSnippetAnnotations: true ingressClassResource: enabled: true default: false