Skip to content

Commit

Permalink
Merge pull request #552 from logzio/release/logzio-api-fetcher-1.0.2
Browse files Browse the repository at this point in the history
[RELEASE] Update API Fetcher Image to `0.2.2`
  • Loading branch information
8naama authored Nov 10, 2024
2 parents deeeac5 + 6f85988 commit f7aedb1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/logzio-api-fetcher/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
2 changes: 2 additions & 0 deletions charts/logzio-api-fetcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand Down
2 changes: 1 addition & 1 deletion charts/logzio-api-fetcher/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/logzio-api-fetcher/values.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f7aedb1

Please sign in to comment.