Skip to content

Commit

Permalink
Merge pull request #18 from infrahq/jmorganca/fix-broken-readme-links
Browse files Browse the repository at this point in the history
Fix broken readme links
  • Loading branch information
jmorganca authored Jan 27, 2023
2 parents 76398c6 + e308b17 commit 04996de
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions charts/infra-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A Helm chart for Infra server. This chart deploys only the server and its depend

Source code for this chart and application can be found on GitHub:

- https://github.com/infrahq/helm-charts/charts/infra-server
- https://github.com/infrahq/helm-charts/tree/main/charts/infra-server
- https://github.com/infrahq/infra

## Prerequisites
Expand Down Expand Up @@ -71,14 +71,14 @@ _Note: Ensure to back up the database and database encryption key before migrati
Values for the [infrahq/infra][1] chart are incompatible with values for this chart and must be updated before migrating.
* `connector` has been removed. Use the `infrahq/infra` chart instead
* `global.image` has been removed. Use `server.image`, `ui.image`, or `postgres.image` instead
* `server.config` has been renamed to `config`, e.g. `server.config.dbHost` is not `config.dbHost`
* `server.additionalUsers`, `server.additionalProviders`, `server.additionalGrants`, `server.additionalSecrets` has been removed
* `server.persistence` has been removed
* Default `server.service.type` value has been changed to `ClusterIP` instead of `LoadBalancer`
* `server.users`, `server.providers`, `server.grants`, `server.secrets` has been removed. Users are encouraged to move configurations over to [Terraform Infra provider](https://registry.terraform.io/providers/infrahq/infra). **Any users, grants, or identity provider created by server configurations _will be removed_**
* An initial admin user can be enabled (default) with `config.admin.enabled`. This creates a user `admin@local` with a randomly generated password which can be used to bootstrap a deployment. Setting `config.admin.enabled=false` disables this user.
- `connector` has been removed. Use the `infrahq/infra` chart instead
- `global.image` has been removed. Use `server.image`, `ui.image`, or `postgres.image` instead
- `server.config` has been renamed to `config`, e.g. `server.config.dbHost` is not `config.dbHost`
- `server.additionalUsers`, `server.additionalProviders`, `server.additionalGrants`, `server.additionalSecrets` has been removed
- `server.persistence` has been removed
- Default `server.service.type` value has been changed to `ClusterIP` instead of `LoadBalancer`
- `server.users`, `server.providers`, `server.grants`, `server.secrets` has been removed. Users are encouraged to move configurations over to [Terraform Infra provider](https://registry.terraform.io/providers/infrahq/infra). **Any users, grants, or identity provider created by server configurations _will be removed_**
- An initial admin user can be enabled (default) with `config.admin.enabled`. This creates a user `admin@local` with a randomly generated password which can be used to bootstrap a deployment. Setting `config.admin.enabled=false` disables this user.

_Note: The label value for `app.kubernetes.io/name` has changed. Since this label is used as a selector, the field is immutable. In order to perform an in-place upgrade, the value must be set to match the previous value. This can be done by setting `nameOverride=infra`._

Expand Down
10 changes: 5 additions & 5 deletions charts/infra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A Helm chart for Infra connector. This chart deploys only the connector. To depl

Source code for this chart and application can be found on GitHub:

- https://github.com/infrahq/helm-charts/charts/infra
- https://github.com/infrahq/helm-charts/tree/main/charts/infra
- https://github.com/infrahq/infra

## Prerequisites
Expand Down Expand Up @@ -48,10 +48,10 @@ For a complete list of customization options, see `helm show values infrahq/infr

Values for the [infrahq/infra][1] chart are incompatible with values for this chart and must be updated before migrating.

* `connector` has been removed and child keys have been moved up one level, e.g. `connector.service` is now `service`, `connector.config` is now `config`, etc.
* `connector.config.accessKey` has been renamed to `config.accessKey`
* `config.accessKeySecret` has been added to simplify loading access keys from an existing Kubernetes secret
* `connector.config.server` has been renamed to `config.server.url` with a default value of `api.infrahq.com`
- `connector` has been removed and child keys have been moved up one level, e.g. `connector.service` is now `service`, `connector.config` is now `config`, etc.
- `connector.config.accessKey` has been renamed to `config.accessKey`
- `config.accessKeySecret` has been added to simplify loading access keys from an existing Kubernetes secret
- `connector.config.server` has been renamed to `config.server.url` with a default value of `api.infrahq.com`

```yaml
# before: infra chart values.yaml
Expand Down

0 comments on commit 04996de

Please sign in to comment.