test: update gitserver test image (#2216)

This commit is contained in:
Jefferson Ramos 2024-03-13 01:39:53 -03:00 committed by GitHub
parent 1745bea865
commit 508539e119
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -31,10 +31,10 @@ spec:
annotations:
autoscaling.knative.dev/max-scale: "1"
autoscaling.knative.dev/min-scale: "1"
client.knative.dev/user-image: ghcr.io/jrangelramos/gitserver
client.knative.dev/user-image: quay.io/mvasek/gitserver
spec:
containers:
- image: ghcr.io/jrangelramos/gitserver
- image: quay.io/mvasek/gitserver
ports:
- containerPort: 80
resources: {}