Merge pull request #2997 from fluxcd/make-ghcr-default

Use ghcr.io in the static manifests
pull/2996/head
Stefan Prodan 3 years ago committed by GitHub
commit b7a2fb4be0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,3 +13,14 @@ resources:
- ../policies - ../policies
transformers: transformers:
- labels.yaml - labels.yaml
images:
- name: fluxcd/source-controller
newName: ghcr.io/fluxcd/source-controller
- name: fluxcd/kustomize-controller
newName: ghcr.io/fluxcd/kustomize-controller
- name: fluxcd/helm-controller
newName: ghcr.io/fluxcd/helm-controller
- name: fluxcd/image-reflector-controller
newName: ghcr.io/fluxcd/image-reflector-controller
- name: fluxcd/image-automation-controller
newName: ghcr.io/fluxcd/image-automation-controller

Loading…
Cancel
Save