Removes the dead minikube manifests, container builds, and tooling shims left behind after the cv + docs migration to indri-native (#342). Deletions: - argocd/apps/{cv,docs}.yaml - argocd/manifests/{cv,docs}/ - containers/{cv,quartz}/ Tooling: - mise-tasks/container-version-check: remove the 'quartz'->'docs' CONTAINER_TO_SERVICE mapping (containers/quartz no longer exists). - service-versions.yaml: bump docs.current-version to v1.16.0 (the blumeops docs release tag, now that the legacy nginx-base version pin is gone) and trim the migration-window comment. After merge: argocd app sync apps to clear the OutOfSync state caused by the still-present apps/{cv,docs}.yaml entries in the previous main. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
408 B
408 B
Removed the dead minikube manifests, container builds, and tooling shims left behind after the cv + docs migration to indri-native (#342). Deletes argocd/{apps,manifests}/{cv,docs}/, containers/{cv,quartz}/, and the quartz→docs mapping in mise-tasks/container-version-check. Bumps docs.current-version to v1.16.0 (the blumeops release tag) now that the legacy nginx-base version pin is gone.