Update default image values for ceph-rgw

This change updates the default image values for several images
in the ceph-rgw chart to newer openstack and ubuntu releases.

Change-Id: Ia11d69bd8f0b4259f6ee68b167a7344ab86d0584
This commit is contained in:
Gage Hugo 2022-04-27 11:35:01 -05:00
parent 92977da6b8
commit 4c077707fc
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
...