Skip to content

Commit

Permalink
Fix readme examples, release 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Nov 25, 2024
1 parent 052a63a commit 63040be
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion charts/nhi-explorer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion charts/nhi-explorer/values-base-schema.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"additionalProperties": false,
"type": "object",
"properties": {
"upload": {"type": "boolean"},
"version": {"type": "string"},
"schedule": {"type": "string"},
"config": {
Expand Down
6 changes: 0 additions & 6 deletions charts/nhi-explorer/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@
"type": "string",
"minLength": 0
},
"upload": {
"enum": [
false,
true
]
},
"version": {
"type": "string",
"minLength": 0
Expand Down

0 comments on commit 63040be

Please sign in to comment.