Skip to content

Commit db927a2

Browse files
renovate[bot]karl-johan-grahn
andauthoredApr 26, 2024··
chore(deps): update stakater/.github action to v0.0.73 (#648)
* chore(deps): update stakater/.github action to v0.0.73 * update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Karl Johan Grahn <karl.johan@stakater.com>
1 parent 5b602f6 commit db927a2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎.github/workflows/pull_request_docs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ on:
1616

1717
jobs:
1818
qa:
19-
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.71
19+
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.73
2020
with:
2121
MD_CONFIG: .github/md_config.json
2222
DOC_SRC: README.md docs
2323
MD_LINT_CONFIG: .markdownlint.yaml
2424
build:
25-
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.71
25+
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.73
2626
with:
2727
DOCKER_FILE_PATH: Dockerfile-docs
2828
secrets:

‎.github/workflows/push_docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
push:
19-
uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.71
19+
uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.73
2020
with:
2121
DOCKER_FILE_PATH: Dockerfile-docs
2222
RELEASE_BRANCH: master

‎docs/Alerting.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Reloader can alert when it triggers a rolling upgrade on Deployments or StatefulSets. Webhook notification alert would be sent to the configured webhook server with all the required information.
44

5-
## Enabling the feature
5+
## Enabling
66

77
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

@@ -13,6 +13,6 @@ In-order to enable this feature, you need to update the `reloader.env.secret` se
1313
ALERT_ADDITIONAL_INFO: Any additional information to be added to alert
1414
```
1515
16-
## Slack incoming-webhook creation docs
16+
## Slack Incoming-Webhook Creation Docs
1717
1818
[Sending messages using Incoming Webhooks](https://api.slack.com/messaging/webhooks)

0 commit comments

Comments
 (0)
Please sign in to comment.