diff --git a/stable/cray-opa/Chart.yaml b/stable/cray-opa/Chart.yaml index c769580..4f54c6c 100644 --- a/stable/cray-opa/Chart.yaml +++ b/stable/cray-opa/Chart.yaml @@ -3,4 +3,4 @@ appVersion: 0.24.0 name: cray-opa description: Cray Open Policy Agent home: "cloud/cray-charts" -version: 0.15.0 +version: 0.15.1 diff --git a/stable/cray-opa/templates/_policy.tpl b/stable/cray-opa/templates/_policy.tpl index f4abe7b..b81d20f 100644 --- a/stable/cray-opa/templates/_policy.tpl +++ b/stable/cray-opa/templates/_policy.tpl @@ -206,6 +206,7 @@ allowed_methods := { {"method": "GET", "path": `^/apis/smd/.*$`}, {"method": "HEAD", "path": `^/apis/smd/.*$`}, + {"method": "PATCH", "path": `^/apis/smd/hsm/v1/State/Components/BulkSoftwareStatus$`}, {"method": "GET", "path": `^/apis/hmnfd/.*$`}, {"method": "HEAD", "path": `^/apis/hmnfd/.*$`},