File tree Expand file tree Collapse file tree 5 files changed +17
-9
lines changed Expand file tree Collapse file tree 5 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff 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
108108dependencies :
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
Original file line number Diff line number Diff line change 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
66End 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 | `{}` | |
Original file line number Diff line number Diff 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 : []
Original file line number Diff line number Diff 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" ) " \
You can’t perform that action at this time.
0 commit comments