Skip to content

Commit ded8893

Browse files
committed
update chart excalidraw to appVersion 0.0.5
1 parent 7323d16 commit ded8893

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

charts/excalidraw/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: A Helm chart for Kubernetes
44

55
type: application
66

7-
version: 0.2.1
8-
appVersion: 0.0.3
7+
version: 0.2.2
8+
appVersion: 0.0.5
99

1010
kubeVersion: ">=1.19.0"
1111

charts/excalidraw/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# excalidraw
22

3-
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.3](https://img.shields.io/badge/AppVersion-0.0.3-informational?style=flat-square)
3+
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.5](https://img.shields.io/badge/AppVersion-0.0.5-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

@@ -93,13 +93,13 @@ helm install excalidraw fs-devops/excalidraw -f values.yaml
9393
| podAnnotations | object | `{}` | |
9494
| podSecurityContext | object | `{}` | |
9595
| replicaCount | int | `1` | |
96-
| resources.limits.cpu | string | `"300m"` | |
97-
| resources.limits.memory | string | `"512Mi"` | |
98-
| resources.requests.cpu | string | `"200m"` | |
99-
| resources.requests.memory | string | `"256Mi"` | |
100-
| securityContext.readOnlyRootFilesystem | bool | `false` | |
96+
| resources.limits.cpu | string | `"150m"` | |
97+
| resources.limits.memory | string | `"256Mi"` | |
98+
| resources.requests.cpu | string | `"20m"` | |
99+
| resources.requests.memory | string | `"128Mi"` | |
100+
| securityContext.readOnlyRootFilesystem | bool | `true` | |
101101
| securityContext.runAsNonRoot | bool | `true` | |
102-
| securityContext.runAsUser | int | `101` | |
102+
| securityContext.runAsUser | int | `1001` | |
103103
| service.port | int | `80` | Specify service port |
104104
| service.type | string | `"ClusterIP"` | |
105105
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |

0 commit comments

Comments
 (0)