Skip to content

Commit

Permalink
test: use image overrides in linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Mar 11, 2024
1 parent 1654454 commit da6f7fc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions charts/lagoon-core/ci/linter-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ keycloakAdminEmail: [email protected]
api:
replicaCount: 1
image:
repository: uselagoon/api
# TODO - update repo/tag before v2.18 release
repository: testlagoon/api
tag: pr-3612
resources:
requests:
cpu: "10m"
Expand All @@ -47,7 +49,6 @@ apiRedis:
requests:
cpu: "10m"

# TODO - update repo/tag before v2.11 release
actionsHandler:
replicaCount: 1
image:
Expand All @@ -71,7 +72,9 @@ keycloak:
replyTo: [email protected]
envelopeFrom: [email protected]
image:
repository: uselagoon/keycloak
# TODO - update repo/tag before v2.18 release
repository: testlagoon/keycloak
tag: pr-3612
resources:
requests:
cpu: "10m"
Expand Down

0 comments on commit da6f7fc

Please sign in to comment.