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

fix(deps): update helm release kafka to v31.1.1 #860

Closed
wants to merge 1 commit into from
Closed
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/drax/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ dependencies:
version: 0.14.1
- name: kafka
repository: https://charts.bitnami.com/bitnami/
version: 31.1.0
version: 31.1.1
- name: nats
repository: https://nats-io.github.io/k8s/helm/charts/
version: 1.2.8
- name: redis
repository: https://charts.bitnami.com/bitnami/
version: 20.6.1
digest: sha256:13d71425fec33c16d05f0584f54c64ee9892698e066d347a470321b8ffc21357
generated: "2024-12-23T00:32:47.229860275Z"
digest: sha256:2a46adbf685ff026d195c288c7b5c7ea9cb8fcf3d83b36527b77893ef8a35b2d
generated: "2024-12-30T10:46:09.008015054Z"
2 changes: 1 addition & 1 deletion charts/drax/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ dependencies:
# infrastructure
- name: kafka
condition: kafka.enabled
version: 31.1.0
version: 31.1.1
repository: https://charts.bitnami.com/bitnami/
- name: nats
condition: nats.enabled
Expand Down
Loading