This repository was archived by the owner on Jul 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : cronjob
3
3
description : Run jobs on a schedule
4
4
type : application
5
- version : 3.1.3
5
+ version : 3.1.4
6
6
maintainers :
7
7
- name : morremeyer
8
8
- name : ekeih
Original file line number Diff line number Diff line change 1
1
# cronjob
2
2
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 )
4
4
5
5
Run jobs on a schedule
6
6
@@ -77,7 +77,7 @@ configMap:
77
77
| fullnameOverride | string | `""` | |
78
78
| image.pullPolicy | string | `"IfNotPresent"` | |
79
79
| image.repository | string | `"alpine"` | |
80
- | image.tag | string | `"3.18.0 "` | |
80
+ | image.tag | string | `"3.18.2 "` | |
81
81
| imagePullSecrets | list | `[]` | pull secrets for the specified image |
82
82
| initContainers | list | `[]` | initContainers to use. Requires a list of valid container specs. |
83
83
| labels | object | `{}` | |
Original file line number Diff line number Diff line change 1
1
image :
2
2
repository : alpine
3
3
pullPolicy : IfNotPresent
4
- tag : " 3.18.0 "
4
+ tag : " 3.18.2 "
5
5
6
6
# -- The number of successful finished jobs to retain.
7
7
successfulJobsHistoryLimit : ~
You can’t perform that action at this time.
0 commit comments