Skip to content

Commit ff12c58

Browse files
committedJan 31, 2024
update
1 parent 223ed53 commit ff12c58

File tree

6 files changed

+22
-9
lines changed

6 files changed

+22
-9
lines changed
 

‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ vendor
1111
dist
1212
Reloader
1313
!**/chart/reloader
14-
*.tgz
14+
*.tgz
15+
styles/

‎.gitmodules

-3
This file was deleted.

‎.vale.ini

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
StylesPath = "vocabulary/styles"
1+
StylesPath = styles
22
MinAlertLevel = warning
33

4-
Vocab = "Stakater"
4+
Packages = https://github.com/stakater/vale-package/releases/download/v0.0.6/Stakater.zip
5+
Vocab = Stakater
56

67
# Only check MarkDown files
78
[*.md]

‎docs/Alerting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Reloader can alert when it triggers a rolling upgrade on Deployments or Stateful
44

55
## Enabling the feature
66

7-
In-order to enable this feature, you need to update the `reloader.env.secret` section of values.yaml providing the information needed for alert.
7+
In-order to enable this feature, you need to update the `reloader.env.secret` section of `values.yaml` providing the information needed for alert:
88

99
```yaml
1010
ALERT_ON_RELOAD: [ true/false ] Default: false

‎renovate.json

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended"
5+
],
6+
"labels": [
7+
"dependencies"
8+
],
9+
"customManagers": [
10+
{
11+
"customType": "regex",
12+
"fileMatch": [
13+
".vale.ini"
14+
],
15+
"matchStrings": [
16+
"https:\/\/github\\.com\/(?<depName>.*)\/releases\/download\/(?<currentValue>.*)\/.*\\.zip"
17+
],
18+
"datasourceTemplate": "github-releases"
19+
}
520
]
621
}

‎vocabulary

-1
This file was deleted.

0 commit comments

Comments
 (0)