diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 5341692..46a8a52 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -7,13 +7,13 @@ on: jobs: qa: - uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.62 + uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.64 with: MD_CONFIG: .github/md_config.json DOC_SRC: content MD_LINT_CONFIG: .markdownlint.yaml build: - uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.62 + uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.64 with: DOCKER_FILE_PATH: Dockerfile secrets: diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index ea73609..1681710 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -7,7 +7,7 @@ on: jobs: push: - uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.62 + uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.64 with: DOCKER_FILE_PATH: Dockerfile RELEASE_BRANCH: main diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 60fca5a..0eba2b7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,6 +7,6 @@ on: jobs: release: - uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.62 + uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.64 secrets: SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }} diff --git a/.gitignore b/.gitignore index 8f8636f..664ff09 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ node_modules # Build files site/ +styles/ diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index a47a9fc..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "vocabulary"] - path = vocabulary - url = git@github.com:stakater/vocabulary.git diff --git a/.vale.ini b/.vale.ini index 56d1b75..a5353d3 100644 --- a/.vale.ini +++ b/.vale.ini @@ -1,7 +1,8 @@ -StylesPath = "vocabulary/styles" +StylesPath = styles MinAlertLevel = warning -Vocab = "Stakater" +Packages = https://github.com/stakater/vale-package/releases/download/v0.0.3/Stakater.zip +Vocab = Stakater # Only check MarkDown files [*.md] diff --git a/content/sealed-secrets.md b/content/sealed-secrets.md index 3a96115..a6cc27e 100644 --- a/content/sealed-secrets.md +++ b/content/sealed-secrets.md @@ -48,8 +48,8 @@ Lets create a sample k8s secret that will be used for MySQL: where: - * `SECRET_FILE`: the name of the yaml file containing the k8s secret - * `SEALED_SECRET`: the name of the yaml file that will contain the sealed secret + * `SECRET_FILE`: the name of the YAML file containing the k8s secret + * `SEALED_SECRET`: the name of the YAML file that will contain the sealed secret 1. Add and commit this sealed secret to source control diff --git a/content/vault.md b/content/vault.md index c4d7bd4..d7cc77e 100644 --- a/content/vault.md +++ b/content/vault.md @@ -76,7 +76,7 @@ To use the Vault CLI, a token is required. Users can get/renew/revoke a token fr 1. Once a token is fetched, users can use the terminal provided by the UI, so there is no need to install the Vault CLI: - ![Vault-cli](./images/vault_cli.png) + ![Vault-CLI](./images/vault_cli.png) 1. If using the Vault CLI, login with the token: diff --git a/renovate.json b/renovate.json index 39a2b6e..616dc7c 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,21 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:recommended" + ], + "labels": [ + "dependencies" + ], + "customManagers": [ + { + "customType": "regex", + "fileMatch": [ + ".vale.ini" + ], + "matchStrings": [ + "https:\/\/github.com\/(?.*)\/releases\/download\/(?.*)\/.*.tar.gz" + ], + "datasourceTemplate": "github-release-attachments" + } ] } diff --git a/vocabulary b/vocabulary deleted file mode 160000 index ae216a4..0000000 --- a/vocabulary +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ae216a403504b058a0e00c4cfbda77120fb3a9db