Files
openstack-helm/cert-rotation/values.yaml
Stephen Taylor aed8f58261 Update Ceph to Tentacle 20.2.0 and Rook to 1.18.9
This change replaces all of the Ceph Squid 19.2.3 images with Ceph
Tentacle 20.2.0 images and sets the ceph-osd minimum version to
"tentacle." The Rook version is also bumped from 1.18.8 to the
latest 1.18.9 in the deployment scripts.

As part of this process, Ceph image sources from
docker.io/openstackhelm have also been replaced with
quay.io/airshipit.

Signed-off-by: Stephen Taylor <stephen.taylor.1@att.com>
Change-Id: I49a9f505ead27508dbb4f3e6ada5b1f4358cc021
2026-01-16 22:04:44 +00:00

83 lines
2.1 KiB
YAML

# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
---
images:
tags:
cert_rotation: 'quay.io/airshipit/ceph-config-helper:latest-ubuntu_jammy'
dep_check: 'quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_jammy'
local_registry:
active: false
labels:
job:
node_selector_key: openstack-control-plane
node_selector_value: enabled
jobs:
rotate:
# Run at 1:00AM on 1st of each month
cron: "0 1 1 * *"
starting_deadline: 600
history:
success: 3
failed: 1
# Number of day before expiry should certs be rotated.
max_days_to_expiry: 45
suspend: false
pod:
security_context:
cert_rotate:
pod:
runAsUser: 42424
container:
cert_rotate:
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
resources:
enabled: false
jobs:
cert_rotate:
requests:
memory: "128Mi"
cpu: "100m"
limits:
memory: "1024Mi"
cpu: "2000m"
dependencies:
static:
cert_rotate: null
secrets:
oci_image_registry:
cert-rotation: cert-rotation-oci-image-registry-key
endpoints:
cluster_domain_suffix: cluster.local
oci_image_registry:
name: oci-image-registry
namespace: oci-image-registry
auth:
enabled: false
cert-rotation:
username: cert-rotation
password: password
hosts:
default: localhost
host_fqdn_override:
default: null
port:
registry:
default: null
manifests:
configmap_bin: true
cron_job_cert_rotate: false
job_cert_rotate: false
secret_registry: true
...