diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 949cda2..a859b9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,4 +26,4 @@ jobs: password: ${{ secrets.ARTIFACTORY_PASS }} repoName: allure-testops chart: charts/allure-testops - version: 4.14.4 + version: 4.14.5 diff --git a/charts/allure-testops/Chart.yaml b/charts/allure-testops/Chart.yaml index 3e48d82..970ee7e 100644 --- a/charts/allure-testops/Chart.yaml +++ b/charts/allure-testops/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: allure-testops -version: 4.14.4 +version: 4.14.5 appVersion: 4.22.0 description: Allure TestOps diff --git a/charts/allure-testops/templates/infra/vault.yaml b/charts/allure-testops/templates/infra/vault.yaml index a30914d..7713b88 100644 --- a/charts/allure-testops/templates/infra/vault.yaml +++ b/charts/allure-testops/templates/infra/vault.yaml @@ -38,10 +38,12 @@ spec: key: "rabbitUser" - objectName: "rabbitPass" key: "rabbitPass" +{{- if not .Values.aws.enabled }} - objectName: "s3AccessKey" key: "s3AccessKey" - objectName: "s3SecretKey" key: "s3SecretKey" +{{- end }} - objectName: "smtpUsername" key: "smtpUsername" - objectName: "smtpPassword" @@ -108,6 +110,7 @@ spec: secretPath: "{{ .Values.vault.secretPath }}" secretKey: "rabbit_pass" +{{- if not .Values.aws.enabled }} - objectName: "s3AccessKey" secretPath: "{{ .Values.vault.secretPath }}" secretKey: "s3_access_key" @@ -115,6 +118,7 @@ spec: - objectName: "s3SecretKey" secretPath: "{{ .Values.vault.secretPath }}" secretKey: "s3_secret_key" +{{- end }} - objectName: "smtpUsername" secretPath: "{{ .Values.vault.smtpPath }}"