Files
argocd-apps/apps/base/cephrgw-system/kustomization.yaml
T
unkinben 1a9740b0f7
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
Roll cephrgw-operator to v0.3.1 (CRD staleness warning)
cephrgw-operator v0.3.1 logs a startup warning when its installed CRDs are
missing or older than the operator (operator #6), which needs to read the
CustomResourceDefinition objects. Bump image and CRDs together and grant the
new RBAC.

- bump the operator image and the CRD install.yaml tag to v0.3.1
- add apiextensions.k8s.io/customresourcedefinitions get;list to the operator
  ClusterRole so the startup check is not RBAC-denied

Claude-Session: https://claude.ai/code/session_016CEncETbf8cvy1PhsHfFHM
2026-07-25 23:01:08 +10:00

15 lines
421 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
# CRDs are pulled from the cephrgw-operator repo at the matching tag rather
# than vendored here, so they never drift from the operator.
- https://git.unkin.net/unkin/cephrgw-operator/raw/tag/v0.3.1/config/crd/install.yaml
- rbac.yaml
- deployment.yaml
- vaultauth.yaml
- vaultstaticsecret.yaml
- vpa.yaml