Update sablier to version 1.8.3
This commit is contained in:
parent
27f57467e5
commit
2e723a2e48
3 changed files with 4 additions and 2 deletions
|
|
@ -25,3 +25,5 @@ basic_auth: false
|
|||
|
||||
crowdsec_namespace: "crowdsec"
|
||||
crowdsec_traefik_bouncer_chart_version: "0.1.3"
|
||||
|
||||
traefik_sabblier_version: "1.8.3"
|
||||
|
|
|
|||
|
|
@ -120,6 +120,6 @@ data:
|
|||
plugins:
|
||||
sablier:
|
||||
moduleName: github.com/sablierapp/sablier
|
||||
version: v1.8.2
|
||||
version: v{{ traefik_sabblier_version }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ spec:
|
|||
serviceAccount: sablier
|
||||
containers:
|
||||
- name: sablier
|
||||
image: sablierapp/sablier:1.8.2
|
||||
image: sablierapp/sablier:{{ traefik_sabblier_version }}
|
||||
args:
|
||||
- "start"
|
||||
- "--provider.name=kubernetes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue