Skip to content

Commit

Permalink
Bump pomerium image to 0.5.2 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisgroth authored Jan 2, 2020
1 parent 98d614e commit 47fd130
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ imagePullSecrets: ""

image:
repository: "pomerium/pomerium"
tag: "v0.5.1"
tag: "v0.5.2"
pullPolicy: "IfNotPresent"

metrics:
Expand Down

0 comments on commit 47fd130

Please sign in to comment.