Compare commits

..

3 Commits

Author SHA1 Message Date
b0f275dd2f Merge pull request 'chore(deps): update quay.io/opstree/redis-exporter docker tag to v1.80.2' (#163) from renovate/quay.io-opstree-redis-exporter-1.x into main
All checks were successful
lint-and-test / lint-helm (push) Successful in 17s
lint-and-test / chart-testing (push) Successful in 41s
release-charts-redis-replication / release (push) Successful in 29s
renovate / renovate (push) Successful in 45s
Reviewed-on: #163
2026-02-02 22:18:08 +00:00
2ee7073e5c chore(deps): update quay.io/opstree/redis-exporter docker tag to v1.80.2
All checks were successful
lint-and-test / lint-helm (pull_request) Successful in 24s
lint-and-test / chart-testing (pull_request) Successful in 3m27s
2026-02-02 00:01:38 +00:00
310eae35ee ci: update renovate image
All checks were successful
renovate / renovate (push) Successful in 1m42s
2026-01-29 12:13:18 -06:00
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ on:
jobs: jobs:
renovate: renovate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:42 container: ghcr.io/renovatebot/renovate:43
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@v6

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: redis-replication name: redis-replication
version: 1.0.1 version: 1.0.2
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.1 tag: v1.80.2
serviceMonitor: serviceMonitor:
enabled: true enabled: true
interval: 30s interval: 30s