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

Commit

Permalink
fixes #72
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-bogdanov committed Oct 13, 2023
1 parent 84500df commit 49e1808
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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.3
version: 4.14.4
4 changes: 2 additions & 2 deletions charts/allure-testops/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: allure-testops
version: 4.14.3
appVersion: 4.21.0
version: 4.14.4
appVersion: 4.22.0

description: Allure TestOps

Expand Down
2 changes: 2 additions & 0 deletions charts/allure-testops/templates/allure/uaa-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,10 @@ spec:
value: "{{ .Values.allure.auth.ldap.passwordAttribute }}"
- name: {{ .Values.build }}_LOGIN_LDAP_URL
value: "{{ .Values.allure.auth.ldap.url }}"
{{- if .Values.allure.auth.ldap.user.dnPatterns }}
- name: {{ .Values.build }}_LOGIN_LDAP_USERDNPATTERNS
value: "{{ .Values.allure.auth.ldap.user.dnPatterns }}"
{{- end }}
- name: {{ .Values.build }}_LOGIN_LDAP_USERSEARCHBASE
value: "{{ .Values.allure.auth.ldap.user.searchBase }}"
- name: {{ .Values.build }}_LOGIN_LDAP_USERSEARCHFILTER
Expand Down
2 changes: 1 addition & 1 deletion charts/allure-testops/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## there is no correlation between helm chart release and Allure TestOps release

## this is Allure TestOps release to be deployed
version: 4.21.0
version: 4.22.0

releaseName: allure-testops

Expand Down

0 comments on commit 49e1808

Please sign in to comment.