fixed an issue that was added for debugging purposes

This commit is contained in:
Alon Girmonsky 2024-10-29 16:22:31 -07:00
parent a7692a664d
commit 3027fdab40
2 changed files with 4 additions and 6 deletions

View File

@ -178,7 +178,7 @@ port-forward:
kubectl port-forward $$(kubectl get pods | awk '$$1 ~ /^$(POD_PREFIX)/' | awk 'END {print $$1}') $(SRC_PORT):$(DST_PORT) kubectl port-forward $$(kubectl get pods | awk '$$1 ~ /^$(POD_PREFIX)/' | awk 'END {print $$1}') $(SRC_PORT):$(DST_PORT)
release: release:
@cd ../worker && git checkout master && git pull && git tag -d v$(VERSION); git tag v$(VERSION) ## && git push origin --tags @cd ../worker && git checkout master && git pull && git tag -d v$(VERSION); git tag v$(VERSION) && git push origin --tags
@cd ../tracer && git checkout master && git pull && git tag -d v$(VERSION); git tag v$(VERSION) && git push origin --tags @cd ../tracer && git checkout master && git pull && git tag -d v$(VERSION); git tag v$(VERSION) && git push origin --tags
@cd ../hub && git checkout master && git pull && git tag -d v$(VERSION); git tag v$(VERSION) && git push origin --tags @cd ../hub && git checkout master && git pull && git tag -d v$(VERSION); git tag v$(VERSION) && git push origin --tags
@cd ../front && git checkout master && git pull && git tag -d v$(VERSION); git tag v$(VERSION) && git push origin --tags @cd ../front && git checkout master && git pull && git tag -d v$(VERSION); git tag v$(VERSION) && git push origin --tags

View File

@ -22,7 +22,7 @@ tap:
namespaces: [] namespaces: []
excludedNamespaces: [] excludedNamespaces: []
bpfOverride: "" bpfOverride: ""
stopped: true stopped: false
release: release:
repo: https://helm.kubeshark.co repo: https://helm.kubeshark.co
name: kubeshark name: kubeshark
@ -99,7 +99,7 @@ tap:
telemetry: telemetry:
enabled: true enabled: true
resourceGuard: resourceGuard:
enabled: false enabled: true
sentry: sentry:
enabled: false enabled: false
environment: production environment: production
@ -124,7 +124,7 @@ tap:
- SYS_PTRACE - SYS_PTRACE
- SYS_RESOURCE - SYS_RESOURCE
- IPC_LOCK - IPC_LOCK
globalFilter: timestamp>now() globalFilter: ""
enabledDissectors: enabledDissectors:
- amqp - amqp
- dns - dns
@ -134,8 +134,6 @@ tap:
- redis - redis
- sctp - sctp
- syscall - syscall
- tcp
- udp
- ws - ws
- tls - tls
metrics: metrics: