influxdb: Update gpg key

Influx repo gpg key has been rotated as of of 2023-01-26 [1].

[1]: https://www.influxdata.com/blog/linux-package-signing-key-rotation/

Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/871821

Change-Id: I76b35bb20ddc0130ca15ff03942e1a97f5d36ff0
(cherry picked from commit ab70c7618b)
This commit is contained in:
Michal Nasiadka 2023-01-30 11:29:04 +01:00
parent 472e4af321
commit d43b3c77ae
2 changed files with 3 additions and 3 deletions

View File

@ -372,7 +372,7 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom
] %}
{% set base_remote_apt_keys = [
'https://packages.grafana.com/gpg.key',
'https://repos.influxdata.com/influxdb.key',
'https://repos.influxdata.com/influxdata-archive_compat.key',
] %}
{% elif base_distro == 'debian' %}
{% set base_apt_keys = [
@ -385,7 +385,7 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom
'https://download.docker.com/linux/debian/gpg',
'https://packages.grafana.com/gpg.key',
'https://packages.treasuredata.com/GPG-KEY-td-agent',
'https://repos.influxdata.com/influxdb.key',
'https://repos.influxdata.com/influxdata-archive_compat.key',
] %}
{% endif %}

View File

@ -3,4 +3,4 @@ name = InfluxDB Repository - RHEL $releasever
baseurl = https://repos.influxdata.com/rhel/$releasever/$basearch/stable
enabled = 0
gpgcheck = 1
gpgkey = https://repos.influxdata.com/influxdb.key
gpgkey = https://repos.influxdata.com/influxdata-archive_compat.key