Skip to content

Commit

Permalink
fix: change repo for gnocchi and ceilometer images
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeRepko committed Aug 9, 2024
1 parent 873d5f5 commit 102921f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions base-helm-configs/ceilometer/ceilometer-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ labels:
images:
tags:
test: docker.io/xrally/xrally-openstack:2.0.0
ceilometer_db_sync: ghcr.io/lukerepko/genestack/ceilometer:2024.1-ubuntu_jammy
ceilometer_db_sync: ghcr.io/rackerlabs/genestack/ceilometer:2024.1-ubuntu_jammy
rabbit_init: docker.io/rabbitmq:3.7-management
ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ceilometer_central: ghcr.io/lukerepko/genestack/ceilometer:2024.1-ubuntu_jammy
ceilometer_compute: ghcr.io/lukerepko/genestack/ceilometer:2024.1-ubuntu_jammy
ceilometer_ipmi: ghcr.io/lukerepko/genestack/ceilometer:2024.1-ubuntu_jammy
ceilometer_notification: ghcr.io/lukerepko/genestack/ceilometer:2024.1-ubuntu_jammy
ceilometer_central: ghcr.io/rackerlabs/genestack/ceilometer:2024.1-ubuntu_jammy
ceilometer_compute: ghcr.io/rackerlabs/genestack/ceilometer:2024.1-ubuntu_jammy
ceilometer_ipmi: ghcr.io/rackerlabs/genestack/ceilometer:2024.1-ubuntu_jammy
ceilometer_notification: ghcr.io/rackerlabs/genestack/ceilometer:2024.1-ubuntu_jammy
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
image_repo_sync: docker.io/docker:17.07.0
pull_policy: "Always"
Expand Down
12 changes: 6 additions & 6 deletions base-helm-configs/gnocchi/gnocchi-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ images:
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
gnocchi_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_focal
db_init_indexer: docker.io/library/postgres:14.5
db_init: ghcr.io/lukerepko/genestack/gnocchi:2024.1-ubuntu_jammy
db_sync: ghcr.io/lukerepko/genestack/gnocchi:2024.1-ubuntu_jammy
db_init: ghcr.io/rackerlabs/genestack/gnocchi:2024.1-ubuntu_jammy
db_sync: ghcr.io/rackerlabs/genestack/gnocchi:2024.1-ubuntu_jammy
ks_user: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_service: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
ks_endpoints: docker.io/openstackhelm/heat:2024.1-ubuntu_jammy
gnocchi_api: ghcr.io/lukerepko/genestack/gnocchi:2024.1-ubuntu_jammy
gnocchi_statsd: ghcr.io/lukerepko/genestack/gnocchi:2024.1-ubuntu_jammy
gnocchi_metricd: ghcr.io/lukerepko/genestack/gnocchi:2024.1-ubuntu_jammy
gnocchi_resources_cleaner: ghcr.io/lukerepko/genestack/gnocchi:2024.1-ubuntu_jammy
gnocchi_api: ghcr.io/rackerlabs/genestack/gnocchi:2024.1-ubuntu_jammy
gnocchi_statsd: ghcr.io/rackerlabs/genestack/gnocchi:2024.1-ubuntu_jammy
gnocchi_metricd: ghcr.io/rackerlabs/genestack/gnocchi:2024.1-ubuntu_jammy
gnocchi_resources_cleaner: ghcr.io/rackerlabs/genestack/gnocchi:2024.1-ubuntu_jammy
image_repo_sync: docker.io/library/docker:17.07.0
pull_policy: "Always"
local_registry:
Expand Down

0 comments on commit 102921f

Please sign in to comment.