Swap the controller/webhook/cert-controller image from ghcr.io to the locally built registry.ops.eblu.me/blumeops/external-secrets:v2.2.0-2985007. Like-for-like (v2.2.0); mark service reviewed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
16 lines
350 B
YAML
16 lines
350 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- serviceaccount.yaml
|
|
- rbac.yaml
|
|
- service.yaml
|
|
- webhook.yaml
|
|
- deployment.yaml
|
|
- cluster-secret-store.yaml
|
|
|
|
images:
|
|
- name: ghcr.io/external-secrets/external-secrets
|
|
newName: registry.ops.eblu.me/blumeops/external-secrets
|
|
newTag: v2.2.0-2985007
|