You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helm/oauth2-proxy/README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,12 +46,20 @@ This version upgrades oauth2-proxy to v4.0.0. Please see the [changelog](https:/
46
46
47
47
Version 2.0.0 of this chart introduces support for Kubernetes v1.16.x by way of addressing the deprecation of the Deployment object apiVersion `apps/v1beta2`. See [the v1.16 API deprecations page](https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/) for more information.
48
48
49
-
Due to [this issue](https://github.com/helm/helm/issues/6583) there may be errors performing a `helm upgrade`of this chart from versions earlier than 2.0.0.
49
+
Due to [this issue](https://github.com/helm/helm/issues/6583) there may be errors performing a `helm upgrade`of this chart from versions earlier than 2.0.0.
50
50
51
51
### To 3.0.0
52
52
53
53
Version 3.0.0 introduces support for [EKS IAM roles for service accounts](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html) by adding a managed service account to the chart. This is a breaking change since the service account is enabled by default. To disable this behaviour set `serviceAccount.enabled` to `false`
54
54
55
+
### To 4.0.0
56
+
57
+
Version 4.0.0 adds support for the new Ingress apiVersion **networking.k8s.io/v1**.
58
+
Therefore the `ingress.extraPaths` parameter needs to be updated to the new format.
59
+
See the [v1.22 API deprecations guide](https://kubernetes.io/docs/reference/using-api/deprecation-guide/#ingress-v122) for more information.
60
+
61
+
For the same reason `service.port` was renamed to `service.portNumber`.
62
+
55
63
## Configuration
56
64
57
65
The following table lists the configurable parameters of the oauth2-proxy chart and their default values.
0 commit comments