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 : generic
3
3
description : A chart for generic applications. Use this if you need to deploy something without wanting to build a fully fledged new helm chart.
4
4
type : application
5
- version : 7.0.2
5
+ version : 7.0.3
6
6
maintainers :
7
7
- name : morremeyer
8
8
- name : ekeih
Original file line number Diff line number Diff line change 1
1
# generic
2
2
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 )
4
4
5
5
A chart for generic applications. Use this if you need to deploy something without wanting to build a fully fledged new helm chart.
6
6
@@ -95,7 +95,7 @@ configMap:
95
95
| hostNetwork | bool | `false` | Set to true to enable host networking |
96
96
| image.pullPolicy | string | `"IfNotPresent"` | |
97
97
| image.repository | string | `"nginx"` | |
98
- | image.tag | string | `"1.23.4 "` | |
98
+ | image.tag | string | `"1.24.0 "` | |
99
99
| imagePullSecrets | list | `[]` | |
100
100
| ingress.additionalLabels | object | `{}` | Additional labels for the ingress resource |
101
101
| ingress.annotations | object | `{}` | |
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ replicaCount: 1
4
4
image :
5
5
repository : nginx
6
6
pullPolicy : IfNotPresent
7
- tag : " 1.23.4 "
7
+ tag : " 1.24.0 "
8
8
9
9
restartPolicy : Always
10
10
You can’t perform that action at this time.
0 commit comments