Skip to content

Commit

Permalink
fix: httpbin image outdate - can not run on arm64 - #10427
Browse files Browse the repository at this point in the history
Signed-off-by: Son Bui <sonbv00@gmail.com>
  • Loading branch information
sonbui00 committed Aug 6, 2023
1 parent 54ab391 commit c540206
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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion manifests/quick-start-mysql.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion manifests/quick-start-postgres.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 @@ -16,7 +16,7 @@ spec:
automountServiceAccountToken: false
containers:
- name: main
image: kennethreitz/httpbin
image: kong/httpbin
ports:
- containerPort: 80
name: api
Expand Down

0 comments on commit c540206

Please sign in to comment.