Update crowdsec versions

This commit is contained in:
Adrien Reslinger 2024-01-27 10:22:46 +01:00
parent 0e5001367c
commit e39bd2199a
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
2 changed files with 13 additions and 1 deletions

View file

@ -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: ""