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

Commit

Permalink
Adds redis labels for kiali telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ryoo committed Sep 20, 2023
1 parent 2c60162 commit b51b3c5
Show file tree
Hide file tree
Showing 3 changed files with 7 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: 2.0.3
version: 2.0.4
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: 2.0.3
version: 2.0.4
appVersion: 4.20.3

description: Allure TestOps
Expand Down
5 changes: 5 additions & 0 deletions charts/allure-testops/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,15 @@ redis:
host: redis.example.com
port: 6379
database: 0
commonLabels:
app: redis
version: v1
architecture: standalone
auth:
password: allure
master:
service:

persistence:
enabled: false
size: 32Gi
Expand Down

0 comments on commit b51b3c5

Please sign in to comment.