File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom
372372 ] %}
373373 {% set base_remote_apt_keys = [
374374 'https://packages.grafana.com/gpg.key' ,
375- 'https://repos.influxdata.com/influxdb .key' ,
375+ 'https://repos.influxdata.com/influxdata-archive_compat .key' ,
376376 ] %}
377377{% elif base_distro == 'debian' %}
378378 {% set base_apt_keys = [
@@ -385,7 +385,7 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom
385385 'https://download.docker.com/linux/debian/gpg' ,
386386 'https://packages.grafana.com/gpg.key' ,
387387 'https://packages.treasuredata.com/GPG-KEY-td-agent' ,
388- 'https://repos.influxdata.com/influxdb .key' ,
388+ 'https://repos.influxdata.com/influxdata-archive_compat .key' ,
389389 ] %}
390390{% endif %}
391391
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name = InfluxDB Repository - RHEL $releasever
33baseurl = https://repos.influxdata.com/rhel/$releasever/$basearch/stable
44enabled = 0
55gpgcheck = 1
6- gpgkey = https://repos.influxdata.com/influxdb .key
6+ gpgkey = https://repos.influxdata.com/influxdata-archive_compat .key
You can’t perform that action at this time.
0 commit comments