diff --git a/clusters/cl01tl/helm/harbor/Chart.lock b/clusters/cl01tl/helm/harbor/Chart.lock index 1a00b111a..06fd106e6 100644 --- a/clusters/cl01tl/helm/harbor/Chart.lock +++ b/clusters/cl01tl/helm/harbor/Chart.lock @@ -5,8 +5,8 @@ dependencies: - name: postgres-cluster repository: https://gitea.alexlebens.net/api/packages/alexlebens/helm version: 7.8.0 -- name: redis-replication +- name: valkey repository: oci://harbor.alexlebens.net/helm-charts - version: 1.1.0 -digest: sha256:5ed0bf7a628fafdf2adc742b80ba900fd836e56682e9c3c37c4959cc56a91e4b -generated: "2026-03-04T00:40:00.093022723Z" + version: 0.2.0 +digest: sha256:ca257fd1352849b4397ba5941f67f6955a5a4758a5d3b4e9adc73d7f86bb628a +generated: "2026-03-05T22:38:33.1963-06:00" diff --git a/clusters/cl01tl/helm/harbor/Chart.yaml b/clusters/cl01tl/helm/harbor/Chart.yaml index 881d38be1..c27c6c2ae 100644 --- a/clusters/cl01tl/helm/harbor/Chart.yaml +++ b/clusters/cl01tl/helm/harbor/Chart.yaml @@ -23,8 +23,9 @@ dependencies: alias: postgres-18-cluster version: 7.8.0 repository: https://gitea.alexlebens.net/api/packages/alexlebens/helm - - name: redis-replication - version: 1.1.0 + - name: valkey + alias: valkey + version: 0.2.0 repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/harbor.png # renovate: datasource=github-releases depName=goharbor/harbor diff --git a/clusters/cl01tl/helm/harbor/values.yaml b/clusters/cl01tl/helm/harbor/values.yaml index 8f2803da6..f4ff9fab5 100644 --- a/clusters/cl01tl/helm/harbor/values.yaml +++ b/clusters/cl01tl/helm/harbor/values.yaml @@ -5,10 +5,10 @@ harbor: enabled: false route: parentRefs: - - group: gateway.networking.k8s.io - kind: Gateway - name: traefik-gateway - namespace: traefik + group: gateway.networking.k8s.io + kind: Gateway + name: traefik-gateway + namespace: traefik hosts: - harbor.alexlebens.net externalURL: https://harbor.alexlebens.net @@ -90,7 +90,7 @@ harbor: redis: type: external external: - addr: "redis-replication-harbor-master.harbor:6379" + addr: harbor-valkey.harbor:6379 exporter: image: repository: goharbor/harbor-exporter @@ -138,8 +138,3 @@ postgres-18-cluster: # immediate: true # schedule: "0 0 0 * * *" # backupName: external -redis-replication: - redisReplication: - clusterSize: 3 - sentinel: - enabled: true