From 252dde4aff5a1b9db73d091c25ff9356b50f740e Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Wed, 21 May 2025 20:41:07 +0300 Subject: [PATCH] onprem: 2.7.14 --- codefresh/Chart.yaml | 6 ++---- codefresh/README.md | 2 +- .../hooks/delete-consul-svc/delete-consul-svc-job.yaml | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/codefresh/Chart.yaml b/codefresh/Chart.yaml index caf0ad7ff..8c7bea030 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.7.13 +version: 2.7.14 keywords: - codefresh home: https://codefresh.io/ @@ -19,9 +19,7 @@ annotations: # supported kinds are added, changed, deprecated, removed, fixed and security. artifacthub.io/changes: | - kind: fixed - description: "cf-platform-analytics: fix failure of cf-system-etl-postgres on azure postgres" - - kind: added - description: "cf-api: activate user after sync for Azure SSO provider" + description: "Fix delete-consul-svc hook job not to fail when consul service is not found" dependencies: - name: cf-common repository: oci://quay.io/codefresh/charts diff --git a/codefresh/README.md b/codefresh/README.md index 69c3fa760..480a616f1 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -1,6 +1,6 @@ ## Codefresh On-Premises -![Version: 2.7.13](https://img.shields.io/badge/Version-2.7.13-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.0-informational?style=flat-square) +![Version: 2.7.14](https://img.shields.io/badge/Version-2.7.14-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.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/templates/hooks/delete-consul-svc/delete-consul-svc-job.yaml b/codefresh/templates/hooks/delete-consul-svc/delete-consul-svc-job.yaml index 88314e655..93367e1c1 100644 --- a/codefresh/templates/hooks/delete-consul-svc/delete-consul-svc-job.yaml +++ b/codefresh/templates/hooks/delete-consul-svc/delete-consul-svc-job.yaml @@ -37,7 +37,7 @@ spec: - /bin/sh - -c - | - set -e + set -x CONSUL_SVC_HEADLESS=$(kubectl get svc -n {{ .Release.Namespace }} \ -l app.kubernetes.io/instance={{ include "codefresh.fullname" . }}\ -l app.kubernetes.io/name=consul \