Skip to content

Commit

Permalink
Migrate bitnami charts to OCI repository not using Flux OCIRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
ricsanfre committed Dec 13, 2024
1 parent ec325d1 commit 73cd96b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ metadata:
name: bitnami
namespace: flux-system
spec:
url: https://charts.bitnami.com/bitnami
type: oci
url: oci://registry-1.docker.io/bitnamicharts
interval: 1h

This file was deleted.

3 changes: 1 addition & 2 deletions kubernetes/clusters/prod/repositories/oci/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- bitnami-ocirepo.yaml
resources: []
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: OCIRepository
kind: HelmRepository
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: OCIRepository
kind: HelmRepository
name: bitnami
namespace: flux-system
install:
Expand Down

0 comments on commit 73cd96b

Please sign in to comment.