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

feat: update sentry appVersion to 24.9.0 #1571

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

patsevanton
Copy link
Contributor

@patsevanton patsevanton commented Oct 24, 2024

Description
This pull request updates the appVersion of the Sentry Helm chart from 24.8.0 to 24.9.0.

k get pod -n test
NAME                                                              READY   STATUS    RESTARTS      AGE
sentry-billing-metrics-consumer-68c96c49f4-s8p55                  1/1     Running   0             2m32s
sentry-clickhouse-0                                               1/1     Running   0             14m
sentry-cron-5bdc5f8dc9-jk544                                      1/1     Running   3 (13m ago)   14m
sentry-generic-metrics-consumer-5c4d7467c8-8ftgz                  1/1     Running   0             2m32s
sentry-ingest-consumer-attachments-6958c9d99d-d7gb9               1/1     Running   0             2m31s
sentry-ingest-consumer-events-7dff4467b7-8t6lc                    1/1     Running   0             2m30s
sentry-ingest-consumer-transactions-697848b7f-v7xts               1/1     Running   0             2m29s
sentry-ingest-monitors-c59cc98cd-c5sn5                            1/1     Running   0             2m28s
sentry-ingest-occurrences-85f65f65b6-66zg4                        1/1     Running   0             2m28s
sentry-ingest-replay-recordings-bc8d5b6bb-grp6w                   1/1     Running   0             2m27s
sentry-issue-occurrence-consumer-85b545496c-rs79l                 1/1     Running   0             2m12s
sentry-kafka-controller-0                                         1/1     Running   0             14m
sentry-kafka-controller-1                                         1/1     Running   0             14m
sentry-kafka-controller-2                                         1/1     Running   0             14m
sentry-metrics-consumer-6f6fc8fdcd-67hkh                          1/1     Running   0             2m26s
sentry-nginx-7bb968f688-2wh7q                                     1/1     Running   0             14m
sentry-post-process-forward-errors-57487778dc-qmg6c               1/1     Running   0             2m25s
sentry-post-process-forward-issue-platform-5884bb66-f6lqs         1/1     Running   0             2m24s
sentry-post-process-forward-transactions-5bf6d864d6-tsjfg         1/1     Running   0             2m24s
sentry-rabbitmq-0                                                 1/1     Running   0             14m
sentry-relay-5c5689855b-pbdwt                                     1/1     Running   0             2m7s
sentry-sentry-postgresql-0                                        1/1     Running   0             14m
sentry-sentry-redis-master-0                                      1/1     Running   0             14m
sentry-sentry-redis-replicas-0                                    1/1     Running   0             14m
sentry-snuba-api-cb6f47f66-f55f4                                  1/1     Running   0             14m
sentry-snuba-consumer-85c5f6b9c-j55tn                             1/1     Running   0             2m23s
sentry-snuba-generic-metrics-counters-consumer-64688445c-7k5tv    1/1     Running   0             2m19s
sentry-snuba-generic-metrics-distributions-consumer-77ccf5gnwc6   1/1     Running   0             2m18s
sentry-snuba-generic-metrics-sets-consumer-6754bf8b77-t726s       1/1     Running   0             2m17s
sentry-snuba-group-attributes-consumer-7bf8f89c47-xs9dd           1/1     Running   0             2m17s
sentry-snuba-metrics-consumer-5bf57b5776-gbgzx                    1/1     Running   0             2m16s
sentry-snuba-outcomes-billing-consumer-5c54578845-tvppt           1/1     Running   0             2m15s
sentry-snuba-outcomes-consumer-7fd9b7bfd4-gskzv                   1/1     Running   0             2m11s
sentry-snuba-replacer-5d7d547476-lq7w4                            1/1     Running   0             2m10s
sentry-snuba-replays-consumer-7dbb575bfd-sc9sq                    1/1     Running   0             2m14s
sentry-snuba-spans-consumer-77cf4c4d87-pwxbj                      1/1     Running   0             2m14s
sentry-snuba-subscription-consumer-events-796bfffc75-vnnzw        1/1     Running   0             2m9s
sentry-snuba-subscription-consumer-metrics-7d77dfdbd4-xp4sd       1/1     Running   0             2m9s
sentry-snuba-subscription-consumer-transactions-556496dc6cs9n6h   1/1     Running   0             2m8s
sentry-snuba-transactions-consumer-798bcdd8bf-k5ks2               1/1     Running   0             2m13s
sentry-subscription-consumer-events-56cbbb569d-sjwwm              1/1     Running   0             2m22s
sentry-subscription-consumer-generic-metrics-6785bb66cf-47ljd     1/1     Running   0             2m21s
sentry-subscription-consumer-metrics-7f6c774979-zt596             1/1     Running   0             2m20s
sentry-subscription-consumer-transactions-6fc8847cfd-ppsbt        1/1     Running   0             2m20s
sentry-web-68478c8d7f-zl7kx                                       1/1     Running   2 (13m ago)   14m
sentry-worker-58788dd48-xrkvc                                     1/1     Running   3 (13m ago)   14m
sentry-zookeeper-clickhouse-0                                     1/1     Running   0             14m
k get deploy -n test -o yaml| grep "image: getsentry/sentry" | uniq
          image: getsentry/sentry:24.9.0
k get sts -n test -o yaml| grep "image: clickhouse/clickhouse-server"
          image: clickhouse/clickhouse-server:23.3.19.32

@fcuello-fudo
Copy link
Contributor

This pull request updates the appVersion of the Sentry Helm chart from 24.7.1 to 24.8.0.

This needs to be updated.

@patsevanton
Copy link
Contributor Author

patsevanton commented Oct 24, 2024

This pull request updates the appVersion of the Sentry Helm chart from 24.7.1 to 24.8.0.

This needs to be updated.

Updated. Thanks.

@Mokto Mokto merged commit 2a3a030 into sentry-kubernetes:develop Oct 24, 2024
2 checks passed
@Mokto Mokto mentioned this pull request Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants