Skip to content

Commit 3fb0fad

Browse files
committed
Update Tailscale operator version and adjust Feedcord settings
This commit updates the Tailscale operator Helm release version from 1.88.4 to 1.90.6, ensuring the use of the latest features and fixes. Additionally, it modifies the Feedcord appsettings.json to include a new RSS feed URL and changes the RSS check interval from 5 to 15 minutes for improved performance.
1 parent 794674e commit 3fb0fad

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

clusters/common/apps/tailscale/operator/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
chart:
99
spec:
1010
chart: tailscale-operator
11-
version: 1.88.4
11+
version: 1.90.6
1212
sourceRef:
1313
kind: HelmRepository
1414
name: tailscale

clusters/talos-ottawa/apps/media/app/feedcord/appsettings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
"Id": "OpenTrackers",
55
"DiscordWebhookUrl": "${FEEDCORD_DISCORD_WEBHOOK}",
66
"RssUrls": [
7-
"https://opentrackers.org/feed/"
7+
"https://opentrackers.org/feed/",
8+
"https://tailscale.com/changelog/index.xml"
89
],
910
"YoutubeUrls": [""],
10-
"RssCheckIntervalMinutes": 5,
11+
"RssCheckIntervalMinutes": 15,
1112
"Color": 8411391,
1213
"DescriptionLimit": 250,
1314
"Forum": false

0 commit comments

Comments
 (0)