Update crowdsec versions
This commit is contained in:
parent
0e5001367c
commit
e39bd2199a
2 changed files with 13 additions and 1 deletions
|
|
@ -1,4 +1,15 @@
|
|||
container_runtime: containerd
|
||||
image:
|
||||
{% if false %}
|
||||
# -- docker image repository name
|
||||
repository: crowdsecurity/crowdsec
|
||||
# -- pullPolicy
|
||||
pullPolicy: IfNotPresent
|
||||
# -- docker image tag
|
||||
{% endif %}
|
||||
{% if crowdsec_version is defined %}
|
||||
tag: "{{ crowdsec_version }}"
|
||||
{% endif %}
|
||||
#secrets:
|
||||
# username: ""
|
||||
# password: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue