diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index 21d01d05..dc8533b2 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: oauth2-proxy -version: 7.9.0 +version: 7.9.1 apiVersion: v2 appVersion: 7.7.1 home: https://oauth2-proxy.github.io/oauth2-proxy/ @@ -34,8 +34,8 @@ maintainers: kubeVersion: ">=1.16.0-0" annotations: artifacthub.io/changes: | - - kind: added - description: allow requests to be directed to sidecar first + - kind: fixed + description: fixed incorrect helm template syntax in readme.md links: - name: Github PR - url: https://github.com/oauth2-proxy/manifests/pull/270 + url: https://github.com/oauth2-proxy/manifests/pull/274 diff --git a/helm/oauth2-proxy/README.md b/helm/oauth2-proxy/README.md index a601af42..06ba783f 100644 --- a/helm/oauth2-proxy/README.md +++ b/helm/oauth2-proxy/README.md @@ -332,7 +332,7 @@ extraObjects:
{{.StatusCode}}
+{{`{{ .StatusCode }}`}}
``` @@ -360,4 +360,4 @@ config: ``` ## Route requests to sidecar container -You can route requests to a sidecar container first by setting the `service.targetPort` variable. The possible values for the targetPort field of a Kubernetes Service can be either a port number or the name of a port defined in the pod. By default, the service's `targetPort` value equals to `httpSchema`'s. \ No newline at end of file +You can route requests to a sidecar container first by setting the `service.targetPort` variable. The possible values for the targetPort field of a Kubernetes Service can be either a port number or the name of a port defined in the pod. By default, the service's `targetPort` value equals to `httpSchema`'s.