Compare commits

..

1 Commits

3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ jobs:
python-version: '3.14' python-version: '3.14'
- name: Set up Chart Testing - name: Set up Chart Testing
uses: helm/chart-testing-action@v2.7.0 uses: helm/chart-testing-action@v2.8.0
with: with:
yamale_version: "6.0.0" yamale_version: "6.0.0"

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: redis-replication name: redis-replication
version: 1.0.2 version: 1.0.1
description: Redis Replication with Sentinel description: Redis Replication with Sentinel
keywords: keywords:
- redis-operator - redis-operator

View File

@@ -49,7 +49,7 @@ redisReplication:
enabled: true enabled: true
image: image:
repository: quay.io/opstree/redis-exporter repository: quay.io/opstree/redis-exporter
tag: v1.80.2 tag: v1.80.1
serviceMonitor: serviceMonitor:
enabled: true enabled: true
interval: 30s interval: 30s