Skip to content

Commit

Permalink
debugging new quay push action
Browse files Browse the repository at this point in the history
  • Loading branch information
jschumacher-wire committed Mar 15, 2024
1 parent d8e97fa commit 1ab03d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
context: .
file: ./monkeys/docker/Dockerfile
platforms: linux/amd64
tags: wire/infinitemonkeys:latest
tags: quay.io/wire/infinitemonkeys
push: true

4 changes: 2 additions & 2 deletions monkeys/helm/infinitemonkeys/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ monkeyController:
name: Diya
teamName: Diya
instanceURL: diya.wire.link
userCount: 3
userCount: 4
authUser: basic-auth-user
authPassword: "..."

# replicaCount needs to be one more than userCount above
# as monkeyController expects an additional owner
monkeyServer:
replicaCount: 4
replicaCount: 5

image:
repository: quay.io/wire/infinitemonkeys
Expand Down

0 comments on commit 1ab03d1

Please sign in to comment.