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

Commit

Permalink
chore(deps): update helm values alpine to v3.15.4 (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Maurice Meyer <[email protected]>
  • Loading branch information
3 people authored Apr 14, 2022
1 parent 05ea1c4 commit b20776a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/cronjob/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
4 changes: 2 additions & 2 deletions charts/cronjob/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/cronjob/values.yaml
Original file line number Diff line number Diff line change
@@ -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: ~
Expand Down

0 comments on commit b20776a

Please sign in to comment.