Skip to content

Commit

Permalink
disable unneeded legacy sentry dep charts
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed May 16, 2024
1 parent c4bc45a commit 573cb19
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 8 deletions.
21 changes: 21 additions & 0 deletions charts/sentry/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
dependencies:
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts
version: 6.5.2
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 17.11.3
- name: clickhouse
repository: https://sentry-kubernetes.github.io/charts
version: 3.3.0
- name: rabbitmq
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.15.3
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.5.1
- name: nginx
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.2.2
digest: sha256:080d4bfaa4e1473c07831dd6e971c87a87030f9955c8f633086c19f3bba8f1f7
generated: "2024-05-15T20:12:07.637595-04:00"
16 changes: 8 additions & 8 deletions charts/sentry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ dependencies:
name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 17.11.3
- condition: kafka.enabled
name: kafka
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
version: 16.3.2
# - condition: kafka.enabled
# name: kafka
# repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
# version: 16.3.2
- condition: clickhouse.enabled
name: clickhouse
repository: https://sentry-kubernetes.github.io/charts
version: 3.3.0
- condition: zookeeper.enabled
name: zookeeper
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
version: 9.0.0
# - condition: zookeeper.enabled
# name: zookeeper
# repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
# version: 9.0.0
- alias: rabbitmq
condition: rabbitmq.enabled
name: rabbitmq
Expand Down
Binary file modified charts/sentry/charts/clickhouse-3.3.0.tgz
Binary file not shown.
Binary file removed charts/sentry/charts/kafka-16.3.2.tgz
Binary file not shown.
Binary file modified charts/sentry/charts/memcached-6.5.2.tgz
Binary file not shown.
Binary file modified charts/sentry/charts/nginx-14.2.2.tgz
Binary file not shown.
Binary file modified charts/sentry/charts/postgresql-12.5.1.tgz
Binary file not shown.
Binary file modified charts/sentry/charts/rabbitmq-11.15.3.tgz
Binary file not shown.
Binary file modified charts/sentry/charts/redis-17.11.3.tgz
Binary file not shown.
Binary file removed charts/sentry/charts/zookeeper-9.0.0.tgz
Binary file not shown.

0 comments on commit 573cb19

Please sign in to comment.