diff --git a/helm-charts/seldon-deploy/Chart.yaml b/helm-charts/seldon-deploy/Chart.yaml index 737eb2d..a218e84 100644 --- a/helm-charts/seldon-deploy/Chart.yaml +++ b/helm-charts/seldon-deploy/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.2.0-rc5" +appVersion: "2.2.0-rc6" description: A Helm chart for Kubernetes name: seldon-deploy -version: 2.2.0-rc5 +version: 2.2.0-rc6 diff --git a/helm-charts/seldon-deploy/values.yaml b/helm-charts/seldon-deploy/values.yaml index 135a7c0..5de3f17 100644 --- a/helm-charts/seldon-deploy/values.yaml +++ b/helm-charts/seldon-deploy/values.yaml @@ -194,7 +194,7 @@ rbac: enabled: false configMap: seldon-deploy-policies projectAuthEnabled: false - permissionManagementAPIDisabled: false + permissionManagementAPIDisabled: true # istioPolicySyncInterval configures how often the istio policies for direct model access should be synced with the # current OPA permissions. A negative or zero value means the policies won't be synced. A sensible default if you # want to sync them is "5m".