mirror of
https://github.com/bitnami/charts.git
synced 2026-02-19 19:47:22 +08:00
[bitnami/oauth2-proxy] Release 2.0.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.10.3
|
||||
version: 1.11.1
|
||||
- name: redis
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 16.0.0
|
||||
digest: sha256:08bd485453d0e4cc16db98c4dcd29c74c73e473976a6c8a6a3c1eb563ebb9f9c
|
||||
generated: "2022-01-19T08:08:06.698223+01:00"
|
||||
version: 16.4.0
|
||||
digest: sha256:b4b45a3bb8c2bd10055be41c407ae59e7a0711cacc21acf3113b7d0d02184f8e
|
||||
generated: "2022-02-16T21:27:41.245854053Z"
|
||||
|
||||
@@ -12,7 +12,7 @@ dependencies:
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: redis.enabled
|
||||
version: 16.x.x
|
||||
description: A reverse proxy and static file server that provides authentication using different providers
|
||||
description: A reverse proxy and static file server that provides authentication using Providers (Google, GitHub, and others) to validate accounts by email, domain or group.
|
||||
engine: gotpl
|
||||
home: https://github.com/bitnami/charts/tree/master/bitnami/oauth2-proxy
|
||||
icon: https://bitnami.com/assets/stacks/oauth2-proxy/img/oauth2-proxy-stack-220x234.png
|
||||
@@ -30,4 +30,4 @@ name: oauth2-proxy
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-oauth2-proxy
|
||||
- https://github.com/oauth2-proxy/oauth2-proxy
|
||||
version: 2.0.2
|
||||
version: 2.0.3
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
<!--- app-name: OAuth 2 Proxy -->
|
||||
<!--- app-name: OAuth2 Proxy -->
|
||||
|
||||
# OAuth2 Proxy
|
||||
# OAuth2 Proxy packaged by Bitnami
|
||||
|
||||
[oauth2-proxy](https://github.com/oauth2-proxy/oauth2-proxy) is a reverse proxy and static file server that provides authentication using Providers (Google, GitHub, and others) to validate accounts by email, domain or group.
|
||||
A reverse proxy and static file server that provides authentication using Providers (Google, GitHub, and others) to validate accounts by email, domain or group.
|
||||
|
||||
[Overview of OAuth2 Proxy](https://github.com/oauth2-proxy/oauth2-proxy)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
@@ -334,4 +338,4 @@ Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
limitations under the License.
|
||||
@@ -226,7 +226,7 @@ ingress:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/oauth2-proxy
|
||||
tag: 7.2.1-debian-10-r26
|
||||
tag: 7.2.1-debian-10-r56
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
||||
Reference in New Issue
Block a user