Skip to content

Commit

Permalink
Updated chart to oci for redis bitnami.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl committed Dec 4, 2024
1 parent e526d15 commit 45529f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions software/components/osdu-system/cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,15 @@ spec:
- key: redis-password
vaultSecret: redis-password
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: redis
namespace: flux-system
spec:
type: oci
interval: 10m
url: https://charts.bitnami.com/bitnami
url: oci://registry-1.docker.io/bitnamicharts
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
Expand Down

0 comments on commit 45529f5

Please sign in to comment.