You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/pr-lint.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,4 +17,4 @@ jobs:
17
17
on-failed-regex-fail-action: false
18
18
on-failed-regex-create-review: true
19
19
on-failed-regex-request-changes: true
20
-
on-failed-regex-comment: "PR title does not comply with regex: `%regex%`! <br /> Check PR guidelines at https://github.com/sysdiglabs/charts/blob/master/README.md#pull-requests"
20
+
on-failed-regex-comment: "PR title does not comply with regex: `%regex%`! <br /> Check PR guidelines at https://github.com/sysdiglabs/charts/blob/main/README.md#pull-requests"
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ If you make changes to an existing chart, but do not change its version, nothing
20
20
21
21
#### Add a new chart
22
22
23
-
To add a new chart, create a directory inside _charts_ with it contents at _master_ branch.
23
+
To add a new chart, create a directory inside _charts_ with it contents at _main_ branch.
24
24
25
25
When you commit it, it will be picked up by the GitHub action, and if it contains a chart and version that doesn't already exist in the _charts repository_, a new release with the package for the chart will be published on the _GitHub repository_, and the list of all charts at `index.yaml` on _gh-pages_ branch will be updated on the _charts repository_.
26
26
@@ -105,9 +105,9 @@ https://charts.sysdig.com is managed through GithubPages action, `.github/workfl
105
105
106
106
#### Publishing a new version of a chart
107
107
108
-
> **TL;DR**: When a commit to master includes a new version of a _chart_, a GitHub action will make it available on the _charts repository_.
108
+
> **TL;DR**: When a commit to main includes a new version of a _chart_, a GitHub action will make it available on the _charts repository_.
109
109
110
-
With each commit to _master_, a GitHub action will compare all charts versions at the `charts` folder on _master_ branch with published versions at the `index.yaml` chart list on _gh-pages_ branch.
110
+
With each commit to _main_, a GitHub action will compare all charts versions at the `charts` folder on _main_ branch with published versions at the `index.yaml` chart list on _gh-pages_ branch.
111
111
112
112
When it detects that the version in the folder doesn't exist in `index.yaml`, it will create a release with the packaged chart content on the _GitHub repository_, and update `index.yaml` to include it on the `charts repository`.
To deploy `sysdig-deploy`, follow the installation instructions given on the Sysdig Documentation website:
25
25
@@ -51,7 +51,7 @@ You can update the configurations by using either of the following:
51
51
52
52
### Example: Admission Controller
53
53
54
-
See the `admission-controller`[README](https://github.com/sysdiglabs/charts/tree/master/charts/admission-controller/README.md) for the configuration values of the `admission-controller`. To override the Sysdig URL variable for the Admission Controller chart:
54
+
See the `admission-controller`[README](https://github.com/sysdiglabs/charts/tree/main/charts/admission-controller/README.md) for the configuration values of the `admission-controller`. To override the Sysdig URL variable for the Admission Controller chart:
55
55
56
56
#### Using the Key-Value Pair
57
57
@@ -92,7 +92,7 @@ The `values.yaml` file specifies the values for the configuration parameters. Y
92
92
93
93
### Example: NodeAnalyzer
94
94
95
-
See the `node-analyzer` subchart [README](https://github.com/sysdiglabs/charts/tree/master/charts/node-analyzer/README.md) for the configuration values of the `nodeAnalyzer`. To override the API endpoint variable:
95
+
See the `node-analyzer` subchart [README](https://github.com/sysdiglabs/charts/tree/main/charts/node-analyzer/README.md) for the configuration values of the `nodeAnalyzer`. To override the API endpoint variable:
0 commit comments