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 from 9.19.1 to v11 (helm/defectdojo/Chart.yaml) #10260

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 helm/defectdojo/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.19.1
version: 11.0.0
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 15.4.0
Expand All @@ -14,5 +14,5 @@ dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 19.4.0
digest: sha256:5eabae7691eb49cdc15b3924fd5ed661b4eeb8867761a9f5dda68d750a8deaed
generated: "2024-05-22T18:47:38.838187053Z"
digest: sha256:ac7cebbc8c25b6e535536b104bf4689cfc0e9e9934847a886bda7e79fd3c61a0
generated: "2024-05-23T09:39:41.135925199Z"
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: ~11.0.0
repository: "https://charts.bitnami.com/bitnami"
condition: mysql.enabled
- name: postgresql
Expand Down
Loading