Skip to content

Commit

Permalink
Bump chart application versions to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Apr 16, 2024
1 parent 9420a2d commit 117630c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion charts/bundler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ apiVersion: v2
name: bundler
description: A Open Policy Agent (OPA) Data Bundle Server providing permissionable data from ISPyB
type: application
version: 0.1.1
version: 0.1.2
appVersion: 0.0.9
maintainers:
- name: garryod
email: "garry.o'donnell@diamond.ac.uk"
2 changes: 1 addition & 1 deletion charts/bundler/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/diamondlightsource/authz-bundler
pullPolicy: IfNotPresent
tag: 0.0.8
tag: ""

imagePullSecrets: []
nameOverride: ""
Expand Down
3 changes: 2 additions & 1 deletion charts/opa/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ apiVersion: v2
name: opa
description: An OPA deployment to run alongside applications requiring authorization
type: application
version: 0.2.1
version: 0.2.2
appVersion: 0.59.0
maintainers:
- name: garryod
email: "garry.o'donnell@diamond.ac.uk"
2 changes: 1 addition & 1 deletion charts/opa/templates/opa-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ data:
{{- if .Values.opa.orgPolicy.enabled }}
diamond-policies:
service: ghcr
resource: ghcr.io/diamondlightsource/authz-policy:0.0.8
resource: ghcr.io/diamondlightsource/authz-policy:0.0.9
polling:
min_delay_seconds: 30
max_delay_seconds: 120
Expand Down
2 changes: 1 addition & 1 deletion charts/opa/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image:
repository: docker.io/openpolicyagent/opa
pullPolicy: IfNotPresent
tagOverride: ""
version: 0.59.0
version: ""
envoy: false

imagePullSecrets: []
Expand Down

0 comments on commit 117630c

Please sign in to comment.