Skip to content

Commit

Permalink
chore: add sshkeyHandler image override
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Jun 18, 2024
1 parent e43ba3b commit 2733784
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/lagoon-core/ci/linter-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ apiRedis:
requests:
cpu: "10m"

sshkeyHandler:
image:
repository: uselagoon/api-sidecar-handler

actionsHandler:
replicaCount: 1
image:
Expand Down
5 changes: 5 additions & 0 deletions charts/lagoon-core/ci/testlagoon-main-override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ apiRedis:
image:
repository: testlagoon/api-redis

sshkeyHandler:
image:
repository: testlagoon/api-sidecar-handler
tag: pr-3662

actionsHandler:
image:
repository: testlagoon/actions-handler
Expand Down

0 comments on commit 2733784

Please sign in to comment.