File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ description: A Helm chart for Kubernetes
44
55type : application
66
7- version : 0.2.5
8- appVersion : 0.0.6
7+ version : 0.2.6
8+ appVersion : 0.0.7
99
1010kubeVersion : " >=1.19.0"
1111
Original file line number Diff line number Diff line change 11# excalidraw
22
3- ![ Version: 0.2.4 ] ( https://img.shields.io/badge/Version-0.2.4 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.0.6 ] ( https://img.shields.io/badge/AppVersion-0.0.6 -informational?style=flat-square )
3+ ![ Version: 0.2.6 ] ( https://img.shields.io/badge/Version-0.2.6 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.0.7 ] ( https://img.shields.io/badge/AppVersion-0.0.7 -informational?style=flat-square )
44
55A Helm chart for Kubernetes
66
@@ -97,7 +97,7 @@ helm install excalidraw fs-devops/excalidraw -f values.yaml
9797| resources.limits.memory | string | ` "256Mi" ` | |
9898| resources.requests.cpu | string | ` "20m" ` | |
9999| resources.requests.memory | string | ` "128Mi" ` | |
100- | securityContext.readOnlyRootFilesystem | bool | ` true ` | |
100+ | securityContext.readOnlyRootFilesystem | bool | ` false ` | |
101101| securityContext.runAsNonRoot | bool | ` true ` | |
102102| securityContext.runAsUser | int | ` 1001 ` | |
103103| service.port | int | ` 80 ` | Specify service port |
You can’t perform that action at this time.
0 commit comments