Compare commits

...

3 Commits

Author SHA1 Message Date
435f180165 Merge pull request 'Update ghcr.io/squat/generic-device-plugin:latest Docker digest to d90c79c' (#158) from renovate/ghcr.io-squat-generic-device-plugin-latest into main
All checks were successful
lint-and-test / lint-helm (push) Successful in 15s
release-charts-generic-device-plugin / release (push) Successful in 38s
renovate / renovate (push) Successful in 51s
lint-and-test / chart-testing (push) Successful in 1m36s
2026-01-12 00:02:13 +00:00
715adb516d Update ghcr.io/squat/generic-device-plugin:latest Docker digest to d90c79c
Some checks failed
renovate/stability-days Updates have not met minimum release age requirement
lint-and-test / lint-helm (pull_request) Successful in 26s
lint-and-test / chart-testing (pull_request) Failing after 36s
2026-01-12 00:01:46 +00:00
73c73129d4 minor formatting
All checks were successful
lint-and-test / lint-helm (push) Successful in 11s
release-charts-redis-replication / release (push) Successful in 21s
lint-and-test / chart-testing (push) Successful in 37s
renovate / renovate (push) Successful in 1m59s
2026-01-08 15:47:09 -06:00
5 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: generic-device-plugin
version: 0.20.12
version: 0.20.13
description: Generic Device Plugin
keywords:
- generic-device-plugin

View File

@@ -4,7 +4,7 @@ name: generic-device-plugin
# -- Default image
image:
repository: ghcr.io/squat/generic-device-plugin
tag: latest@sha256:f1055553438c495c5258c4648a83f6aaf0a3c908d0c5313302ddf0feaa1758bd
tag: latest@sha256:d90c79cbc15174c5f81ce9133030b46005f45ae73e8489402acd0feb426d9930
pullPolicy: Always
# -- Domain used by devices for identifcation

View File

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

View File

@@ -1,6 +1,6 @@
# redis-replication
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: v0.23.0](https://img.shields.io/badge/AppVersion-v0.23.0-informational?style=flat-square)
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![AppVersion: v0.23.0](https://img.shields.io/badge/AppVersion-v0.23.0-informational?style=flat-square)
Redis Replication with Sentinel

View File

@@ -37,12 +37,12 @@ spec:
enabled: {{ .Values.redisReplication.redisExporter.enabled }}
image: "{{ .Values.redisReplication.redisExporter.image.repository }}:{{ .Values.redisReplication.redisExporter.image.tag }}"
{{- if .Values.redisReplication.sentinel.enabled }}
{{ if .Values.redisReplication.sentinel.enabled -}}
sentinel:
image: "{{ .Values.redisReplication.sentinel.image.repository }}:{{ .Values.redisReplication.sentinel.image.tag }}"
imagePullPolicy: {{ .Values.redisReplication.sentinel.image.pullPolicy }}
{{ if .Values.existingSecret.enabled }}
{{- if .Values.existingSecret.enabled }}
redisSecret:
name: {{ .Values.existingSecret.name }}
key: {{ .Values.existingSecret.key }}