diff --git a/charts/enterprise/blocky/Chart.yaml b/charts/enterprise/blocky/Chart.yaml index a861bc9b07c..aaf4eaaf00f 100644 --- a/charts/enterprise/blocky/Chart.yaml +++ b/charts/enterprise/blocky/Chart.yaml @@ -44,4 +44,4 @@ sources: - https://hub.docker.com/r/spx01/blocky - https://quay.io/oriedge/k8s_gateway type: application -version: 13.5.9 +version: 13.6.0 diff --git a/charts/enterprise/blocky/values.yaml b/charts/enterprise/blocky/values.yaml index c1dac63257c..fea93af05e4 100644 --- a/charts/enterprise/blocky/values.yaml +++ b/charts/enterprise/blocky/values.yaml @@ -365,7 +365,7 @@ redis: # CANNOT be defined in above yaml section queryLog: # optional one of: mysql, postgresql, csv, csv-client. If empty, log to console - type: "" + type: "postgresql" # directory (should be mounted as volume in docker) for csv, db connection string for mysql, ignored for included postgresql # target: /var/log/something # postgresql target: postgres://user:password@db_host_or_ip:5432/db_name