Skip to content

Commit

Permalink
Update inlets image
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Oct 16, 2019
1 parent ab1710b commit 6040486
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .DEREK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ custom_messages:
Join Slack to connect with the community using the `#inlets` channel
within the OpenFaaS Slack workspace.
https://docs.openfaas.com/community
2 changes: 1 addition & 1 deletion artifacts/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- "-access-key-file=/var/secrets/inlets/inlets-access-key"
env:
- name: client_image
value: inlets/inlets:2.6.0
value: inlets/inlets:2.6.1
resources:
limits:
memory: 128Mi
Expand Down
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ type InfraConfig struct {
// GetInletsClientImage returns the image for the client-side tunnel
func (i *InfraConfig) GetInletsClientImage() string {
if i.InletsClientImage == "" {
return "alexellis2/inlets:2.4.1"
return "inlets/inlets:2.6.1"
}

return i.InletsClientImage
}

Expand Down

0 comments on commit 6040486

Please sign in to comment.