Skip to content

Commit

Permalink
Merge pull request #229 from jlarriba/sg-core-update
Browse files Browse the repository at this point in the history
Updated sg-core to v5.2.0-nextgen
  • Loading branch information
jlarriba authored Nov 7, 2023
2 parents 33dd9ff + 40caa7a commit 420c4e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v1beta1/ceilometer_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (
// CeilometerNotificationContainerImage - default fall-back image for Ceilometer Notification
CeilometerNotificationContainerImage = "quay.io/podified-antelope-centos9/openstack-ceilometer-notification:current-podified"
// CeilometerSgCoreContainerImage - default fall-back image for Ceilometer SgCore
CeilometerSgCoreContainerImage = "quay.io/infrawatch/sg-core:v5.1.1-nextgen"
CeilometerSgCoreContainerImage = "quay.io/infrawatch/sg-core:v5.2.0-nextgen"
// CeilometerComputeContainerImage - default fall-back image for Ceilometer Compute
CeilometerComputeContainerImage = "quay.io/podified-antelope-centos9/openstack-ceilometer-compute:current-podified"
// CeilometerIpmiContainerImage - default fall-back image for Ceilometer Ipmi
Expand Down
2 changes: 1 addition & 1 deletion config/default/manager_default_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- name: RELATED_IMAGE_CEILOMETER_IPMI_IMAGE_URL_DEFAULT
value: quay.io/podified-antelope-centos9/openstack-ceilometer-ipmi:current-podified
- name: RELATED_IMAGE_CEILOMETER_SGCORE_IMAGE_URL_DEFAULT
value: quay.io/infrawatch/sg-core:v5.1.1-nextgen
value: quay.io/infrawatch/sg-core:v5.2.0-nextgen
- name: RELATED_IMAGE_TELEMETRY_NODE_EXPORTER_IMAGE_URL_DEFAULT
value: quay.io/prometheus/node-exporter:v1.5.0
- name: RELATED_IMAGE_AODH_API_IMAGE_URL_DEFAULT
Expand Down

0 comments on commit 420c4e5

Please sign in to comment.