Skip to content

Commit

Permalink
update helm chart repo
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Moskalenko <[email protected]>
  • Loading branch information
pyalex committed Jan 28, 2021
1 parent bbad7bb commit 4059a21
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
runs-on: ubuntu-latest
needs: get-version
env:
HELM_VERSION: v2.16.9
HELM_VERSION: v2.17.0
steps:
- uses: actions/checkout@v2
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down
8 changes: 4 additions & 4 deletions infra/charts/feast/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@ dependencies:
condition: feast-jupyter.enabled
- name: postgresql
version: 8.6.1
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.helm.sh/stable
condition: postgresql.enabled
- name: kafka
version: 11.8.8
repository: https://charts.bitnami.com/bitnami/
condition: kafka.enabled
- name: redis
version: 10.5.6
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.helm.sh/stable
condition: redis.enabled
- name: prometheus-statsd-exporter
version: 0.1.2
condition: prometheus-statsd-exporter.enabled
- name: prometheus
version: 11.0.2
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.helm.sh/stable
condition: prometheus.enabled
- name: grafana
version: 5.0.5
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.helm.sh/stable
condition: grafana.enabled
4 changes: 2 additions & 2 deletions infra/scripts/install-helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -e
readonly HELM_URL=https://storage.googleapis.com/kubernetes-helm
readonly HELM_TARBALL="helm-${HELM_VERSION}-linux-amd64.tar.gz"
readonly STABLE_REPO_URL=https://kubernetes-charts.storage.googleapis.com/
readonly INCUBATOR_REPO_URL=https://kubernetes-charts-incubator.storage.googleapis.com/
readonly STABLE_REPO_URL=https://charts.helm.sh/stable
readonly INCUBATOR_REPO_URL=https://charts.helm.sh/incubator
curl -s "https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" | tar -C /tmp -xz
sudo mv /tmp/linux-amd64/helm /usr/bin/helm
helm init --client-only
Expand Down

0 comments on commit 4059a21

Please sign in to comment.