Skip to content

Commit

Permalink
Merge pull request #155 from thedatabaseme/renovate/semaphoreui-semap…
Browse files Browse the repository at this point in the history
…hore-2.x

Update semaphoreui/semaphore Docker tag to v2.19.10
  • Loading branch information
thedatabaseme authored Jul 2, 2024
2 parents fc8971b + 5e5de49 commit 4af153e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/compose/semaphore/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
container_name: Semaphore
ports:
- 3000:3000
image: semaphoreui/semaphore:v2.10.7
image: semaphoreui/semaphore:v2.19.10
environment:
SEMAPHORE_DB_DIALECT: bolt
SEMAPHORE_ADMIN_PASSWORD: Supersecret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/semaphore/base/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: semaphore
image: semaphoreui/semaphore:v2.10.7
image: semaphoreui/semaphore:v2.19.10
env:
- name: SEMAPHORE_DB_DIALECT
value: bolt
Expand Down

0 comments on commit 4af153e

Please sign in to comment.