Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Fix ingress #78

Merged
merged 2 commits into from
Nov 24, 2023
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 .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
password: ${{ secrets.ARTIFACTORY_PASS }}
repoName: allure-testops
chart: charts/allure-testops
version: 4.14.5
version: 4.14.6
2 changes: 1 addition & 1 deletion charts/allure-testops/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: allure-testops
version: 4.14.5
version: 4.14.6
appVersion: 4.22.0

description: Allure TestOps
Expand Down
2 changes: 2 additions & 0 deletions charts/allure-testops/templates/network/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ metadata:
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
{{- if .Values.network.ingress.labels }}
{{ toYaml .Values.network.ingress.labels | indent 4 }}
{{- end }}
{{- if .Values.network.ingress.annotations }}
annotations:
{{ toYaml .Values.network.ingress.annotations | indent 4 }}
Expand Down
Loading