Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update helm chart crowdsec to v0.11.1 #2453

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2024

This PR contains the following updates:

Package Update Change
crowdsec patch 0.11.0 -> 0.11.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

crowdsecurity/helm-charts (crowdsec)

v0.11.1

Compare Source

Crowdsec helm chart is an open-source, lightweight agent to detect and respond to bad behaviours. ## Get Repo Info helm repo add crowdsec https://crowdsecurity.github.io/helm-charts helm repo update ## Installing the Chart Before installing the chart, you need to understand some concepts of Crowdsec. So you can configure well the chart and being able to parse logs and detect attacks inside your Kubernetes cluster. Here is a blog post about crowdsec in kubernetes. # Create namespace for crowdsec kubectl create ns crowdsec # Install helm chart with proper values.yaml config helm install crowdsec crowdsec/crowdsec -f crowdsec-values.yaml -n crowdsec ## Uninstalling the Chart helm delete crowdsec -n crowdsec ## Setup for High Availability Below a basic configuration for High availability # your-values.yaml # Configure external DB (https://docs.crowdsec.net/docs/configuration/crowdsec_configuration/#configuration-example) config: config.yaml.local: | db_config: type: postgresql user: crowdsec password: ${DB_PASSWORD} db_name: crowdsec host: 192.168.0.2 port: 5432 sslmode: require lapi: # 2 or more replicas for HA replicas: 2 # You can specify your own CS_LAPI_SECRET, or let the chart generate one. Length must be >= 64 secrets: csLapiSecret: <anyRandomSecret> # Specify your external DB password here extraSecrets: dbPassword: <externalDbPassword> persistentVolume: # When replicas for LAPI is greater than 1, two options, persistent volumes must be disabled, or in ReadWriteMany mode config: enabled: false # data volume is not required, since SQLite isn't used data: enabled: false # DB Password passed through environment variable env: - name: DB_PASSWORD valueFrom: secretKeyRef: name: crowdsec-lapi-secrets key: dbPassword


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/crowdsec-0.11.x branch 24 times, most recently from e399dfc to 9fa6f23 Compare October 26, 2024 09:58
@renovate renovate bot force-pushed the renovate/crowdsec-0.11.x branch 2 times, most recently from 38ca82a to 601c635 Compare October 29, 2024 15:16
@renovate renovate bot force-pushed the renovate/crowdsec-0.11.x branch from 601c635 to 9e0a293 Compare November 11, 2024 02:06
@renovate renovate bot force-pushed the renovate/crowdsec-0.11.x branch 4 times, most recently from bafa7ce to 88e8d15 Compare December 9, 2024 09:18
@renovate renovate bot force-pushed the renovate/crowdsec-0.11.x branch 2 times, most recently from aac6223 to 9f3bb46 Compare December 21, 2024 00:50
@renovate renovate bot force-pushed the renovate/crowdsec-0.11.x branch 4 times, most recently from 83b6ea1 to 1019792 Compare December 27, 2024 15:10
@renovate renovate bot force-pushed the renovate/crowdsec-0.11.x branch 3 times, most recently from 5fe3210 to 9a2594c Compare January 10, 2025 09:11
@renovate renovate bot force-pushed the renovate/crowdsec-0.11.x branch 6 times, most recently from 33f2a7a to 13f315a Compare January 16, 2025 18:22
@Nold360 Nold360 force-pushed the main branch 2 times, most recently from f903204 to bd856a8 Compare January 21, 2025 09:57
@renovate renovate bot force-pushed the renovate/crowdsec-0.11.x branch 2 times, most recently from 2c318e0 to 7cd1a87 Compare January 25, 2025 12:01
@renovate renovate bot force-pushed the renovate/crowdsec-0.11.x branch from 7cd1a87 to d9e0bde Compare January 25, 2025 13:27
@Nold360 Nold360 force-pushed the main branch 3 times, most recently from 9ed6a92 to a2d011b Compare January 29, 2025 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant