Skip to content

Commit 31f165d

Browse files
committed
chore: bump versions
1 parent 881b770 commit 31f165d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/bundler/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: bundler
33
description: A Open Policy Agent (OPA) Data Bundle Server providing permissionable data from ISPyB
44
type: application
5-
version: 0.5.2
6-
appVersion: 0.0.15
5+
version: 0.5.3
6+
appVersion: 0.0.16
77
maintainers:
88
- name: garryod
99
email: "garry.o'[email protected]"

charts/opa/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: opa
33
description: An OPA deployment to run alongside applications requiring authorization
44
type: application
5-
version: 0.6.4
5+
version: 0.6.5
66
appVersion: 0.59.0
77
maintainers:
88
- name: garryod

charts/opa/templates/opa-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ data:
3232
{{- if .Values.orgPolicy.enabled }}
3333
diamond-policies:
3434
service: ghcr
35-
resource: ghcr.io/diamondlightsource/authz-policy:0.0.15
35+
resource: ghcr.io/diamondlightsource/authz-policy:0.0.16
3636
polling:
3737
min_delay_seconds: 30
3838
max_delay_seconds: 120

0 commit comments

Comments
 (0)