Skip to content

Commit

Permalink
updating sample version
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkanatsios committed Dec 1, 2021
1 parent 2bb3de0 commit a35b72d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Run `make create-install-files`
- Push and merge
- Run the GitHub Actions workflow [here](https://github.com/PlayFab/thundernetes/actions/workflows/publish.yml)
- Replace the image on the [netcore-sample YAML files](../samples/netcore)

## Generate install files

Expand Down
2 changes: 1 addition & 1 deletion samples/netcore/sample-nodeaffinity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
portName: gameport # must be the same as the port name described below
podSpec:
containers:
- image: ghcr.io/playfab/thundernetes-netcore-sample:0.0.1.2
- image: ghcr.io/playfab/thundernetes-netcore-sample:0.1.0
name: thundernetes-sample-netcore
ports:
- containerPort: 80 # your game server port
Expand Down
2 changes: 1 addition & 1 deletion samples/netcore/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
portName: gameport # must be the same as the port name described below
podSpec:
containers:
- image: ghcr.io/playfab/thundernetes-netcore-sample:0.0.1.2
- image: ghcr.io/playfab/thundernetes-netcore-sample:0.1.0
name: thundernetes-sample-netcore
ports:
- containerPort: 80 # your game server port
Expand Down
2 changes: 1 addition & 1 deletion samples/netcore/sample_second_node_pool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
portName: gameport # must be the same as the port name described below
podSpec:
containers:
- image: ghcr.io/playfab/thundernetes-netcore-sample:0.0.1.2
- image: ghcr.io/playfab/thundernetes-netcore-sample:0.1.0
name: thundernetes-sample-netcore
ports:
- containerPort: 80 # your game server port
Expand Down

0 comments on commit a35b72d

Please sign in to comment.