Skip to content

Commit

Permalink
try new url
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerred committed Feb 10, 2024
1 parent 277eee8 commit 175fbe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cdk8s/dist/apps.k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ spec:
project: default
source:
chart: minio
repoURL: oci://registry-1.docker.io/bitnamicharts/minio
repoURL: https://charts.bitnami.com/bitnami
targetRevision: 13.4.5
syncPolicy:
automated: {}
Expand Down
2 changes: 1 addition & 1 deletion cdk8s/src/apps/minio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function createMinioApp(chart: Chart) {
spec: {
project: "default",
source: {
repoUrl: "oci://registry-1.docker.io/bitnamicharts/minio",
repoUrl: "https://charts.bitnami.com/bitnami",
chart: "minio",
targetRevision: "13.4.5",
},
Expand Down

0 comments on commit 175fbe7

Please sign in to comment.