mirror of
https://opendev.org/openstack/kolla.git
synced 2026-01-11 19:57:31 +00:00
Merge "Update repo GPG key for influxdata."
This commit is contained in:
commit
2aa6b33b58
3 changed files with 8 additions and 2 deletions
|
|
@ -247,7 +247,7 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom
|
|||
{'name': 'docker-ce', 'url': 'https://download.docker.com/linux/debian/gpg'},
|
||||
{'name': 'fluentd', 'url': 'https://fluentd.cdn.cncf.io/GPG-KEY-fluent-package'},
|
||||
{'name': 'grafana', 'url': 'https://rpm.grafana.com/gpg.key'},
|
||||
{'name': 'influxdb', 'url': 'https://repos.influxdata.com/influxdata-archive_compat.key'},
|
||||
{'name': 'influxdb', 'url': 'https://repos.influxdata.com/influxdata-archive.key'},
|
||||
{'name': 'mariadb', 'url': 'https://downloads.mariadb.com/MariaDB/mariadb-keyring-2019.gpg', 'type': 'gpg'},
|
||||
{'name': 'opensearch', 'url': 'https://artifacts.opensearch.org/publickeys/opensearch-release.pgp'},
|
||||
{'name': 'proxysql', 'url': 'https://repo.proxysql.com/ProxySQL/proxysql-3.0.x/repo_pub_key'},
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@ rpm:
|
|||
distro: true
|
||||
influxdb:
|
||||
baseurl: "https://repos.influxdata.com/rhel/9/$basearch/stable"
|
||||
gpgkey: "https://repos.influxdata.com/influxdata-archive_compat.key"
|
||||
gpgkey: "https://repos.influxdata.com/influxdata-archive.key"
|
||||
name: "influxdb"
|
||||
kolla_el10:
|
||||
baseurl: "https://download.copr.fedorainfracloud.org/results/@openstack-kolla/el10-missing/epel-10-$basearch/"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
fixes:
|
||||
- |
|
||||
Updates the InfluxDB repository GPG key from the expired
|
||||
``influxdata-archive_compat.key`` to the recommended
|
||||
``influxdata-archive.key`` as per https://repos.influxdata.com.
|
||||
Loading…
Add table
Reference in a new issue