Skip to content

Commit

Permalink
Update chart to inlets 0.8.9
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 Aug 9, 2021
1 parent 1db0b83 commit df3cc4d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion chart/inlets-http-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: inlets-http-server
description: Helm chart for an inlets HTTP server
type: application
version: 0.2.0
version: 0.2.1
appVersion: 1.16.0
2 changes: 1 addition & 1 deletion chart/inlets-http-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: ghcr.io/inlets/inlets-pro
pullPolicy: IfNotPresent
tag: "0.8.8"
tag: "0.8.9"

tokenSecretName: inlets-pro-secret

Expand Down
4 changes: 2 additions & 2 deletions chart/inlets-pro-client/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: inlets-pro-client
description: Helm chart for an inlets-pro TCP client
type: application
version: 0.2.0
appVersion: 1.0.0
version: 0.2.1
appVersion: 1.0.0
2 changes: 1 addition & 1 deletion chart/inlets-pro-client/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: ghcr.io/inlets/inlets-pro
pullPolicy: IfNotPresent
tag: "0.8.8"
tag: "0.8.9"

tokenSecretName: inlets-pro-secret

Expand Down
2 changes: 1 addition & 1 deletion chart/inlets-pro/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: inlets-pro
description: Helm chart for an inlets-pro TCP server
type: application
version: 0.2.0
version: 0.2.1
appVersion: 1.16.0
2 changes: 1 addition & 1 deletion chart/inlets-pro/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: ghcr.io/inlets/inlets-pro
pullPolicy: IfNotPresent
tag: "0.8.8"
tag: "0.8.9"

tokenSecretName: inlets-pro-secret

Expand Down

0 comments on commit df3cc4d

Please sign in to comment.