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 alpine docker tag to v3.18.2 (#330)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Morre's Bot <morremeyer-bot@maurice-meyer.de>
Co-authored-by: Maurice Meyer <mmeyer@anaconda.com>
  • Loading branch information
3 people authored Jul 7, 2023
1 parent ba3b322 commit 564ecf7
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: 3.1.3
version: 3.1.4
maintainers:
- name: morremeyer
- name: ekeih
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: 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)
![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)

Run jobs on a schedule

Expand Down Expand Up @@ -77,7 +77,7 @@ configMap:
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"alpine"` | |
| image.tag | string | `"3.18.0"` | |
| image.tag | string | `"3.18.2"` | |
| 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.18.0"
tag: "3.18.2"

# -- The number of successful finished jobs to retain.
successfulJobsHistoryLimit: ~
Expand Down

0 comments on commit 564ecf7

Please sign in to comment.