Skip to content

Commit

Permalink
Changelog and schema update for active/standby node port (#761)
Browse files Browse the repository at this point in the history
* Changelog and schema update for active/standby node port

Follow-up to #610
  • Loading branch information
swenson authored Aug 2, 2022
1 parent eb95ac5 commit 6931720
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CHANGES:
* CSI Provider pods now set the `VAULT_ADDR` environment variable to either the internal Vault service or the configured external address. [GH-745](https://github.com/hashicorp/vault-helm/pull/745)

Features:
* Add `server.service.activeNodePort` and `server.service.standbyNodePort` to specify the `nodePort` for active and standby services. [GH-610](https://github.com/hashicorp/vault-helm/pull/610)
* Support for setting annotations on the injector's serviceAccount [GH-753](https://github.com/hashicorp/vault-helm/pull/753)

## 0.20.1 (May 25th, 2022)
Expand Down
9 changes: 9 additions & 0 deletions values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,15 @@
},
"targetPort": {
"type": "integer"
},
"nodePort": {
"type": "integer"
},
"activeNodePort": {
"type": "integer"
},
"standbyNodePort": {
"type": "integer"
}
}
},
Expand Down

0 comments on commit 6931720

Please sign in to comment.