Skip to content

Latest commit

 

History

History
67 lines (52 loc) · 1.62 KB

File metadata and controls

67 lines (52 loc) · 1.62 KB

helm-charts

usage

helm repo add opspresso https://opspresso.github.io/helm-charts/

helm search repo opspresso

helm repo

cat repos.txt | xargs -I {} bash -c 'helm repo add {}'

helm search

helm repo update

helm search repo "argo/argo-cd" -o json | jq .
helm search repo "autoscaler/cluster-autoscaler" -o json | jq .
helm search repo "aws-ebs-csi-driver/aws-ebs-csi-driver" -o json | jq .
helm search repo "eks/aws-load-balancer-controller" -o json | jq .

login public.ecr.aws

aws ecr-public get-login-password --region us-east-1 | \
     helm registry login --username AWS --password-stdin public.ecr.aws

versions

python3 bump.py
NAME CURRENT LATEST
argo-cd 10.2.2 10.2.2 (v3.4.6)
argo-rollouts 2.41.1 2.41.1 (v1.9.1)
argo-workflows 1.0.23 1.0.23 (v4.0.8)
atlantis 6.10.0 6.10.0 (v0.46.0)
external-dns 1.21.1 1.21.1 (0.21.0)
external-secrets 2.8.0 2.8.0 (v2.8.0)
grafana 10.5.15 10.5.15 (12.3.1)
istio 1.30.3 1.30.3 (1.30.3)
karpenter 1.14.0 (1.14.0)
kite 0.14.1 (v0.14.1)
loki-stack 2.10.3 2.10.3 (v2.9.3)
metrics-server 3.13.1 3.13.1 (0.8.1)
oauth2-proxy 10.7.0 10.7.0 (7.15.3)
prometheus-adapter 5.3.0 5.3.0 (v0.12.0)
prometheus-stack 87.21.0 88.0.1 (v0.93.0)
promtail 6.17.1 6.17.1 (3.5.1)
raw 0.2.5 (0.2.3)

download

python3 download.py