diff --git a/charts/bundler/values.yaml b/charts/bundler/values.yaml index dd7c1f3e..1bdc30e5 100644 --- a/charts/bundler/values.yaml +++ b/charts/bundler/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/diamondlightsource/authz-bundler pullPolicy: IfNotPresent - tag: 0.0.7 + tag: 0.0.8 imagePullSecrets: [] nameOverride: "" diff --git a/charts/opa/templates/opa-config.yaml b/charts/opa/templates/opa-config.yaml index cbf582a1..41f6ce65 100644 --- a/charts/opa/templates/opa-config.yaml +++ b/charts/opa/templates/opa-config.yaml @@ -32,7 +32,7 @@ data: {{- if .Values.opa.orgPolicy.enabled }} diamond-policies: service: ghcr - resource: ghcr.io/diamondlightsource/authz-policy:0.0.7 + resource: ghcr.io/diamondlightsource/authz-policy:0.0.8 polling: min_delay_seconds: 30 max_delay_seconds: 120