Skip to content

Commit 54249d1

Browse files
committed
update github-actions-runner to 0.5.0
1 parent 8ee60e4 commit 54249d1

File tree

4 files changed

+22
-114
lines changed

4 files changed

+22
-114
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FullStack Devop's collection of helm charts
1+
# FullStack DevOps collection of helm charts
22

33
## Usage
44

charts/excalidraw/README.md

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

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)
3+
![Version: 0.2.7](https://img.shields.io/badge/Version-0.2.7-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

55
A Helm chart for Kubernetes
66

7-
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/fullstack-devops/helm-charts/issues/new/choose)**
7+
**Homepage:** <https://github.com/fullstack-devops/helm-charts/tree/main/charts/excalidraw>
8+
9+
## Maintainers
10+
11+
| Name | Email | Url |
12+
| ---- | ------ | --- |
13+
| eksrha | <[email protected]> | <https://github.com/eksrha> |
814

915
## Source Code
1016

@@ -14,58 +20,7 @@ A Helm chart for Kubernetes
1420

1521
## Requirements
1622

17-
- Kubernetes: `>=1.19.0`
18-
- Helm 3.2.0+
19-
- PV provisioner support in the underlying infrastructure
20-
21-
## Dependencies
22-
23-
| Repository | Name | Version |
24-
|------------|------|---------|
25-
26-
## TL;DR
27-
28-
```console
29-
helm repo add fs-devops https://fullstack-devops.github.io/helm-charts/
30-
helm repo update
31-
helm install excalidraw fs-devops/excalidraw
32-
```
33-
34-
## Installing the Chart
35-
36-
To install the chart with the release name `excalidraw`
37-
38-
```console
39-
helm install excalidraw fs-devops/excalidraw
40-
```
41-
42-
## Uninstalling the Chart
43-
44-
To uninstall the `excalidraw` deployment
45-
46-
```console
47-
helm uninstall excalidraw
48-
```
49-
50-
The command removes all the Kubernetes components associated with the chart **including persistent volumes** and deletes the release.
51-
52-
## Configuration
53-
54-
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
55-
56-
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
57-
58-
```console
59-
helm install excalidraw \
60-
--set env.TZ="America/New York" \
61-
fs-devops/excalidraw
62-
```
63-
64-
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
65-
66-
```console
67-
helm install excalidraw fs-devops/excalidraw -f values.yaml
68-
```
23+
Kubernetes: `>=1.19.0`
6924

7025
## Values
7126

@@ -99,7 +54,7 @@ helm install excalidraw fs-devops/excalidraw -f values.yaml
9954
| resources.requests.memory | string | `"128Mi"` | |
10055
| securityContext.readOnlyRootFilesystem | bool | `false` | |
10156
| securityContext.runAsNonRoot | bool | `true` | |
102-
| securityContext.runAsUser | int | `1001` | |
57+
| securityContext.runAsUser | int | `101` | |
10358
| service.port | int | `80` | Specify service port |
10459
| service.type | string | `"ClusterIP"` | |
10560
| serviceAccount.annotations | object | `{}` | Annotations to add to the service account |

charts/github-actions-runner/Chart.yaml

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

55
type: application
66

7-
version: 0.4.1
8-
appVersion: 0.7.4
7+
version: 0.5.0
8+
appVersion: 0.9.1
99

1010
kubeVersion: ">=1.19.0"
1111

1212
home: https://github.com/fullstack-devops/helm-charts/tree/main/charts/github-actions-runner
1313
sources:
1414
- https://github.com/fullstack-devops/github-actions-runner
15-
- https://github.com/fullstack-devops/github-actions-runner/pkgs/container/github-actions-runner
1615
- https://quay.io/repository/fullstack-devops/github-actions-runner
1716

1817
maintainers:

charts/github-actions-runner/README.md

Lines changed: 9 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,25 @@
11
# github-actions-runner
22

3-
![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.7.4](https://img.shields.io/badge/AppVersion-0.7.4-informational?style=flat-square)
3+
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.1](https://img.shields.io/badge/AppVersion-0.9.1-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

7-
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/fullstack-devops/helm-charts/issues/new/choose)**
7+
**Homepage:** <https://github.com/fullstack-devops/helm-charts/tree/main/charts/github-actions-runner>
8+
9+
## Maintainers
10+
11+
| Name | Email | Url |
12+
| ---- | ------ | --- |
13+
| eksrha | <[email protected]> | <https://github.com/eksrha> |
814

915
## Source Code
1016

1117
* <https://github.com/fullstack-devops/github-actions-runner>
12-
* <https://github.com/fullstack-devops/github-actions-runner/pkgs/container/github-actions-runner>
1318
* <https://quay.io/repository/fullstack-devops/github-actions-runner>
1419

1520
## Requirements
1621

17-
- Kubernetes: `>=1.19.0`
18-
- Helm 3.2.0+
19-
- PV provisioner support in the underlying infrastructure
20-
21-
## Dependencies
22-
23-
| Repository | Name | Version |
24-
|------------|------|---------|
25-
26-
## TL;DR
27-
28-
```console
29-
helm repo add fs-devops https://fullstack-devops.github.io/helm-charts/
30-
helm repo update
31-
helm install github-actions-runner fs-devops/github-actions-runner
32-
```
33-
34-
## Installing the Chart
35-
36-
To install the chart with the release name `github-actions-runner`
37-
38-
```console
39-
helm install github-actions-runner fs-devops/github-actions-runner
40-
```
41-
42-
## Uninstalling the Chart
43-
44-
To uninstall the `github-actions-runner` deployment
45-
46-
```console
47-
helm uninstall github-actions-runner
48-
```
49-
50-
The command removes all the Kubernetes components associated with the chart **including persistent volumes** and deletes the release.
51-
52-
## Configuration
53-
54-
Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values.
55-
56-
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
57-
58-
```console
59-
helm install github-actions-runner \
60-
--set env.TZ="America/New York" \
61-
fs-devops/github-actions-runner
62-
```
63-
64-
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
65-
66-
```console
67-
helm install github-actions-runner fs-devops/github-actions-runner -f values.yaml
68-
```
22+
Kubernetes: `>=1.19.0`
6923

7024
## Values
7125

0 commit comments

Comments
 (0)