Skip to content

Commit

Permalink
Update oauth2 Docker repository path (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Jun 4, 2021
1 parent a5680db commit 50517ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ versions compared to what the user had installed when creating the portable app.
button to `WebvizPluginABC`.

### Fixed
- [#463](https://github.com/equinor/webviz-config/pull/463) - Reflect external change.
Repository name for standard `OAuth2` Docker containers is changed from
`quay.io/pusher/oauth2_proxy` to `quay.io/oauth2-proxy/oauth2-proxy`.
- [#440](https://github.com/equinor/webviz-config/pull/440) - Fixed setting of global
log level for webviz application.
- [#457](https://github.com/equinor/webviz-config/pull/457) - Use non-root `redis`
Expand Down
2 changes: 1 addition & 1 deletion webviz_config/templates/radixconfig.yaml.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
from: main
components:
- name: auth
image: quay.io/pusher/oauth2_proxy:v6.1.1
image: quay.io/oauth2-proxy/oauth2-proxy:v7.1.3
ports:
- name: http
port: 8000
Expand Down

0 comments on commit 50517ed

Please sign in to comment.