Skip to content

Commit

Permalink
fixup test image overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Feb 3, 2023
1 parent 7ffed32 commit 7537ae2
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions charts/lagoon-test/ci/linter-values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,17 @@ token: "${token}"
webhookHost: "${webhookHandler}"
webhookRepoPrefix: "${webhookRepoPrefix}"

# localGit:
# image:
# repository: ${imageRegistry}/local-git

localGit:
image:
repository: testlagoon/local-git
tag: main

# localAPIDataWatcherPusher:
# image:
# repository: ${imageRegistry}/local-api-data-watcher-pusher
repository: ${imageRegistry}/local-git

localAPIDataWatcherPusher:
image:
repository: testlagoon/local-api-data-watcher-pusher
tag: main

# tests:
# image:
# repository: ${imageRegistry}/tests
# tests: ${tests}
repository: ${imageRegistry}/local-api-data-watcher-pusher

tests:
image:
repository: testlagoon/tests
tag: main
repository: ${imageRegistry}/tests
tests: ${tests}

imageTag: ${imageTag}

0 comments on commit 7537ae2

Please sign in to comment.