Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fiskaltrust/helm-charts
Browse files Browse the repository at this point in the history
  • Loading branch information
volllly committed May 10, 2023
2 parents 3f4042a + acfaa22 commit 27b2140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bring-your-own-datacenter/MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,13 @@ Instead you can now configure the proxy settings directly in the `byodc.proxy` v
> kubectl delete namespace <byodc-namespace>
> kubectl create namespace <byodc-namespace>
> ```
3. Install emissary ingress v3.x. Please follow the [official installation instructions](https://www.getambassador.io/docs/emissary/3.5/topics/install/helm).
3. Install emissary ingress v3.x. Please follow the [official installation instructions](https://www.getambassador.io/docs/emissary/3.6/topics/install/helm).
> ***Note:** When performing the `helm install` step you can also provide a `config.yaml` file to configure emissary ingress.*
4. Update the helm repository
```sh
helm repo update
```
4. Install the new helm chart
```sh
helm install <release-name> fiskaltrust/bring-your-own-datacenter -f <path-to-config-yaml> -n <byodc-namespace> --version 1.3.45-rc1 --devel
helm install <release-name> fiskaltrust/bring-your-own-datacenter -f <path-to-config-yaml> -n <byodc-namespace> --version 1.3.45
```
2 changes: 1 addition & 1 deletion bring-your-own-datacenter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

### Install Emissary Ingress

Install emissary ingress v3.x. Please follow the [official installation instructions](https://www.getambassador.io/docs/emissary/3.5/topics/install/helm).
Install emissary ingress v3.x. Please follow the [official installation instructions](https://www.getambassador.io/docs/emissary/3.6/topics/install/helm).

### Create Namespace

Expand Down

0 comments on commit 27b2140

Please sign in to comment.