Skip to content

Commit

Permalink
no longer include the bitnami registry by default
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jan 7, 2024
1 parent 5ff5020 commit e2a67cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion charts/runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: runtime
description: Sets up the basic dependencies needed to get a network stack running
type: application
version: 0.1.16
version: 0.1.17
appVersion: "0.1.0"
dependencies:
- name: external-dns
Expand Down
9 changes: 0 additions & 9 deletions charts/runtime/templates/helmrepositories.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: bitnami
spec:
interval: 5m0s
type: oci
url: oci://registry-1.docker.io/bitnamicharts
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: flagger
spec:
Expand Down

0 comments on commit e2a67cf

Please sign in to comment.