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

Update Helm release mysql (helm/defectdojo/Chart.yaml) - abandoned #10513

Closed
wants to merge 2 commits 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
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ services:
source: ./docker/extra_settings
target: /app/docker/extra_settings
mysql:
image: mysql:5.7.44@sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb
image: mysql:9.0.0@sha256:8b879a3959bc59adcb7281a41950d39cf8c9b3fb23b87b9b62318ce884a7c383
profiles:
- mysql-rabbitmq
- mysql-redis
Expand Down
12 changes: 6 additions & 6 deletions helm/defectdojo/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
dependencies:
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.19.1
version: 9.23.0
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 15.5.11
version: 15.5.13
- name: postgresql-ha
repository: https://charts.bitnami.com/bitnami
version: 9.4.11
- name: rabbitmq
repository: https://charts.bitnami.com/bitnami
version: 14.4.4
version: 14.4.6
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 19.6.0
digest: sha256:d00f56b5b3cf6525a4e06c82789ec7dd68526959ce38ea50e5251151535dcd8b
generated: "2024-07-01T16:26:01.747085461Z"
version: 19.6.1
digest: sha256:bb933d8897717a8876a0486a1d0e655bf344a959aec297143fabcac386ba7526
generated: "2024-07-03T21:14:10.95689142Z"
2 changes: 1 addition & 1 deletion helm/defectdojo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ maintainers:
url: https://github.com/DefectDojo/django-DefectDojo
dependencies:
- name: mysql
version: ~9.19.0
version: ~9.23.0
repository: "https://charts.bitnami.com/bitnami"
condition: mysql.enabled
- name: postgresql
Expand Down