openstack-helm/keystone/values_overrides/xena-ubuntu_focal.yaml

17 lines
904 B
YAML

---
images:
tags:
bootstrap: "docker.io/openstackhelm/heat:xena-ubuntu_focal"
db_init: "docker.io/openstackhelm/heat:xena-ubuntu_focal"
db_drop: "docker.io/openstackhelm/heat:xena-ubuntu_focal"
keystone_api: "docker.io/openstackhelm/keystone:xena-ubuntu_focal"
keystone_bootstrap: "docker.io/openstackhelm/heat:xena-ubuntu_focal"
keystone_credential_rotate: "docker.io/openstackhelm/keystone:xena-ubuntu_focal"
keystone_credential_setup: "docker.io/openstackhelm/keystone:xena-ubuntu_focal"
keystone_db_sync: "docker.io/openstackhelm/keystone:xena-ubuntu_focal"
keystone_domain_manage: "docker.io/openstackhelm/keystone:xena-ubuntu_focal"
keystone_fernet_rotate: "docker.io/openstackhelm/keystone:xena-ubuntu_focal"
keystone_fernet_setup: "docker.io/openstackhelm/keystone:xena-ubuntu_focal"
ks_user: "docker.io/openstackhelm/heat:xena-ubuntu_focal"
...