Update crowdsec versions
This commit is contained in:
parent
0e5001367c
commit
e39bd2199a
2 changed files with 13 additions and 1 deletions
|
|
@ -6,4 +6,5 @@ ingress_domain: "local.dataminem.net"
|
|||
# - 192.168.140.0/24
|
||||
|
||||
crowdsec_namespace: "crowdsec"
|
||||
crowdsec_chart_version: "0.9.10"
|
||||
crowdsec_chart_version: "0.9.12"
|
||||
crowdsec_version: "v1.6.0"
|
||||
|
|
@ -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