From 63040bebcdf9d39d4892e48ef40dd038cdd482e6 Mon Sep 17 00:00:00 2001 From: Thomas Forbes Date: Mon, 25 Nov 2024 16:53:02 +0000 Subject: [PATCH] Fix readme examples, release 0.1.8 --- README.md | 10 +++++----- charts/nhi-explorer/Chart.yaml | 2 +- charts/nhi-explorer/values-base-schema.schema.json | 1 - charts/nhi-explorer/values.schema.json | 6 ------ 4 files changed, 6 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 4ef6398..5e01fc8 100644 --- a/README.md +++ b/README.md @@ -29,17 +29,17 @@ inventory: auth_token: "${HASHICORP_VAULT_TOKEN}" fetch_all_versions: true path: "secret/" - # To upload, set the upload URL and tokens. Ensure the endpoint path ends with /v1 - upload: - endpoint: "https://your-gg-instance/v1" - api_token: "${GG_API_TOKEN}" + # To upload, set the upload URL and tokens. Ensure the endpoint path ends with /v1 + upload: + endpoint: "https://your-gg-instance/v1" + api_token: "${GG_API_TOKEN}" # This needs to be created separately, and contain the following keys: # - `HASHICORP_VAULT_TOKEN` - the hashicorp vault token to use # - `GG_API_TOKEN` - the GitGuardian token to send results with envFrom: - secretRef: - name: hashicorpvault-secrets + name: inventory-explorer-secrets ``` Other examples can be found in [charts/nhi-explorer/examples](charts/nhi-explorer/examples). diff --git a/charts/nhi-explorer/Chart.yaml b/charts/nhi-explorer/Chart.yaml index c4a28ce..942be82 100644 --- a/charts/nhi-explorer/Chart.yaml +++ b/charts/nhi-explorer/Chart.yaml @@ -16,7 +16,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.7 +version: 0.1.8 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/nhi-explorer/values-base-schema.schema.json b/charts/nhi-explorer/values-base-schema.schema.json index 2e7e570..13839fc 100644 --- a/charts/nhi-explorer/values-base-schema.schema.json +++ b/charts/nhi-explorer/values-base-schema.schema.json @@ -6,7 +6,6 @@ "additionalProperties": false, "type": "object", "properties": { - "upload": {"type": "boolean"}, "version": {"type": "string"}, "schedule": {"type": "string"}, "config": { diff --git a/charts/nhi-explorer/values.schema.json b/charts/nhi-explorer/values.schema.json index ec5a469..60db2f8 100644 --- a/charts/nhi-explorer/values.schema.json +++ b/charts/nhi-explorer/values.schema.json @@ -20,12 +20,6 @@ "type": "string", "minLength": 0 }, - "upload": { - "enum": [ - false, - true - ] - }, "version": { "type": "string", "minLength": 0