Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Sep 18, 2024
1 parent d2e823a commit 01ac15d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ spec:
sqlite:
path: /var/lib/headscale/db.sqlite
write_ahead_log: true
# TODO: Remove after 0.23.0
db_type: sqlite3
db_path: /var/lib/headscale/db.sqlite
dns:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ spec:
remediation:
strategy: rollback
retries: 3
dependsOn:
- name: longhorn
namespace: storage
values:
controllers:
headscale:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ spec:
remediation:
strategy: rollback
retries: 3
dependsOn:
- name: headscale
namespace: network
- name: longhorn
namespace: storage
values:
controllers:
tailscale:
Expand Down

0 comments on commit 01ac15d

Please sign in to comment.