From df73474fe8d8e8ec3cf1564c59d6b3f1807d1294 Mon Sep 17 00:00:00 2001 From: Garry O'Donnell Date: Tue, 17 Sep 2024 15:37:15 +0100 Subject: [PATCH] Upgrade oauth2-proxy chart to enable extraVolume templating --- charts/graph/Chart.lock | 6 +++--- charts/graph/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/graph/Chart.lock b/charts/graph/Chart.lock index 7938e3c..89564c0 100644 --- a/charts/graph/Chart.lock +++ b/charts/graph/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 1.49.1 - name: oauth2-proxy repository: https://oauth2-proxy.github.io/manifests/ - version: 7.7.8 -digest: sha256:7a8b2bdf88c9eda93f487ae9836cef22f7bb22d51328c30c73bce6ef042304ac -generated: "2024-06-28T10:06:27.558488869+01:00" + version: 7.7.20 +digest: sha256:ef7f61dafc582dce2da679f472c73741081ee522fb61985c8140a017940260e4 +generated: "2024-09-17T15:36:46.159887781+01:00" diff --git a/charts/graph/Chart.yaml b/charts/graph/Chart.yaml index 6924f42..42814b2 100644 --- a/charts/graph/Chart.yaml +++ b/charts/graph/Chart.yaml @@ -10,5 +10,5 @@ dependencies: condition: apollo-router.enabled - name: oauth2-proxy repository: https://oauth2-proxy.github.io/manifests/ - version: 7.7.8 + version: 7.7.20 condition: oauth2-proxy.enabled