diff --git a/charts/logzio-api-fetcher/Chart.yaml b/charts/logzio-api-fetcher/Chart.yaml index b8ec865d..513a6f31 100644 --- a/charts/logzio-api-fetcher/Chart.yaml +++ b/charts/logzio-api-fetcher/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: logzio-api-fetcher description: Helm chart for deploying the Logz.io API Fetcher type: application -version: 1.0.1 -appVersion: "0.2.0" +version: 1.0.2 +appVersion: "0.2.2" maintainers: - name: yotamloe email: yotam.loewenbach@logz.io diff --git a/charts/logzio-api-fetcher/README.md b/charts/logzio-api-fetcher/README.md index 274094f1..b614b5bb 100644 --- a/charts/logzio-api-fetcher/README.md +++ b/charts/logzio-api-fetcher/README.md @@ -369,6 +369,8 @@ oauth_apis: ## Changelog: +- **1.0.2**: + - Update api fetcher version to 0.2.2 - **1.0.1**: - Update api fetcher version to 0.2.0 - **1.0.0**: diff --git a/charts/logzio-api-fetcher/templates/deployment.yaml b/charts/logzio-api-fetcher/templates/deployment.yaml index 6ea84de2..5ec84c52 100644 --- a/charts/logzio-api-fetcher/templates/deployment.yaml +++ b/charts/logzio-api-fetcher/templates/deployment.yaml @@ -21,7 +21,7 @@ spec: mountPath: /app/src/shared containers: - name: logzio-api-fetcher - image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" + image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} volumeMounts: - name: config-volume diff --git a/charts/logzio-api-fetcher/values.yaml b/charts/logzio-api-fetcher/values.yaml index a0c2d548..7a749dad 100644 --- a/charts/logzio-api-fetcher/values.yaml +++ b/charts/logzio-api-fetcher/values.yaml @@ -1,6 +1,6 @@ image: repository: logzio/logzio-api-fetcher - tag: 0.2.0 + tag: 0.2.2 pullPolicy: IfNotPresent # Custom configuration section for logzio-api-fetcher