first commit
This commit is contained in:
56
system/upgrade_applications_config.yaml
Normal file
56
system/upgrade_applications_config.yaml
Normal file
@@ -0,0 +1,56 @@
|
||||
# yaml-language-server: $schema=https://git.jesof.ch/public/mstr-schemas/raw/branch/main/mstr-config-schema.json
|
||||
variables:
|
||||
tag_name: ""
|
||||
github:
|
||||
- name: "alertmanager"
|
||||
api_url: "https://api.github.com/repos/prometheus/alertmanager/releases/latest"
|
||||
search: "linux-arm64.tar.gz$"
|
||||
bin_file: ""
|
||||
os_family: "linux"
|
||||
architecture: "arm64"
|
||||
|
||||
- name: "coredns"
|
||||
api_url: "https://api.github.com/repos/coredns/coredns/releases/latest"
|
||||
search: "linux_arm64.tgz$"
|
||||
bin_file: ""
|
||||
os_family: "linux"
|
||||
architecture: "arm64"
|
||||
|
||||
- name: "nodeexporter"
|
||||
api_url: "https://api.github.com/repos/prometheus/node_exporter/releases/latest"
|
||||
search: "linux-arm64.tar.gz$"
|
||||
bin_file: ""
|
||||
os_family: "linux"
|
||||
architecture: "arm64"
|
||||
|
||||
- name: "prometheus"
|
||||
api_url: "https://api.github.com/repos/prometheus/prometheus/releases/latest"
|
||||
search: "linux-arm64.tar.gz$"
|
||||
bin_file: ""
|
||||
os_family: "linux"
|
||||
architecture: "arm64"
|
||||
|
||||
- name: "traefik"
|
||||
api_url: "https://api.github.com/repos/traefik/traefik/releases/latest"
|
||||
search: "linux_arm64.tar.gz$"
|
||||
bin_file: ""
|
||||
os_family: "linux"
|
||||
architecture: "arm64"
|
||||
|
||||
- name: "ttyd"
|
||||
api_url: "https://api.github.com/repos/tsl0922/ttyd/releases/latest"
|
||||
search: "ttyd.arm$"
|
||||
bin_file: "ttyd"
|
||||
os_family: "linux"
|
||||
architecture: "arm64"
|
||||
|
||||
- name: "git"
|
||||
api_url: "https://api.github.com/repos/go-gitea/gitea/releases/latest"
|
||||
health_url: "https://git.jesof.ch/api/healthz"
|
||||
search: "linux-arm64$"
|
||||
bin_file: "gitea"
|
||||
os_family: "linux"
|
||||
architecture: "arm64"
|
||||
|
||||
orchestra:
|
||||
- role: "minio"
|
||||
Reference in New Issue
Block a user