Skip to content

Commit

Permalink
chore(deps): update stakater/.github action to v0.0.73 (#648)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
renovate[bot] and karl-johan-grahn committed Apr 26, 2024
1 parent 5b602f6 commit db927a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request_docs.yaml
Expand Up @@ -16,13 +16,13 @@ on:

jobs:
qa:
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.71
uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.73
with:
MD_CONFIG: .github/md_config.json
DOC_SRC: README.md docs
MD_LINT_CONFIG: .markdownlint.yaml
build:
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.71
uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.73
with:
DOCKER_FILE_PATH: Dockerfile-docs
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_docs.yaml
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
push:
uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.71
uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.73
with:
DOCKER_FILE_PATH: Dockerfile-docs
RELEASE_BRANCH: master
Expand Down
4 changes: 2 additions & 2 deletions docs/Alerting.md
Expand Up @@ -2,7 +2,7 @@

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.

## Enabling the feature
## Enabling

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

Expand All @@ -13,6 +13,6 @@ In-order to enable this feature, you need to update the `reloader.env.secret` se
ALERT_ADDITIONAL_INFO: Any additional information to be added to alert
```

## Slack incoming-webhook creation docs
## Slack Incoming-Webhook Creation Docs

[Sending messages using Incoming Webhooks](https://api.slack.com/messaging/webhooks)

0 comments on commit db927a2

Please sign in to comment.