Skip to content

Commit

Permalink
Add the archive-full-index branch to use the influxdb-2.6.1 helm chart (
Browse files Browse the repository at this point in the history
  • Loading branch information
ackintosh authored Jan 20, 2023
1 parent 4a60292 commit 6c104e5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions k8s/eks/bash/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,12 @@ helm_infra_install_redis(){
}

helm_infra_install_influx_db(){
helm install influxdb bitnami/influxdb -f $real_path/yaml/influxdb/values.yml --set image.tag=1.8.2 --set image.debug=true --version 2.6.1
}
# We are using v2.6.1 of the helm chart, which has been evicted from the regular index.yaml.
# Adding the archive-full-index branch to use the old version.
# SEE: https://github.com/bitnami/charts/issues/10833
helm repo add bitnami-full-index https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
helm install influxdb bitnami-full-index/influxdb -f $real_path/yaml/influxdb/values.yml --set image.tag=1.8.2 --set image.debug=true --version 2.6.1
}

tg_daemon_config_map(){
kubectl apply -f - <<EOF
Expand Down

0 comments on commit 6c104e5

Please sign in to comment.