diff --git a/charts/cloudquery/Chart.yaml b/charts/cloudquery/Chart.yaml index f0430586..fe50a128 100644 --- a/charts/cloudquery/Chart.yaml +++ b/charts/cloudquery/Chart.yaml @@ -17,7 +17,7 @@ maintainers: # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.1 +version: 0.2.2 # -- This is the version number of the application being deployed.This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/cloudquery/README.md b/charts/cloudquery/README.md index 51eeeee7..3cc123e9 100644 --- a/charts/cloudquery/README.md +++ b/charts/cloudquery/README.md @@ -1,6 +1,6 @@ # cloudquery -![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.22](https://img.shields.io/badge/AppVersion-0.22-informational?style=flat-square) +![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.22](https://img.shields.io/badge/AppVersion-0.22-informational?style=flat-square) The open-source cloud asset inventory powered by SQL. diff --git a/charts/cloudquery/templates/cronjob.yaml b/charts/cloudquery/templates/cronjob.yaml index 81c41a3a..6f7c072d 100644 --- a/charts/cloudquery/templates/cronjob.yaml +++ b/charts/cloudquery/templates/cronjob.yaml @@ -25,7 +25,7 @@ spec: name: {{ include "cloudquery.fullname" . }}-secret image: "{{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: Always - args: ["fetch", "--config", "/app/config/config.hcl", "--enable-console-log"] + args: ["fetch", "--config", "/app/config/config.hcl", "--enable-console-log", "--encode-json"] resources: {{- toYaml .Values.resources | nindent 16 }} volumeMounts: