73 lines
2.5 KiB
YAML
73 lines
2.5 KiB
YAML
|
apiVersion: v1
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
name: configmap-argus-conf
|
||
|
namespace: argus
|
||
|
data:
|
||
|
config.yml: |
|
||
|
service:
|
||
|
dani-garcia/vaultwarden:
|
||
|
latest_version:
|
||
|
type: github
|
||
|
url: dani-garcia/vaultwarden
|
||
|
deployed_version:
|
||
|
url: https://vault.spamasaurus.com/api/version
|
||
|
regex: ([0-9.]+)
|
||
|
dashboard:
|
||
|
web_url: https://github.com/dani-garcia/vaultwarden/releases/{{ version }}
|
||
|
icon: https://raw.githubusercontent.com/dani-garcia/vaultwarden/main/src/static/images/vaultwarden-icon.png
|
||
|
go-gitea/gitea:
|
||
|
latest_version:
|
||
|
type: github
|
||
|
url: go-gitea/gitea
|
||
|
url_commands:
|
||
|
- type: regex
|
||
|
regex: v([0-9.]+)$
|
||
|
require:
|
||
|
regex_content: gitea-{{ version }}-linux-amd64
|
||
|
regex_version: ^[0-9.]+[0-9]$
|
||
|
deployed_version:
|
||
|
url: https://code.spamasaurus.com
|
||
|
regex: 'Powered by Gitea\s+Version:\s+([0-9.]+) '
|
||
|
dashboard:
|
||
|
web_url: https://github.com/go-gitea/gitea/releases/v{{ version }}
|
||
|
icon: https://raw.githubusercontent.com/go-gitea/gitea/main/assets/logo.svg
|
||
|
goharbor/harbor:
|
||
|
latest_version:
|
||
|
type: github
|
||
|
url: goharbor/harbor
|
||
|
url_commands:
|
||
|
- type: regex
|
||
|
regex: v([0-9.]+)$
|
||
|
deployed_version:
|
||
|
url: https://bv11-cr01.bessems.eu/api/v2.0/systeminfo
|
||
|
json: harbor_version
|
||
|
regex: v([0-9.]+)
|
||
|
dashboard:
|
||
|
web_url: https://github.com/goharbor/harbor/releases/tag/v{{ version }}
|
||
|
icon: https://github.com/goharbor/harbor/raw/main/src/portal/src/images/harbor-logo.svg
|
||
|
gotify/server:
|
||
|
latest_version:
|
||
|
type: github
|
||
|
url: gotify/server
|
||
|
url_commands:
|
||
|
- type: regex
|
||
|
regex: v([0-9.]+)$
|
||
|
deployed_version:
|
||
|
url: https://notify.spamasaurus.com/version
|
||
|
json: version
|
||
|
dashboard:
|
||
|
web_url: https://github.com/gotify/server/releases/v{{ version }}
|
||
|
icon: https://github.com/gotify/logo/raw/master/gotify-logo.png
|
||
|
|
||
|
release-argus/argus:
|
||
|
latest_version:
|
||
|
type: github
|
||
|
url: release-argus/argus
|
||
|
deployed_version:
|
||
|
url: https://release.spamasaurus.com/api/v1/version
|
||
|
json: version
|
||
|
dashboard:
|
||
|
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
|