update image
All checks were successful
lint-test-helm / lint-helm (push) Successful in 10s
render-manifests-push / render-manifests-push (push) Successful in 23s
renovate / renovate (push) Successful in 1m51s

This commit is contained in:
2025-12-14 20:18:31 -06:00
parent d0262fa6e4
commit a2f3e10bc5
4 changed files with 28 additions and 5 deletions

View File

@@ -21,4 +21,4 @@ dependencies:
repository: https://bjw-s-labs.github.io/helm-charts/
version: 4.5.0
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/tube-archivist.png
appVersion: v0.5.2
appVersion: v0.5.8

View File

@@ -8,13 +8,13 @@ metadata:
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
version: 8.18.0
version: 8.19.8
auth:
fileRealm:
- secretName: tubearchivist-elasticsearch-secret
nodeSets:
- name: default
count: 1
count: 2
config:
node.store.allow_mmap: false
path.repo: /usr/share/elasticsearch/data/snapshot

View File

@@ -13,7 +13,7 @@ spec:
runAsUser: 1000
fsGroup: 1000
kubernetesConfig:
image: quay.io/opstree/redis:v8.0.3
image: quay.io/opstree/redis:v8.4.0
imagePullPolicy: IfNotPresent
resources:
requests:
@@ -29,4 +29,4 @@ spec:
storage: 5Gi
redisExporter:
enabled: true
image: quay.io/opstree/redis-exporter:v1.48.0
image: quay.io/opstree/redis-exporter:v1.80.1

View File

@@ -0,0 +1,23 @@
apiVersion: redis.redis.opstreelabs.in/v1beta2
kind: RedisSentinel
metadata:
name: redis-sentinel-tubearchivist
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: redis-sentinel-tubearchivist
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
spec:
clusterSize: 3
podSecurityContext:
runAsUser: 1000
fsGroup: 1000
redisSentinelConfig:
redisReplicationName: redis-replication-tubearchivist
kubernetesConfig:
image: quay.io/opstree/redis-sentinel:v8.4.0
imagePullPolicy: IfNotPresent
resources:
requests:
cpu: 10m
memory: 128Mi