We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9a537 commit 0cdc36dCopy full SHA for 0cdc36d
charts/workflows/Chart.yaml
@@ -3,7 +3,7 @@ name: workflows
3
description: Data Analysis workflow orchestration
4
type: application
5
6
-version: 0.9.0
+version: 0.10.0
7
8
dependencies:
9
- name: argo-workflows
charts/workflows/values.yaml
@@ -91,6 +91,9 @@ oauth2-proxy:
91
skip_auth_routes = [
92
"OPTIONS=^/$",
93
"GET=^/api/",
94
+ "DELETE=^/api/",
95
+ "PUT=^/api/",
96
+ "POST=^/api/",
97
"GET=^/assets/"
98
]
99
skip_provider_button = true
0 commit comments