-
Notifications
You must be signed in to change notification settings - Fork 3
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 chart crowdsec to 0.17.0 #193
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cterence
force-pushed
the
main
branch
6 times, most recently
from
December 21, 2024 14:18
3c30221
to
4f18b40
Compare
cterence
force-pushed
the
main
branch
6 times, most recently
from
January 12, 2025 10:56
47a2f7a
to
e7c6bf3
Compare
cterence
force-pushed
the
main
branch
9 times, most recently
from
January 19, 2025 17:58
45dd44c
to
047b003
Compare
cterence
force-pushed
the
renovate/crowdsec-0.x
branch
from
January 19, 2025 18:49
9f2eba7
to
d5eecdd
Compare
ArgoCD Diff ResultsDiff for crowdsec:===== apps/DaemonSet crowdsec/crowdsec-agent ======
269d268
< checksum/agent-secret: 333197e117bf0002a84dbe9d43b9eb80e5ed0ab90343b9ba64e64fe327a8965d
277c276,281
< - env:
---
> - command:
> - sh
> - -c
> - cp /tmp_config/local_api_credentials.yaml /staging/etc/crowdsec/local_api_credentials.yaml
> && ./docker_start.sh
> env:
284,293d287
< - name: AGENT_USERNAME
< valueFrom:
< secretKeyRef:
< key: username
< name: agent-credentials
< - name: AGENT_PASSWORD
< valueFrom:
< secretKeyRef:
< key: password
< name: agent-credentials
348a343,344
> - mountPath: /tmp_config
> name: crowdsec-config
363,365c359,380
< - until nc crowdsec-service.crowdsec 8080 -z; do echo waiting for lapi to
< start; sleep 5; done
< image: busybox:1.37
---
> - until nc "$LAPI_HOST" "$LAPI_PORT" -z; do echo waiting for lapi to start;
> sleep 5; done; ln -s /staging/etc/crowdsec /etc/crowdsec && cscli lapi register
> --machine "$USERNAME" -u $LAPI_URL --token "$REGISTRATION_TOKEN" && cp /etc/crowdsec/local_api_credentials.yaml
> /tmp_config/local_api_credentials.yaml
> env:
> - name: REGISTRATION_TOKEN
> valueFrom:
> secretKeyRef:
> key: registrationToken
> name: crowdsec-lapi-secrets
> - name: USERNAME
> valueFrom:
> fieldRef:
> apiVersion: v1
> fieldPath: metadata.name
> - name: LAPI_URL
> value: http://crowdsec-service.crowdsec:8080
> - name: LAPI_HOST
> value: crowdsec-service.crowdsec
> - name: LAPI_PORT
> value: "8080"
> image: crowdsecurity/crowdsec:v1.6.4
367c382
< name: wait-for-lapi
---
> name: wait-for-lapi-and-register
378a394,396
> volumeMounts:
> - mountPath: /tmp_config
> name: crowdsec-config
387a406,407
> - emptyDir: {}
> name: crowdsec-config
===== apps/Deployment crowdsec/crowdsec-lapi ======
295d294
< checksum/agent-secret: c284a1a0778ba36b4aefaa6b5f5806d2ca121ee4972a07111269ffe1e22c5782
297c296
< checksum/lapi-secret: 08807a588f2b9341f773768232cc5925a000f36e2e92bddb57d36f03c5330525
---
> checksum/lapi-secret: 2ba3b8718114fd85cf952115990ca6c83bb0e06590d0b3a2fa8749620f059fe7
313,322d311
< - name: AGENT_USERNAME
< valueFrom:
< secretKeyRef:
< key: username
< name: agent-credentials
< - name: AGENT_PASSWORD
< valueFrom:
< secretKeyRef:
< key: password
< name: agent-credentials |
renovate
bot
changed the title
chore(deps): update chart crowdsec to 0.16.0
chore(deps): update chart crowdsec to 0.17.0
Jan 31, 2025
renovate
bot
force-pushed
the
renovate/crowdsec-0.x
branch
from
January 31, 2025 17:51
d5eecdd
to
564b283
Compare
ArgoCD Diff ResultsDiff for crowdsec:===== apps/DaemonSet crowdsec/crowdsec-agent ======
267,269c267,268
< checksum/acquis-configmap: b475ab51d49625d83f75ff95176be409a1c8b4cc51ed34ae6444d164d930ec27
< checksum/agent-configmap: ce2bb282a8b05ef5b7b6d9f9ce1297cfae2b190ccf33767063383940ea4fe4ef
< checksum/agent-secret: 346e145d87b033e32b8b4b21af9327f261d66acb2b21855c395d53f761402079
---
> checksum/acquis-configmap: c701dc5baf19b71762198ddae5463ebb8e68c3c43b710563fa63d65b528cc4a6
> checksum/agent-configmap: 6ec747d5216d9f6fdfbfe3995a5fda143f5216e0a4af2e98a55a959b77d92907
277c276,281
< - env:
---
> - command:
> - sh
> - -c
> - cp /tmp_config/local_api_credentials.yaml /staging/etc/crowdsec/local_api_credentials.yaml
> && ./docker_start.sh
> env:
284,293d287
< - name: AGENT_USERNAME
< valueFrom:
< secretKeyRef:
< key: username
< name: agent-credentials
< - name: AGENT_PASSWORD
< valueFrom:
< secretKeyRef:
< key: password
< name: agent-credentials
348a343,344
> - mountPath: /tmp_config
> name: crowdsec-config
363,365c359,380
< - until nc crowdsec-service.crowdsec 8080 -z; do echo waiting for lapi to
< start; sleep 5; done
< image: busybox:1.37
---
> - until nc "$LAPI_HOST" "$LAPI_PORT" -z; do echo waiting for lapi to start;
> sleep 5; done; ln -s /staging/etc/crowdsec /etc/crowdsec && cscli lapi register
> --machine "$USERNAME" -u $LAPI_URL --token "$REGISTRATION_TOKEN" && cp /etc/crowdsec/local_api_credentials.yaml
> /tmp_config/local_api_credentials.yaml
> env:
> - name: REGISTRATION_TOKEN
> valueFrom:
> secretKeyRef:
> key: registrationToken
> name: crowdsec-lapi-secrets
> - name: USERNAME
> valueFrom:
> fieldRef:
> apiVersion: v1
> fieldPath: metadata.name
> - name: LAPI_URL
> value: http://crowdsec-service.crowdsec:8080
> - name: LAPI_HOST
> value: crowdsec-service.crowdsec
> - name: LAPI_PORT
> value: "8080"
> image: crowdsecurity/crowdsec:v1.6.4
367c382
< name: wait-for-lapi
---
> name: wait-for-lapi-and-register
378a394,396
> volumeMounts:
> - mountPath: /tmp_config
> name: crowdsec-config
387a406,407
> - emptyDir: {}
> name: crowdsec-config
===== apps/Deployment crowdsec/crowdsec-lapi ======
295,297c295,296
< checksum/agent-secret: 805f02d05118daed4a8c87d140a665aefa503acaa8c7bb9f856f33cb647d4bc5
< checksum/lapi-configmap: 53201ee7ca713e72916691bc9841fa63538f63fed2462213ab267bfce6575b4e
< checksum/lapi-secret: 71a6bcb2dc7f15722c06b35010a2e9fed81be132f3487e5b5777f9502f7474c4
---
> checksum/lapi-configmap: ece342e2b3ef10a1a31c3f63a31c1a51d6fba56e337178f73cedc7d8652ea0e2
> checksum/lapi-secret: 49991614f238fa34ad50d7aff970ec04028da236cd2c57fb5a9a08350c538e7b
313,322d311
< - name: AGENT_USERNAME
< valueFrom:
< secretKeyRef:
< key: username
< name: agent-credentials
< - name: AGENT_PASSWORD
< valueFrom:
< secretKeyRef:
< key: password
< name: agent-credentials |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.15.0
->0.17.0
Release Notes
crowdsecurity/helm-charts (crowdsec)
v0.17.0
Compare Source
Crowdsec helm chart is an open-source, lightweight agent to detect and respond to bad behaviours.
v0.16.0
Compare Source
Crowdsec helm chart is an open-source, lightweight agent to detect and respond to bad behaviours.
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.
This PR was generated by Mend Renovate. View the repository job log.