diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..a73833c --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "yaml.schemas": { + "https://raw.githubusercontent.com/helm-unittest/helm-unittest/v1.0.2/schema/helm-testsuite.json": [ + "/unittests/**/*.yaml" + ] + }, + "yaml.schemaStore.enable": true +} \ No newline at end of file diff --git a/README.md b/README.md index f34a023..a0b5210 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ helm install --version "${CHART_VERSION}" prometheus-postgres-exporter prometheu #### TLS authentication and encryption -The first example shows how to deploy the metric exporter with TLS encryption. The verification of the custom TLS +The example shows how to deploy the metric exporter with TLS encryption. The verification of the custom TLS certification will be skipped by Prometheus. > [!WARNING] diff --git a/renovate.json b/renovate.json index 8ae5423..7d0a300 100644 --- a/renovate.json +++ b/renovate.json @@ -31,6 +31,16 @@ "packageNameTemplate": "https://git.cryptic.systems/volker.raschek/prometheus-postgres-exporter", "datasourceTemplate": "git-tags", "versioningTemplate": "semver" + }, + { + "customType": "regex", + "datasourceTemplate": "github-releases", + "fileMatch": [ + ".vscode/settings\\.json$" + ], + "matchStrings": [ + "https:\\/\\/raw\\.githubusercontent\\.com\\/(?[^\\s]+?)\\/(?v[0-9.]+?)\\/schema\\/helm-testsuite\\.json" + ] } ], "packageRules": [ @@ -41,6 +51,15 @@ "volkerraschek/helm" ] }, + { + "groupName": "Update helm plugin 'unittest'", + "matchDepNames": [ + "helm-unittest/helm-unittest" + ], + "matchDatasources": [ + "github-releases" + ] + }, { "groupName": "Update docker.io/library/node", "matchDepNames": [