Skip to content

Commit

Permalink
fix(oauth2-proxy): external chart
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Jul 26, 2024
1 parent aacbfd2 commit 5bbb916
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/contrib/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ dependencies:
repository: file://./charts/metabase
version: 1.169.6
condition: metabase.enabled
- name: oauth2-proxy
repository: file://./charts/oauth2-proxy
version: 1.169.6
condition: oauth2-proxy.enabled
- name: redis
repository: file://./charts/redis
version: 1.169.6
Expand All @@ -65,3 +61,7 @@ dependencies:
degit: socialgouv/helm-charts/charts/pgadmin@v1
version: "1"
condition: pgadmin.enabled
- name: oauth2-proxy
degit: socialgouv/helm-charts/charts/oauth2-proxy@v1
version: "1"
condition: oauth2-proxy.enabled

0 comments on commit 5bbb916

Please sign in to comment.