chore(ci): cleanup helm repos and use OCI more often

This commit is contained in:
Kjeld Schouten 2024-02-21 13:31:44 +01:00
parent aeb99d0d69
commit c613037119
6 changed files with 3 additions and 13 deletions

View File

@ -182,10 +182,8 @@ excluded-charts:
- charts/stable/zigbee2mqtt
chart-repos:
- jetstack=https://charts.jetstack.io
- vmwaretanzu=https://vmware-tanzu.github.io/helm-charts
- cnpg=https://cloudnative-pg.github.io/charts
- metallb=https://metallb.github.io/metallb
- prometheus-community=https://prometheus-community.github.io/helm-charts
- openebs=https://openebs.github.io/charts
- csi-driver-smb=https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
- csi-driver-nfs=https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts

View File

@ -12,10 +12,8 @@ chart-dirs:
excluded-charts: []
chart-repos:
- jetstack=https://charts.jetstack.io
- vmwaretanzu=https://vmware-tanzu.github.io/helm-charts
- cnpg=https://cloudnative-pg.github.io/charts
- metallb=https://metallb.github.io/metallb
- prometheus-community=https://prometheus-community.github.io/helm-charts
- openebs=https://openebs.github.io/charts
- csi-driver-smb=https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
- csi-driver-nfs=https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts

View File

@ -1,10 +1,8 @@
#!/bin/bash
helm repo add jetstack https://charts.jetstack.io
helm repo add vmwaretanzu https://vmware-tanzu.github.io/helm-charts
helm repo add cnpg https://cloudnative-pg.github.io/charts
helm repo add metallb https://metallb.github.io/metallb
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
helm repo add openebs https://openebs.github.io/charts
helm repo add csi-driver-smb https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
helm repo add csi-driver-nfs https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts

View File

@ -68,11 +68,7 @@ jobs:
- name: Prep Helm
run: |
helm repo add jetstack https://charts.jetstack.io
helm repo add vmwaretanzu https://vmware-tanzu.github.io/helm-charts
helm repo add cnpg https://cloudnative-pg.github.io/charts
helm repo add metallb https://metallb.github.io/metallb
helm repo update
./.github/scripts/prep_helm.sh
- name: Prep go-yq
run: |

View File

@ -18,7 +18,7 @@ dependencies:
import-values: []
- name: velero
version: 5.4.1
repository: oci://ghcr.io/vmware-tanzu/charts/velero
repository: oci://ghcr.io/vmware-tanzu/charts
condition: ""
alias: velero
tags: []

View File

@ -18,7 +18,7 @@ dependencies:
import-values: []
- name: kube-prometheus-stack
version: 56.8.2
repository: https://prometheus-community.github.io/helm-charts
repository: oci://ghcr.io/prometheus-community/charts
condition: ""
alias: kps
tags: []