Skip to content

Commit

Permalink
Migrate bitnami charts to OCI repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ricsanfre committed Dec 13, 2024
1 parent ed18cff commit ec325d1
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions kubernetes/clusters/prod/repositories/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./helm
- ./oci
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
metadata:
name: bitnami
namespace: flux-system
spec:
url: oci://registry-1.docker.io/bitnamicharts
interval: 1h
4 changes: 4 additions & 0 deletions kubernetes/clusters/prod/repositories/oci/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- bitnami-ocirepo.yaml
2 changes: 1 addition & 1 deletion kubernetes/platform/kafka/schema-registry/base/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart: schema-registry
version: 23.1.0
sourceRef:
kind: HelmRepository
kind: OCIRepository
name: bitnami
namespace: flux-system
releaseName: schema-registry
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/platform/keycloak/app/base/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart: keycloak
version: 24.3.0
sourceRef:
kind: HelmRepository
kind: OCIRepository
name: bitnami
namespace: flux-system
install:
Expand Down

0 comments on commit ec325d1

Please sign in to comment.