Update ceph version to 16.2.10
Currently the ceph image build jobs are failing due to version 16.2.9 not existing in the remote repo. A check there looks like they've updated the pacific version to 16.2.10, so this change bumps the version up to the latest. Change-Id: I56ec9bc170413129f4fded4cae42edcfb6d851a8
This commit is contained in:
@@ -2,9 +2,9 @@ ARG FROM=docker.io/ubuntu:bionic
|
||||
FROM ${FROM}
|
||||
|
||||
ARG KUBE_VERSION=1.16.2
|
||||
# Pacific 16.2.9
|
||||
# Pacific 16.2.10
|
||||
ARG CEPH_RELEASE=pacific
|
||||
ARG CEPH_RELEASE_TAG=16.2.9-1bionic
|
||||
ARG CEPH_RELEASE_TAG=16.2.10-1bionic
|
||||
ARG CONFD_VERSION=0.16.0
|
||||
|
||||
ARG CEPH_REPO=https://mirror.mirantis.com/acicd/ceph-pacific/
|
||||
|
||||
Reference in New Issue
Block a user