Reconfigure Argus;Upgrade Gitea

This commit is contained in:
Danny Bessems 2024-01-21 10:33:18 +11:00
parent 44978d1e73
commit 14c948cfa1
2 changed files with 101 additions and 4 deletions

View File

@ -5,11 +5,35 @@ metadata:
namespace: argus namespace: argus
data: data:
config.yml: | config.yml: |
notify:
default:
type: gotify
url_fields:
host: notify.spamasaurus.com
token: AVvRyjsqjLV5Ghp
service: service:
argoproj/argo-cd:
latest_version:
type: github
url: argoproj/argo-cd
url_commands:
- type: regex
regex: v([0-9.]+)$
notify:
default: {}
deployed_version:
url: https://gitops.spamasaurus.com/api/version
json: Version
regex: v([0-9.]+)
dashboard:
web_url: https://github.com/argoproj/argo-cd/releases/v{{ version }}
icon: https://avatars.githubusercontent.com/u/30269780?s=200&v=4
dani-garcia/vaultwarden: dani-garcia/vaultwarden:
latest_version: latest_version:
type: github type: github
url: dani-garcia/vaultwarden url: dani-garcia/vaultwarden
notify:
default: {}
deployed_version: deployed_version:
url: https://vault.spamasaurus.com/api/version url: https://vault.spamasaurus.com/api/version
regex: ([0-9.]+) regex: ([0-9.]+)
@ -26,9 +50,11 @@ data:
require: require:
regex_content: gitea-{{ version }}-linux-amd64 regex_content: gitea-{{ version }}-linux-amd64
regex_version: ^[0-9.]+[0-9]$ regex_version: ^[0-9.]+[0-9]$
notify:
default: {}
deployed_version: deployed_version:
url: https://code.spamasaurus.com url: https://code.spamasaurus.com/api/v1/version
regex: 'Powered by Gitea\s+Version:\s+([0-9.]+) ' json: version
dashboard: dashboard:
web_url: https://github.com/go-gitea/gitea/releases/v{{ version }} web_url: https://github.com/go-gitea/gitea/releases/v{{ version }}
icon: https://raw.githubusercontent.com/go-gitea/gitea/main/assets/logo.svg icon: https://raw.githubusercontent.com/go-gitea/gitea/main/assets/logo.svg
@ -39,6 +65,8 @@ data:
url_commands: url_commands:
- type: regex - type: regex
regex: v([0-9.]+)$ regex: v([0-9.]+)$
notify:
default: {}
deployed_version: deployed_version:
url: https://bv11-cr01.bessems.eu/api/v2.0/systeminfo url: https://bv11-cr01.bessems.eu/api/v2.0/systeminfo
json: harbor_version json: harbor_version
@ -53,20 +81,89 @@ data:
url_commands: url_commands:
- type: regex - type: regex
regex: v([0-9.]+)$ regex: v([0-9.]+)$
notify:
default: {}
deployed_version: deployed_version:
url: https://notify.spamasaurus.com/version url: https://notify.spamasaurus.com/version
json: version json: version
dashboard: dashboard:
web_url: https://github.com/gotify/server/releases/v{{ version }} web_url: https://github.com/gotify/server/releases/v{{ version }}
icon: https://github.com/gotify/logo/raw/master/gotify-logo.png icon: https://github.com/gotify/logo/raw/master/gotify-logo.png
prowlarr/prowlarr:
options:
semantic_versioning: false
latest_version:
type: github
url: Prowlarr/Prowlarr
url_commands:
- type: regex
regex: v([0-9.]+)$
use_prerelease: true
notify:
default: {}
deployed_version:
url: https://index.pvr.spamasaurus.com/api/v1/system/status
headers:
- key: X-Api-Key
value: 29139cfad11c491da203e54143b4606e
json: version
dashboard:
web_url: https://github.com/Prowlarr/Prowlarr/releases/v{{ version }}
icon: https://avatars.githubusercontent.com/u/73049443?s=200&v=4
radarr/radarr:
options:
semantic_versioning: false
latest_version:
type: github
url: Radarr/Radarr
url_commands:
- type: regex
regex: v([0-9.]+)$
notify:
default: {}
deployed_version:
url: https://movies.pvr.spamasaurus.com/api/v3/system/status
headers:
- key: X-Api-Key
value: d1ae67cc0368493e91e1ff40e8929e8c
json: version
dashboard:
web_url: https://github.com/Radarr/Radarr/releases/v{{ version }}
icon: https://avatars.githubusercontent.com/u/25025331?s=200&v=4
sonarr/sonarr:
options:
semantic_versioning: false
latest_version:
type: url
url: https://github.com/Sonarr/Sonarr/tags
url_commands:
- type: regex
regex: \/releases\/tag\/v?([0-9.]+)\"
notify:
default: {}
deployed_version:
url: https://series.pvr.spamasaurus.com/api/v3/system/status
headers:
- key: X-Api-Key
value: 0f040e680a3d442c90e1d4c2d7e1ba6a
json: version
dashboard:
web_url: https://series.pvr.spamasaurus.com/system/updates
icon: https://raw.githubusercontent.com/Sonarr/Sonarr/develop/Logo/256.png
release-argus/argus: release-argus/argus:
latest_version: latest_version:
type: github type: github
url: release-argus/argus url: release-argus/argus
notify:
default: {}
deployed_version: deployed_version:
url: https://release.spamasaurus.com/api/v1/version url: https://release.spamasaurus.com/api/v1/version
json: version json: version
dashboard: dashboard:
web_url: https://github.com/release-argus/Argus/blob/master/CHANGELOG.md web_url: https://github.com/release-argus/Argus/blob/master/CHANGELOG.md
icon: https://github.com/release-argus/Argus/raw/master/web/ui/static/favicon.svg icon: https://github.com/release-argus/Argus/raw/master/web/ui/static/favicon.svg
settings:
log:
level: INFO
timestamps: true

View File

@ -17,8 +17,8 @@ spec:
spec: spec:
containers: containers:
- name: gitea - name: gitea
# image: bv11-cr01.bessems.eu/proxy/gitea/gitea:1.19 # image: bv11-cr01.bessems.eu/proxy/gitea/gitea:1.21
image: gitea/gitea:1.19 image: gitea/gitea:1.21
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: DB_TYPE - name: DB_TYPE