Skip to content

Commit

Permalink
Merge pull request DefectDojo#9634 from DefectDojo/master-into-dev/2.…
Browse files Browse the repository at this point in the history
…31.4-2.32.0-dev

Release: Merge back 2.31.4 into dev from: master-into-dev/2.31.4-2.32.0-dev
  • Loading branch information
Maffooch committed Feb 26, 2024
2 parents 20cd36f + 96d9a74 commit ec4abc5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dojo/search/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def parse_search_query(clean_query):

for query_part in query_parts:
if ':' in query_part:
query_part_split = query_part.split(':')
query_part_split = query_part.split(':', 1)

operator = query_part_split[0]
parameter = query_part_split[1].strip()
Expand Down
6 changes: 3 additions & 3 deletions helm/defectdojo/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ dependencies:
version: 11.9.13
- name: postgresql-ha
repository: https://charts.bitnami.com/bitnami
version: 13.2.4
version: 9.4.11
- name: rabbitmq
repository: https://charts.bitnami.com/bitnami
version: 11.16.2
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 16.13.2
digest: sha256:e33a1f5fbe1601251363f38e2cc639074ef7b85c4d4e69d04967dfcdf5d1d70e
generated: "2024-02-16T04:41:43.560933367Z"
digest: sha256:50d07c49c1fb199a70fafd032712a1d5509a0352f090bfddd2e8a22b35be0961
generated: "2024-02-26T19:45:59.465015037Z"
4 changes: 2 additions & 2 deletions helm/defectdojo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "2.32.0-dev"
description: A Helm chart for Kubernetes to install DefectDojo
name: defectdojo
version: 1.6.112-dev
version: 1.6.113-dev
icon: https://www.defectdojo.org/img/favicon.ico
maintainers:
- name: madchap
Expand All @@ -18,7 +18,7 @@ dependencies:
repository: "https://charts.bitnami.com/bitnami"
condition: postgresql.enabled
- name: postgresql-ha
version: ~13.2.0
version: ~9.4.0
repository: "https://charts.bitnami.com/bitnami"
alias: postgresqlha
condition: postgresqlha.enabled
Expand Down

0 comments on commit ec4abc5

Please sign in to comment.