File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : nextjs
33description : Generic Helm chart for Nextjs apps on Kubernetes
44type : application
5- version : 1.1.15
5+ version : 1.1.16
66appVersion : ' 1.0.0'
77icon : https://icoretech.github.io/helm/charts/nextjs/logo.png
88keywords :
Original file line number Diff line number Diff line change 11# nextjs
22
3- ![ Version: 1.1.15 ] ( https://img.shields.io/badge/Version-1.1.15 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.0.0] ( https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square )
3+ ![ Version: 1.1.16 ] ( https://img.shields.io/badge/Version-1.1.16 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.0.0] ( https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square )
44
55Generic Helm chart for Nextjs apps on Kubernetes
66
@@ -48,7 +48,7 @@ Generic Helm chart for Nextjs apps on Kubernetes
4848| web.hpa.maxReplicas | int | ` 10 ` | |
4949| web.hpa.memory | string | ` nil ` | |
5050| web.hpa.requests | string | ` nil ` | |
51- | web.image | string | ` "" ` | |
51+ | web.image | string | ` "nginx:latest " ` | |
5252| web.imagePullPolicy | string | ` "IfNotPresent" ` | |
5353| web.imagePullSecrets | string | ` "" ` | |
5454| web.ingress.annotations | object | ` {} ` | |
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ fullnameOverride: ''
44web :
55 imagePullPolicy : IfNotPresent
66 imagePullSecrets : ' ' # must be present in namespace
7- image : ' '
7+ # image -- Container image for the app. Override this for your Next.js image.
8+ image : nginx:latest
89 terminationGracePeriodSeconds : 0
910 replicaCount : 1
1011 runtimeClassName :
You can’t perform that action at this time.
0 commit comments