Skip to content

Commit 2d833c4

Browse files
committed
feat: update eol exporter SD-1421
1 parent ab2277c commit 2d833c4

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 2025-12-02
4+
5+
[dev]
6+
7+
- [associated PR](https://github.com/saritasa-nest/saritasa-devops-helm-charts/pull/182)
8+
- Update `eol-exporter` chart
9+
310
## 2025-11-06
411

512
[dev]

charts/eol-exporter/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ type: application
102102

103103
# The chart version. This version number should be incremented each time you make changes
104104
# to the chart and its templates, including the app version.
105-
version: 1.0.2
106-
appVersion: 1.0.0
105+
version: 1.0.3
106+
appVersion: 1.1.0
107107

108108
dependencies:
109-
# https://artifacthub.io/packages/helm/stakater/application?modal=values&compare-to=5.3.0
109+
# https://artifacthub.io/packages/helm/stakater/application?modal=values&compare-to=6.13.0
110110
- name: application
111-
version: 6.0.2
111+
version: 6.13.0
112112
repository: https://stakater.github.io/stakater-charts/
113113
alias: exporter

charts/eol-exporter/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# eol-prometheus-exporter
33

4-
![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
4+
![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square)
55

66
End of life prometheus exporter.
77

@@ -102,7 +102,7 @@ endoflife_failed_configs{} == 1
102102

103103
| Repository | Name | Version |
104104
|------------|------|---------|
105-
| https://stakater.github.io/stakater-charts/ | exporter(application) | 6.0.2 |
105+
| https://stakater.github.io/stakater-charts/ | exporter(application) | 6.13.0 |
106106

107107
## Values
108108

@@ -133,7 +133,7 @@ endoflife_failed_configs{} == 1
133133
| exporter.deployment.image.digest | string | `""` | |
134134
| exporter.deployment.image.pullPolicy | string | `"IfNotPresent"` | |
135135
| exporter.deployment.image.repository | string | `"saritasallc/eol-exporter"` | |
136-
| exporter.deployment.image.tag | string | `"1.0.0"` | |
136+
| exporter.deployment.image.tag | string | `"1.1.0"` | |
137137
| exporter.deployment.initContainers | list | `[]` | |
138138
| exporter.deployment.livenessProbe.enabled | bool | `true` | |
139139
| exporter.deployment.livenessProbe.exec | object | `{}` | |

charts/eol-exporter/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exporter:
1414
# Public image is available on:
1515
# https://hub.docker.com/r/saritasallc/eol-exporter/tags
1616
repository: saritasallc/eol-exporter
17-
tag: 1.0.0
17+
tag: 1.1.0
1818
digest: '' # if set to a non empty value, digest takes precedence on the tag
1919
pullPolicy: IfNotPresent
2020
initContainers: []

charts/terraform-pod/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ terraform-pod
3131

3232
## `chart.version`
3333

34-
![Version: 0.0.40](https://img.shields.io/badge/Version-0.0.40-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
34+
![Version: 0.0.41](https://img.shields.io/badge/Version-0.0.41-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
3535

3636
## Maintainers
3737

@@ -83,6 +83,7 @@ For infra-aws repos you may want to pass short-term TTL AWS credentials from the
8383
--set github.username=YOUR-GITHUB-USERNAME \
8484
--set github.email=YOUR-GITHUB-EMAIL \
8585
--set gitCryptKey=$(base64 -w 0 path/to/git-crypt-key) \
86+
--set terraform.token=xxx \
8687
--set aws.accessKeyId=$(echo $creds | jq -r ".AccessKeyId") \
8788
--set aws.secretAccessKey=$(echo $creds | jq -r ".SecretAccessKey") \
8889
--set aws.sessionToken="$(echo $creds | jq -r ".SessionToken")" \

0 commit comments

Comments
 (0)