Skip to content

Commit

Permalink
fix: Switch to https for dependency in vcluster again
Browse files Browse the repository at this point in the history
  • Loading branch information
adberger committed Oct 7, 2024
1 parent d4c1ae1 commit ba58f02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/vcluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ maintainers:
dependencies:
- name: common
version: 2.14.1
repository: http://charts.bitnami.com/bitnami
repository: https://charts.bitnami.com/bitnami
2 changes: 1 addition & 1 deletion charts/vcluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Virtual Kubernetes Cluster

| Repository | Name | Version |
|------------|------|---------|
| http://charts.bitnami.com/bitnami | common | 2.14.1 |
| https://charts.bitnami.com/bitnami | common | 2.14.1 |

# Major Changes

Expand Down
2 changes: 1 addition & 1 deletion ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ chart-dirs:
chart-repos:
- buttahtoast=https://buttahtoast.github.io/helm-charts/
- bedag=https://bedag.github.io/helm-charts/
- bitnami=http://charts.bitnami.com/bitnami
- bitnami=https://charts.bitnami.com/bitnami
validate-chart-schema: true
validate-maintainers: false
validate-yaml: true
Expand Down

0 comments on commit ba58f02

Please sign in to comment.