Skip to content

Commit f396e7c

Browse files
Fix values for image in README (#80)
Signed-off-by: Spencer Gilbert <sgilbert@optoro.com>
1 parent 01477b7 commit f396e7c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/pomerium/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: pomerium
3-
version: 8.0.0
3+
version: 8.0.1
44
appVersion: 0.6.2
55
home: http://www.pomerium.io/
66
icon: https://www.pomerium.io/logo-long.svg

charts/pomerium/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ A full listing of Pomerium's configuration variables can be found on the [config
179179
| `forwardAuth.enabled` | Enable forward-auth endpoint for third party ingress controllers to use for auth checks. Setting this disables automatic enumeration of `from` hostnames in the Pomerium Ingress object to prevent conflicts. Use `ingress.hosts` to mix forward-auth and proxy mode on a single Pomerium instance | `false` |
180180
| `authorize.deployment.annotations` | Annotations for the authorize deployment. If none given, then use value of `annotations` | `{}` |
181181
| `authorize.service.annotations` | Annotations for the authorize service. If none given, then use value of `service.annotations` | `{}` |
182-
| `images.server.repository` | Pomerium image | `pomerium/pomerium` |
183-
| `images.server.tag` | Pomerium image tag | `v0.5.2` |
184-
| `images.server.pullPolicy` | Pomerium image pull policy | `IfNotPresent` |
182+
| `image.repository` | Pomerium image | `pomerium/pomerium` |
183+
| `image.tag` | Pomerium image tag | `v0.6.2` |
184+
| `image.pullPolicy` | Pomerium image pull policy | `IfNotPresent` |
185185
| `service.annotations` | Service annotations | `{}` |
186186
| `service.externalPort` | Pomerium's port | `443` |
187187
| `service.type` | Service type (ClusterIP, NodePort or LoadBalancer) | `ClusterIP` |

0 commit comments

Comments
 (0)