Skip to content

Commit

Permalink
helm: Adopt latest oathkeeper version (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggimes authored and aeneasr committed Oct 23, 2019
1 parent 0722877 commit 732d6b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion helm/charts/oathkeeper/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "v0.16.0-beta.4_oryOS.12"
appVersion: "v0.32.0-beta.1"
description: A Helm chart for deployoing ORY Oathkeeper in Kubernetes
name: oathkeeper
version: 0.0.1
Expand Down
12 changes: 6 additions & 6 deletions helm/charts/oathkeeper/demo/access-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"authorizer": {
"handler": "allow"
},
"mutator": {
"mutators": [{
"handler": "noop"
}
}]
},
{
"id": "rule-2",
Expand All @@ -49,9 +49,9 @@
"authorizer": {
"handler": "allow"
},
"mutator": {
"mutators": [{
"handler": "header"
}
}]
},
{
"id": "rule-3",
Expand All @@ -76,8 +76,8 @@
"authorizer": {
"handler": "allow"
},
"mutator": {
"mutators": [{
"handler": "id_token"
}
}]
}
]
2 changes: 1 addition & 1 deletion helm/charts/oathkeeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:
# ORY Oathkeeper image
repository: oryd/oathkeeper
# ORY Oathkeeper version
tag: v0.18.0
tag: v0.32.0-beta.1
# Image pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 732d6b4

Please sign in to comment.