diff --git a/Chart.yaml b/Chart.yaml index 3af4c696..3c4db64e 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: pomerium -version: 4.1.2 -appVersion: 0.5.1 +version: 4.1.3 +appVersion: 0.5.2 home: http://www.pomerium.io/ icon: https://www.pomerium.io/logo.svg description: Pomerium is an identity-aware access proxy. diff --git a/README.md b/README.md index b1c6840b..0c331620 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ All services can share the secret if appropriate. A full listing of Pomerium's configuration variables can be found on the [config reference page](https://www.pomerium.io/docs/reference/reference.html). | Parameter | Description | Default | -|-------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------| +| ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | | `nameOverride` | Name of the chart. | `pomerium` | | `fullnameOverride` | Full name of the chart. | `pomerium` | | `config.rootDomain` | Root Domain specifies the sub-domain handled by pomerium. [See more](https://www.pomerium.io/docs/reference/reference.html#proxy-root-domains). | `corp.pomerium.io` | @@ -124,7 +124,7 @@ A full listing of Pomerium's configuration variables can be found on the [config | `authorize.replicaCount` | Number of Authorize pods to run | `1` | | `authorize.existingTLSSecret` | Name of existing TLS Secret for authorize service | | | `images.server.repository` | Pomerium image | `pomerium/pomerium` | -| `images.server.tag` | Pomerium image tag | `v0.4.2` | +| `images.server.tag` | Pomerium image tag | `v0.5.2` | | `images.server.pullPolicy` | Pomerium image pull policy | `IfNotPresent` | | `service.annotations` | Service annotations | `{}` | | `service.externalPort` | Pomerium's port | `443` | diff --git a/values.yaml b/values.yaml index 75f62039..92703785 100644 --- a/values.yaml +++ b/values.yaml @@ -134,7 +134,7 @@ imagePullSecrets: "" image: repository: "pomerium/pomerium" - tag: "v0.5.1" + tag: "v0.5.2" pullPolicy: "IfNotPresent" metrics: