Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions charts/osc-common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@ apiVersion: v2
name: osc-common
description: OSC common Helm Chart
type: application
version: 0.14.1
version: 0.15.0
appVersion: "0.1.0"
maintainers:
- name: treydock
dependencies:
- name: oauth2-proxy
# version: 10.3.0
# repository: https://oauth2-proxy.github.io/manifests
# Use local copy until merged and released:
# https://github.com/oauth2-proxy/manifests/pull/400
repository: oci://docker-registry.osc.edu/kubernetes
version: 10.5.0-osc-r2
version: 10.6.0
repository: https://oauth2-proxy.github.io/manifests
condition: global.auth.enable
6 changes: 3 additions & 3 deletions charts/osc-common/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# osc-common

![Version: 0.14.1](https://img.shields.io/badge/Version-0.14.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
![Version: 0.15.0](https://img.shields.io/badge/Version-0.15.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)

OSC common Helm Chart

Expand All @@ -14,7 +14,7 @@ OSC common Helm Chart

| Repository | Name | Version |
|------------|------|---------|
| oci://docker-registry.osc.edu/kubernetes | oauth2-proxy | 10.5.0-osc-r2 |
| https://oauth2-proxy.github.io/manifests | oauth2-proxy | 10.6.0 |

## Usage

Expand Down Expand Up @@ -102,7 +102,7 @@ global:
| global.alert.receiver | The alert receiver name | `""` |
| oauth2-proxy.image.registry | The OSC registry | The OSC registry hostname |
| oauth2-proxy.image.repository | Path to oauth2-proxy on the OSC registry | `"kubernetes/oauth2-proxy"` |
| oauth2-proxy.image.tag | oauth2-proxy image tag. **must be replicated to the OSC registry** | `"v7.15.0"` |
| oauth2-proxy.image.tag | oauth2-proxy image tag. **must be replicated to the OSC registry** | `"v7.15.2"` |
| oauth2-proxy.resources.limits.cpu | CPU limit for OAuth2 Proxy pods | `"200m"` |
| oauth2-proxy.resources.limits.memory | Memory limit for OAuth2 Proxy pods | `"128Mi"` |
| oauth2-proxy.resources.requests.cpu | CPU request for OAuth2 Proxy pods | `"100m"` |
Expand Down
2 changes: 1 addition & 1 deletion charts/osc-common/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ oauth2-proxy:
# -- Path to oauth2-proxy on the OSC registry
repository: kubernetes/oauth2-proxy
# -- oauth2-proxy image tag. **must be replicated to the OSC registry**
tag: v7.15.0
tag: v7.15.2
# @ignored
config:
existingSecret: '{{ include "osc.common.auth.secret.name" . }}'
Expand Down
Loading