You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Invalid value for '--auto-offset-reset': '' is not one of 'error', 'earliest', 'latest'.
Expected behavior
no error
values.yaml
no values.yaml
Helm chart version
25.15.0
Steps to reproduce
helm install sentry -n test sentry/sentry --version 25.15.0 --wait --timeout=1000s
coalesce.go:237: warning: skipped value for kafka.config: Not a table.
NAME: sentry
LAST DEPLOYED: Mon Oct 14 14:45:22 2024
NAMESPACE: test
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
* When running upgrades, make sure to give back the `system.secretKey` value.
kubectl -n test get configmap sentry-sentry -o json | grep -m1 -Po '(?<=system.secret-key: )[^\\]*'
Screenshots
No response
Logs
│ 2024-10-14 09:03:25,462 Initializing Snuba... │
│ 2024-10-14 09:03:27,302 Snuba initialization took 1.84157673898153s │
│ Usage: snuba subscriptions-scheduler-executor [OPTIONS] │
│ Try 'snuba subscriptions-scheduler-executor --help' for help. │
│ │
│ Error: Invalid value for '--auto-offset-reset': '' is not one of 'error', 'earliest', 'latest'.
Additional context
k get pod -n test | grep -v Running
NAME READY STATUS RESTARTS AGE
sentry-snuba-subscription-consumer-events-7f7b55b85c-9gnzm 0/1 CrashLoopBackOff 6 (2m46s ago) 8m46s
sentry-snuba-subscription-consumer-metrics-5dfcb5fb48-p7hww 0/1 CrashLoopBackOff 6 (2m41s ago) 8m46s
sentry-snuba-subscription-consumer-transactions-5cdf85bf896c74x 0/1 CrashLoopBackOff 6 (2m45s ago) 8m45s
The text was updated successfully, but these errors were encountered:
Issue submitter TODO list
Describe the bug (actual behavior)
Expected behavior
no error
values.yaml
no values.yaml
Helm chart version
25.15.0
Steps to reproduce
Screenshots
No response
Logs
Additional context
The text was updated successfully, but these errors were encountered: