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 nginx docker tag to v1.25.1 (#329)
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 564ecf7 commit 3bde0bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/generic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: generic
description: A chart for generic applications. Use this if you need to deploy something without wanting to build a fully fledged new helm chart.
type: application
version: 7.2.0
version: 7.2.1
maintainers:
- name: morremeyer
- name: ekeih
4 changes: 2 additions & 2 deletions charts/generic/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# generic

![Version: 7.2.0](https://img.shields.io/badge/Version-7.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 7.2.1](https://img.shields.io/badge/Version-7.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

A chart for generic applications. Use this if you need to deploy something without wanting to build a fully fledged new helm chart.

Expand Down Expand Up @@ -110,7 +110,7 @@ additionalObjects:
| hostNetwork | bool | `false` | Set to true to enable host networking |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"nginx"` | |
| image.tag | string | `"1.25.0"` | |
| image.tag | string | `"1.25.1"` | |
| imagePullSecrets | list | `[]` | |
| ingress.additionalLabels | object | `{}` | Additional labels for the ingress resource |
| ingress.annotations | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/generic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ replicaCount: 1
image:
repository: nginx
pullPolicy: IfNotPresent
tag: "1.25.0"
tag: "1.25.1"

restartPolicy: Always

Expand Down

0 comments on commit 3bde0bd

Please sign in to comment.