Skip to content

Commit

Permalink
fix: quick-start-* manifests pointing to invalid httpbin image tag
Browse files Browse the repository at this point in the history
Signed-off-by: Rohan Kumar <rohan@pipekit.io>
  • Loading branch information
rohankmr414 committed Oct 6, 2022
1 parent d9d1968 commit 4287aca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifests/quick-start-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,7 @@ spec:
app: httpbin
spec:
containers:
- image: kennethreitz/httpbin:latest
- image: kennethreitz/httpbin
livenessProbe:
httpGet:
path: /get
Expand Down
2 changes: 1 addition & 1 deletion manifests/quick-start-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1730,7 +1730,7 @@ spec:
app: httpbin
spec:
containers:
- image: kennethreitz/httpbin:latest
- image: kennethreitz/httpbin
livenessProbe:
httpGet:
path: /get
Expand Down
2 changes: 1 addition & 1 deletion manifests/quick-start-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1730,7 +1730,7 @@ spec:
app: httpbin
spec:
containers:
- image: kennethreitz/httpbin:latest
- image: kennethreitz/httpbin
livenessProbe:
httpGet:
path: /get
Expand Down
2 changes: 1 addition & 1 deletion manifests/quick-start/base/httpbin/httpbin-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: main
image: kennethreitz/httpbin:latest
image: kennethreitz/httpbin
ports:
- containerPort: 80
name: api
Expand Down

0 comments on commit 4287aca

Please sign in to comment.