Skip to content

Commit

Permalink
Fix documentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
GildedPleb committed Dec 29, 2022
1 parent b21be37 commit f3c5b1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/hab/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: hab
description: A Helm chart for a highly available bitcoin node
type: application
version: 1.1.1
version: 1.1.2
appVersion: "1"
2 changes: 1 addition & 1 deletion charts/hab/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ all node implementations of the same type, as such:
bitcoind: # Yes | Key | | Repository, cmd, or project name used as reference in the `type` key below.
repository: "ruimarinho/bitcoin-core" # Yes | String / url | | Image name MUST be multi-arch image
pullPolicy: "IfNotPresent" # No | String | IfNotPresent |
tag: "" # Maybe | String | | If the Bitcoin repo to use with this node type does not follow the Bitcoin Core semver, then tag will need to be defined
tag: "22.0" # Yes | String | | The default tag must be defined here. It can be overriden elsewhere.
pullSecrets: [] # No | List | nil |
command: [] # No | List of Strings | nil | Entry command to run on startup, if the image does not provide one, or it needs revising
env: # No | Dict | nil |
Expand Down

0 comments on commit f3c5b1c

Please sign in to comment.