Compare commits
1 commit
909db75e64
...
1feb59ab14
| Author | SHA1 | Date | |
|---|---|---|---|
| 1feb59ab14 |
2 changed files with 8 additions and 5 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue