Skip to content

Commit

Permalink
Merge branch 'main' into webclient-load-balancer-ip
Browse files Browse the repository at this point in the history
  • Loading branch information
philmtd authored Jul 9, 2024
2 parents 765bd82 + 6f36c86 commit 58e5c4b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions charts/sophora-webclient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@ You can use the following values to customize the deployment
| `webclient.image.name` | The name of the docker image | `docker.subshell.com/sophora/sophora-webclient` | no |
| `webclient.image.version` | The version of the docker image | `master` | no |
| `webclient.binaryFilesBase64` | A map of filename to base64 encoded file contents | The logo (logo.png) | no |
| `webclient.ingress.host` | The ingress host | | **yes** |
| `webclient.ingress.annotations` | Additional ingress annotations | `{}` | no |
| `webclient.configuration` | The Sophora webclient `application.yml` file | | **yes** |

| `ingress.hosts` | An array of ingress hosts | | **yes** |
| `ingress.annotations` | A map of additional ingress annotations | `{}` | no |

## Changelog

### Version 1.2.0

* `webclient.binaryFilesBase64` now accepts a map instead of an array.
* `webclient.binaryFilesBase64` now accepts a map instead of an array.

0 comments on commit 58e5c4b

Please sign in to comment.