diff --git a/argocd/manifests/kingfisher/cronjob.yaml b/argocd/manifests/kingfisher/cronjob.yaml index 5720810..6bf2888 100644 --- a/argocd/manifests/kingfisher/cronjob.yaml +++ b/argocd/manifests/kingfisher/cronjob.yaml @@ -17,7 +17,9 @@ spec: type: RuntimeDefault containers: - name: kingfisher - image: registry.ops.eblu.me/blumeops/kingfisher:kustomized + # 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 command: ["/bin/sh", "-c"] args: - | @@ -28,9 +30,7 @@ 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 be57aba..f55c2b4 100644 --- a/argocd/manifests/kingfisher/kustomization.yaml +++ b/argocd/manifests/kingfisher/kustomization.yaml @@ -10,6 +10,9 @@ 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: registry.ops.eblu.me/blumeops/kingfisher - newTag: kustomized + - name: ghcr.io/mongodb/kingfisher + newTag: "1.91.0"