Skip to content

Commit cb247b1

Browse files
+semver: patch upgrade frp-codefresh-plugin to 2022.09.14-ee426ef (#7)
Signed-off-by: Daniel Soifer <[email protected]>
1 parent bb3bf16 commit cb247b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codefresh-tunnel-client/templates/client-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ data:
2323
local_port = {{ required "tunnel.forwardTo.port is required" .Values.tunnel.forwardTo.port }}
2424
locations = {{ default "/" .Values.tunnel.forwardTo.location }}
2525
subdomain = {{ .Values.tunnel.subdomainPrefix }}
26-
header_Authorization = {{"{{"}} .Envs.AUTHORIZATION {{"}}"}}
26+
meta_Authorization = {{"{{"}} .Envs.AUTHORIZATION {{"}}"}}

codefresh-tunnel-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugin:
1212
image:
1313
repository: gcr.io/codefresh-inc/codefresh-io/frp-codefresh-plugin
1414
pullPolicy: IfNotPresent
15-
tag: "2022.09.11-96a7a29"
15+
tag: "2022.09.14-ee426ef"
1616
env: []
1717
resources: {}
1818

0 commit comments

Comments
 (0)