Skip to content

Commit

Permalink
fixing image tag for intelligent scaling (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkanatsios authored Aug 2, 2022
1 parent 84ad9fc commit 123661f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/server-load-simulator/simulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
- args:
- "-maxValue=100"
- "-jitter=0.15"
image: ghcr.io/playfab/thundernetes-server-load-simulator:0.5
image: ghcr.io/playfab/thundernetes-server-load-simulator:0.5.0
imagePullPolicy: IfNotPresent
name: simulator
ports:
Expand Down
2 changes: 1 addition & 1 deletion samples/standby-forecaster/forecaster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
- args:
- "-config-file=/data/config.yaml"
- "-config-expand-env=true"
image: ghcr.io/playfab/thundernetes-standby-forecaster:0.5
image: ghcr.io/playfab/thundernetes-standby-forecaster:0.5.0
imagePullPolicy: IfNotPresent
name: simulator
ports:
Expand Down

0 comments on commit 123661f

Please sign in to comment.