chore(traefik): Add blacklistMode on geoblock and fix label (#6416)

This commit is contained in:
Stavros Kois
2023-01-16 11:06:03 +02:00
committed by GitHub
parent 3a969a6e0d
commit 1ecd4fc869
4 changed files with 16 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
#! /bin/bash
trainsPath="./charts"
traefikTrain="stable"
traefikTrain="enterprise"
get_latest_release() {
# Get latest release from GitHub api
# Get latest release from GitHub api, NOTE: Remove the header when running locally (or add a valid token)
curl --silent \
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
--url "https://api.github.com/repos/$1/releases/latest" |