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(clickhouse): update ClickHouse chart to 3.12.0 #1556

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/sentry/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
version: 29.3.14
- name: clickhouse
repository: https://sentry-kubernetes.github.io/charts
version: 3.11.0
version: 3.12.0
- name: zookeeper
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.4.11
Expand All @@ -23,5 +23,5 @@ dependencies:
- name: nginx
repository: oci://registry-1.docker.io/bitnamicharts
version: 18.2.2
digest: sha256:f4ac160ca9a62db5ff6bf36b9dbb0e2ef8b274e05cace579aaaced04e4df4986
generated: "2024-10-14T10:39:44.230529676Z"
digest: sha256:ce18fe5b992a59cb62ed3438a55d1c225cb26e342a65f09a102ae05d5cec1722
generated: "2024-10-16T16:29:12.454761534+06:00"
2 changes: 1 addition & 1 deletion charts/sentry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
condition: kafka.enabled
- name: clickhouse
repository: https://sentry-kubernetes.github.io/charts
version: 3.11.0
version: 3.12.0
condition: clickhouse.enabled
- name: zookeeper
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down