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

Commit

Permalink
Fix ingress (#78)
Browse files Browse the repository at this point in the history
* fix ingress
  • Loading branch information
alexey-bogdanov authored Nov 24, 2023
1 parent 19c4e31 commit d6fa716
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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

0 comments on commit d6fa716

Please sign in to comment.