Skip to content

Commit

Permalink
helm repo links updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ReSearchITEng committed Jan 11, 2021
1 parent 0677ef1 commit a6ed8ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions group_vars/all/addons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pre_helm_manifests:
## HELM & CHARTS ##
###################
helm:
helm_version: v3.4.1 # or "latest" #https://github.com/kubernetes/helm/releases
helm_version: v3.4.2 # or "latest" #https://github.com/kubernetes/helm/releases
install_script_url: 'https://github.com/kubernetes/helm/raw/master/scripts/get-helm-3'
repos: ## stable repo is installed by helm by default, no need for its entry here, add only new ones
- { name: center, url: 'https://repo.chartcenter.io' } # https://rimusz.net/migrating-to-ingress-nginx
Expand All @@ -27,7 +27,7 @@ helm:
- { name: prometheus-community, url: 'https://prometheus-community.github.io/helm-charts' } # for prometheus-community/kube-prometheus-stack and prometheus-community/prometheus-node-exporter # calls grafana/grafana and stable/kube-state-metrics
- { name: ingress-nginx, url: 'https://kubernetes.github.io/ingress-nginx' }
- { name: kured, url: 'https://weaveworks.github.io/kured' }
- { name: incubator, url: 'http://storage.googleapis.com/kubernetes-charts-incubator' }
- { name: incubator, url: 'https://charts.helm.sh/incubator' }
- { name: jetstack, url: 'https://charts.jetstack.io' } # cert-manager
# - { name: funkypenguin, url: 'https://funkypenguin.github.io/helm-kubernetes-dashboard' } #dashboard 2.0 (till PR kubernetes/dashboard#4502 merged in official repo)
- { name: kubernetes-dashboard, url: 'https://kubernetes.github.io/dashboard/' }
Expand Down
4 changes: 2 additions & 2 deletions group_vars/all/global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
#proxy_env:
# http_proxy: 'http://proxy.corp.example.com:8080'
# https_proxy: 'http://proxy.corp.example.com:8080'
# no_proxy: '127.0.0.1,localhost,.example.com,.svc,.local,127.0.1.1,127.254.254.254,/var/run/docker.sock,.sock,sock,.socket'
# no_proxy: '127.0.0.1,localhost,.example.com,.svc,.local,.localdomain,.internal,127.0.1.1,127.254.254.254,169.254.169.254,169.254.169.253,169.254.169.123,/var/run/docker.sock,.sock,sock,.socket'
#####

KUBERNETES_VERSION: "1.19.4"
KUBERNETES_VERSION: "1.19.6"
# Software versions (used by installation, package manager, image pull, etc. )

KEEPALIVED_VERSION: "1.3.5"
Expand Down

0 comments on commit a6ed8ac

Please sign in to comment.