From b20776a3eaf8cbf6c2bcbce3b8a90afcc9a479db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 11:03:22 +0000 Subject: [PATCH] chore(deps): update helm values alpine to v3.15.4 (#69) Co-authored-by: Renovate Bot Co-authored-by: Maurice Meyer --- charts/cronjob/Chart.yaml | 2 +- charts/cronjob/README.md | 4 ++-- charts/cronjob/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/cronjob/Chart.yaml b/charts/cronjob/Chart.yaml index 4b72a3aa..c4884074 100644 --- a/charts/cronjob/Chart.yaml +++ b/charts/cronjob/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: cronjob description: Run jobs on a schedule type: application -version: 2.0.4 +version: 2.0.5 maintainers: - name: morremeyer email: charts@mor.re diff --git a/charts/cronjob/README.md b/charts/cronjob/README.md index c4f38560..dd425ae7 100644 --- a/charts/cronjob/README.md +++ b/charts/cronjob/README.md @@ -1,6 +1,6 @@ # cronjob -![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 2.0.5](https://img.shields.io/badge/Version-2.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Run jobs on a schedule @@ -66,7 +66,7 @@ The following default values have been changed: | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | | image.repository | string | `"alpine"` | | -| image.tag | string | `"3.15.0"` | | +| image.tag | string | `"3.15.4"` | | | imagePullSecrets | list | `[]` | pull secrets for the specified image | | initContainers | list | `[]` | initContainers to use. Requires a list of valid container specs. | | labels | object | `{}` | | diff --git a/charts/cronjob/values.yaml b/charts/cronjob/values.yaml index b859538f..c74dc041 100644 --- a/charts/cronjob/values.yaml +++ b/charts/cronjob/values.yaml @@ -1,7 +1,7 @@ image: repository: alpine pullPolicy: IfNotPresent - tag: "3.15.0" + tag: "3.15.4" # -- The number of successful finished jobs to retain. successfulJobsHistoryLimit: ~