File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-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.4
5+ version : 1.0.5
66maintainers :
77 - name : eidottermihi
88 email : eidottermihi@gmail.com
Original file line number Diff line number Diff line change 1+ # use appswitcher-server for testing
2+ image :
3+ repository : " ghcr.io/it-at-m/appswitcher-server"
4+ tag : " 1.2.1"
5+
6+ deploymentStrategy :
7+ type : Recreate
8+
9+ applicationYml : |-
10+ applications:
11+ google:
12+ display-name: Google
13+ url: https://google.com
14+ image-url: https://www.google.com/favicon.ico
15+ tags:
16+ - global
17+ sort-order: 20
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ revisionHistoryLimit: 10
1212# see https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy
1313deploymentStrategy :
1414 type : RollingUpdate
15- rollingUpdate : {}
15+ # rollingUpdate: {}
1616
1717# This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/
1818image :
You can’t perform that action at this time.
0 commit comments