Merge "Update default image values for ceph-rgw"

This commit is contained in:
Zuul 2022-04-28 15:16:50 +00:00 committed by Gerrit Code Review
commit 0dc859cbcb
3 changed files with 5 additions and 4 deletions

View File

@ -15,6 +15,6 @@ apiVersion: v1
appVersion: v1.0.0
description: OpenStack-Helm Ceph RadosGW
name: ceph-rgw
version: 0.1.21
version: 0.1.22
home: https://github.com/ceph/ceph
...

View File

@ -31,9 +31,9 @@ images:
image_repo_sync: 'docker.io/library/docker:17.07.0'
rgw_s3_admin: 'docker.io/openstackhelm/ceph-config-helper:change_770201_ubuntu_bionic-20210113'
rgw_placement_targets: 'docker.io/openstackhelm/ceph-config-helper:change_770201_ubuntu_bionic-20210113'
ks_endpoints: 'docker.io/openstackhelm/heat:newton-ubuntu_xenial'
ks_service: 'docker.io/openstackhelm/heat:newton-ubuntu_xenial'
ks_user: 'docker.io/openstackhelm/heat:newton-ubuntu_xenial'
ks_endpoints: 'docker.io/openstackhelm/heat:wallaby-ubuntu_focal'
ks_service: 'docker.io/openstackhelm/heat:wallaby-ubuntu_focal'
ks_user: 'docker.io/openstackhelm/heat:wallaby-ubuntu_focal'
local_registry:
active: false
exclude:

View File

@ -22,4 +22,5 @@ ceph-rgw:
- 0.1.19 Add ClusterRole to the bootstrap-job
- 0.1.20 Enable taint toleration for Openstack services jobs
- 0.1.21 Correct mon discovery for multiple RGWs in different NS
- 0.1.22 Update default image values
...