Skip to content

Commit

Permalink
Merge pull request book-of-kubernetes#4 from EduardoBautista/eduardob…
Browse files Browse the repository at this point in the history
…autista/use-stress-stable

Use stress:stable
  • Loading branch information
AlanHohn authored Aug 7, 2022
2 parents f2cd734 + b01f5ea commit 21be73a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chapter-03/files/co-clim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
metadata:
name: stress1
image:
image: docker.io/bookofkubernetes/stress:latest
image: docker.io/bookofkubernetes/stress:stable
args:
- "--cpu"
- "1"
Expand Down
2 changes: 1 addition & 1 deletion chapter-03/files/co-mlim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
metadata:
name: stress2
image:
image: docker.io/bookofkubernetes/stress:latest
image: docker.io/bookofkubernetes/stress:stable
args:
- "--vm"
- "1"
Expand Down
2 changes: 1 addition & 1 deletion chapter-03/files/co-nolim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
metadata:
name: stress
image:
image: docker.io/bookofkubernetes/stress:latest
image: docker.io/bookofkubernetes/stress:stable
args:
- "--cpu"
- "1"
Expand Down

0 comments on commit 21be73a

Please sign in to comment.