Skip to content

Commit

Permalink
fix: tls secret for app-proxy ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Dec 12, 2024
1 parent 2c9277d commit 6a7f5ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/cf-runtime/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart for Codefresh Runner
name: cf-runtime
version: 7.3.0
version: 7.3.1
keywords:
- codefresh
- runner
Expand All @@ -17,8 +17,8 @@ annotations:
artifacthub.io/containsSecurityUpdates: "false"
# Supported kinds: `added`, `changed`, `deprecated`, `removed`, `fixed`, `security`:
artifacthub.io/changes: |
- kind: changed
description: "Upgraded `venona` with improved resource cleanup after build finish"
- kind: fixed
description: "Fix TLS secret in ingress template for app-proxy"
dependencies:
- name: cf-common
repository: oci://quay.io/codefresh/charts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
tls:
- hosts:
- {{ .Values.ingress.host }}
secretName: {{ .Values.tlsSecret }}
secretName: {{ .Values.ingress.tlsSecret }}
{{- end }}
rules:
- host: {{ .Values.ingress.host }}
Expand Down

0 comments on commit 6a7f5ef

Please sign in to comment.