Change ceph-helper-config to a version compatible with Nautilus

Use docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20201223
instead of docker.io/starlingx/ceph-config-helper:v1.15.0. With this,
we align the ceph client version with the cluster and also go back to
the upstream versions.

Test plan:
Build armada app
Clean all pools and apply platform-integ-apps
After applying, verify that there are 3 new pools created
Check if kube-cephfs is configured
Inspect pods yaml to check images used
Check if ceph-pools-audit job is running successfully

Story: 2009867
Task: 44555

Signed-off-by: Delfino Curado <delfinogomes.curadofilho@windriver.com>
Change-Id: If73ab5666d1c6694f718f498e72ad84c522d1ab6
This commit is contained in:
Delfino Curado 2022-02-22 09:08:00 -05:00
parent cbb99beccb
commit d6619931eb
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ conf:
images:
tags:
ceph_config_helper: docker.io/starlingx/ceph-config-helper:v1.15.0
ceph_config_helper: docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20201223
pullPolicy: "IfNotPresent"
local_registry:
active: false

View File

@ -116,7 +116,7 @@ classes:
images:
tags:
cephfs_provisioner: quay.io/external_storage/cephfs-provisioner:v2.1.0-k8s1.11
cephfs_provisioner_storage_init: docker.io/starlingx/ceph-config-helper:v1.15.0
cephfs_provisioner_storage_init: docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20201223
pull_policy: "IfNotPresent"
local_registry:
active: false

View File

@ -173,7 +173,7 @@ ephemeral_pools:
images:
tags:
rbd_provisioner: quay.io/external_storage/rbd-provisioner:v2.1.1-k8s1.11
rbd_provisioner_storage_init: docker.io/starlingx/ceph-config-helper:v1.15.0
rbd_provisioner_storage_init: docker.io/openstackhelm/ceph-config-helper:ubuntu_bionic-20201223
pull_policy: "IfNotPresent"
local_registry:
active: false