Skip to content

Commit 5fb8de8

Browse files
onprem: 2.7.14 (#59)
1 parent 73a5f57 commit 5fb8de8

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

codefresh/Chart.yaml

Lines changed: 2 additions & 4 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.7.13
4+
version: 2.7.14
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -19,9 +19,7 @@ annotations:
1919
# supported kinds are added, changed, deprecated, removed, fixed and security.
2020
artifacthub.io/changes: |
2121
- kind: fixed
22-
description: "cf-platform-analytics: fix failure of cf-system-etl-postgres on azure postgres"
23-
- kind: added
24-
description: "cf-api: activate user after sync for Azure SSO provider"
22+
description: "Fix delete-consul-svc hook job not to fail when consul service is not found"
2523
dependencies:
2624
- name: cf-common
2725
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.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)
3+
![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)
44

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

codefresh/templates/hooks/delete-consul-svc/delete-consul-svc-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
- /bin/sh
3838
- -c
3939
- |
40-
set -e
40+
set -x
4141
CONSUL_SVC_HEADLESS=$(kubectl get svc -n {{ .Release.Namespace }} \
4242
-l app.kubernetes.io/instance={{ include "codefresh.fullname" . }}\
4343
-l app.kubernetes.io/name=consul \

0 commit comments

Comments
 (0)