Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 564ecf7

Browse files
renovate[bot]morremeyer-botmorremeyer
authored
chore(deps): update alpine docker tag to v3.18.2 (#330)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Morre's Bot <[email protected]> Co-authored-by: Maurice Meyer <[email protected]>
1 parent ba3b322 commit 564ecf7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/cronjob/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: cronjob
33
description: Run jobs on a schedule
44
type: application
5-
version: 3.1.3
5+
version: 3.1.4
66
maintainers:
77
- name: morremeyer
88
- name: ekeih

charts/cronjob/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cronjob
22

3-
![Version: 3.1.3](https://img.shields.io/badge/Version-3.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
3+
![Version: 3.1.4](https://img.shields.io/badge/Version-3.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
44

55
Run jobs on a schedule
66

@@ -77,7 +77,7 @@ configMap:
7777
| fullnameOverride | string | `""` | |
7878
| image.pullPolicy | string | `"IfNotPresent"` | |
7979
| image.repository | string | `"alpine"` | |
80-
| image.tag | string | `"3.18.0"` | |
80+
| image.tag | string | `"3.18.2"` | |
8181
| imagePullSecrets | list | `[]` | pull secrets for the specified image |
8282
| initContainers | list | `[]` | initContainers to use. Requires a list of valid container specs. |
8383
| labels | object | `{}` | |

charts/cronjob/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
repository: alpine
33
pullPolicy: IfNotPresent
4-
tag: "3.18.0"
4+
tag: "3.18.2"
55

66
# -- The number of successful finished jobs to retain.
77
successfulJobsHistoryLimit: ~

0 commit comments

Comments
 (0)