diff --git a/charts/bundler/values.yaml b/charts/bundler/values.yaml index b08514a9..dd7c1f3e 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.4 + tag: 0.0.7 imagePullSecrets: [] nameOverride: "" diff --git a/charts/opa/templates/opa-config.yaml b/charts/opa/templates/opa-config.yaml index eb51a721..46504c70 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.4 + resource: ghcr.io/diamondlightsource/authz-policy:0.0.7 polling: min_delay_seconds: 30 max_delay_seconds: 120