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

Commit 38d642b

Browse files
renovate[bot]morremeyer-botekeih
authored
chore(deps): update nginx docker tag to v1.24.0 (#274)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Morre's Bot <[email protected]> Co-authored-by: Max Rosin <[email protected]>
1 parent ee2a363 commit 38d642b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/generic/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: generic
33
description: A chart for generic applications. Use this if you need to deploy something without wanting to build a fully fledged new helm chart.
44
type: application
5-
version: 7.0.2
5+
version: 7.0.3
66
maintainers:
77
- name: morremeyer
88
- name: ekeih

charts/generic/README.md

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

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

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

@@ -95,7 +95,7 @@ configMap:
9595
| hostNetwork | bool | `false` | Set to true to enable host networking |
9696
| image.pullPolicy | string | `"IfNotPresent"` | |
9797
| image.repository | string | `"nginx"` | |
98-
| image.tag | string | `"1.23.4"` | |
98+
| image.tag | string | `"1.24.0"` | |
9999
| imagePullSecrets | list | `[]` | |
100100
| ingress.additionalLabels | object | `{}` | Additional labels for the ingress resource |
101101
| ingress.annotations | object | `{}` | |

charts/generic/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ replicaCount: 1
44
image:
55
repository: nginx
66
pullPolicy: IfNotPresent
7-
tag: "1.23.4"
7+
tag: "1.24.0"
88

99
restartPolicy: Always
1010

0 commit comments

Comments
 (0)