diff --git a/charts/bundler/Chart.yaml b/charts/bundler/Chart.yaml index c69a4e0..181179c 100644 --- a/charts/bundler/Chart.yaml +++ b/charts/bundler/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: bundler description: A Open Policy Agent (OPA) Data Bundle Server providing permissionable data from ISPyB type: application -version: 0.5.1 -appVersion: 0.0.14 +version: 0.5.2 +appVersion: 0.0.15 maintainers: - name: garryod email: "garry.o'donnell@diamond.ac.uk" diff --git a/charts/opa/Chart.yaml b/charts/opa/Chart.yaml index df2e759..5ac65a6 100644 --- a/charts/opa/Chart.yaml +++ b/charts/opa/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: opa description: An OPA deployment to run alongside applications requiring authorization type: application -version: 0.6.2 +version: 0.6.3 appVersion: 0.59.0 maintainers: - name: garryod diff --git a/charts/opa/templates/opa-config.yaml b/charts/opa/templates/opa-config.yaml index ddb767e..27a46f8 100644 --- a/charts/opa/templates/opa-config.yaml +++ b/charts/opa/templates/opa-config.yaml @@ -32,7 +32,7 @@ data: {{- if .Values.orgPolicy.enabled }} diamond-policies: service: ghcr - resource: ghcr.io/diamondlightsource/authz-policy:0.0.14 + resource: ghcr.io/diamondlightsource/authz-policy:0.0.15 polling: min_delay_seconds: 30 max_delay_seconds: 120