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.1.8 to ~9.19.0 (helm/defectdojo/Chart.yaml) #9545

Merged
merged 1 commit into from
Feb 15, 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 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.1.8
version: 9.19.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.6.26
Expand All @@ -14,5 +14,5 @@ dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 16.13.2
digest: sha256:f1dea5877872e8baa25492fb77c4468502bdfeb8f520f00f9598b4d33465ce82
generated: "2024-02-14T22:26:01.747974179Z"
digest: sha256:055c755109a79afc56850a8c742db9968c1ab1b64ea5b1c6c79dd26192ce14d3
generated: "2024-02-15T03:24:53.319013122Z"
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.1.7
version: ~9.19.0
repository: "https://charts.bitnami.com/bitnami"
condition: mysql.enabled
- name: postgresql
Expand Down
Loading