diff --git a/argocd/manifests/kingfisher/cronjob.yaml b/argocd/manifests/kingfisher/cronjob.yaml index 6bf2888..5720810 100644 --- a/argocd/manifests/kingfisher/cronjob.yaml +++ b/argocd/manifests/kingfisher/cronjob.yaml @@ -17,9 +17,7 @@ spec: type: RuntimeDefault containers: - name: kingfisher - # TODO: Switch to registry.ops.eblu.me/blumeops/kingfisher:kustomized - # and add --clone-url-base + --all-organizations once custom image is built. - image: ghcr.io/mongodb/kingfisher:kustomized + image: registry.ops.eblu.me/blumeops/kingfisher:kustomized command: ["/bin/sh", "-c"] args: - | @@ -30,7 +28,9 @@ spec: kingfisher scan gitea \ --api-url https://forge.ops.eblu.me/api/v1/ \ + --clone-url-base https://forge.ops.eblu.me/ \ --user eblume \ + --all-organizations \ --repo-type all \ --no-update-check \ --tls-mode lax \ diff --git a/argocd/manifests/kingfisher/kustomization.yaml b/argocd/manifests/kingfisher/kustomization.yaml index f55c2b4..be57aba 100644 --- a/argocd/manifests/kingfisher/kustomization.yaml +++ b/argocd/manifests/kingfisher/kustomization.yaml @@ -10,9 +10,6 @@ resources: - external-secret.yaml - cronjob.yaml -# TODO: Switch to registry.ops.eblu.me/blumeops/kingfisher once we solve the -# build resource problem (aws-sdk-ec2 needs ~3GB RAM for rustc, exceeds both -# indri's minikube VM and Gilbert's Docker Desktop limits). images: - - name: ghcr.io/mongodb/kingfisher - newTag: "1.91.0" + - name: registry.ops.eblu.me/blumeops/kingfisher + newTag: kustomized