Skip to content

Commit

Permalink
sonarr test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyEnr1quez committed Dec 30, 2024
1 parent c76fbef commit 1864ace
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .taskfiles/kubernetes/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tasks:
ci-kairos-update:
desc: ci task to update kairos and k3s
cmd: >
kairos_image_tag="leap-15.8-standard-amd64-generic-v3.4.5-k3sv1.39.4-k3s1"
kairos_image_tag="$(regctl tag ls quay.io/kairos/opensuse --include 'leap-\d+.\d+-standard-amd64-generic.*' --exclude '.*(master|alpha|beta|rc).*' | tail -1)"
replacement_pattern='s|version: "[^"]*"|version: "'"$kairos_image_tag"'"|g'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ spec:
- backendRefs:
- name: *app
port: *port
timeouts:
request: 10m
persistence:
config:
enabled: true
Expand Down

0 comments on commit 1864ace

Please sign in to comment.