File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : k8s-gateway
3
3
description : A fork of the k8s_gateway CoreDNS plugin with added functionalities
4
4
type : application
5
- version : 3.4.1
6
- appVersion : 0.9.0
5
+ version : 3.4.2
6
+ appVersion : 0.9.1
7
7
maintainers :
8
8
- email : guillaume@pinax.network
9
9
name : Guillaume
Original file line number Diff line number Diff line change 1
1
image :
2
2
registry : ghcr.io
3
3
repository : pinax-network/k8s_gateway
4
- tag : v0.9.0
4
+ tag : v0.9.1
5
5
pullPolicy : IfNotPresent
6
6
7
7
# Delegated domain
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ var dropPlugins = map[string]bool{
16
16
"k8s_external" : true ,
17
17
}
18
18
19
- const pluginVersion = "0.9.0 "
19
+ const pluginVersion = "0.9.1 "
20
20
21
21
func init () {
22
22
var directives []string
You can’t perform that action at this time.
0 commit comments