File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : java-spring-boot
33description : Generic Helm chart to deploy a Spring Boot application on Kubernetes
44type : application
5- version : 1.0.3
5+ version : 1.0.4
66maintainers :
77 - name : eidottermihi
88 email : eidottermihi@gmail.com
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The command deploys your application on the Kubernetes cluster with minimal conf
2323| replicaCount | int | ` 1 ` | replicaset count |
2424| revisionHistoryLimit | int | ` 10 ` | number of old history to retain to allow rollback |
2525| deploymentStrategy | object | <code >  ;  ; type:  ;  ; RollingUpdate<br >  ;  ; rollingUpdate: {}<br ></code > | Deployment strategy, default ` RollingUpdate ` |
26- | image. imagePullSecrets | list | ` [] ` | Image pull secrets specification |
26+ | imagePullSecrets | list | ` [] ` | Image pull secrets specification |
2727| image.pullPolicy | string | ` "IfNotPresent" ` | Image pull policy |
2828| image.repository | string | ` "" ` | Image to use for deploying, required |
2929| image.tag | string | ` "" ` | Image tag, required |
You can’t perform that action at this time.
0 commit comments