Skip to content

Commit

Permalink
chore(deps): update docker.io/kong/httpbin docker tag to v0.2.1
Browse files Browse the repository at this point in the history
| datasource | package                | from  | to    |
| ---------- | ---------------------- | ----- | ----- |
| docker     | docker.io/kong/httpbin | 0.1.0 | 0.2.1 |
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent c70c23d commit 8824a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/app-admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
spec:
serviceAccountName: httpbin
containers:
- image: docker.io/kong/httpbin:0.1.0
- image: docker.io/kong/httpbin:0.2.1
imagePullPolicy: IfNotPresent
name: httpbin
resources:
Expand Down
2 changes: 1 addition & 1 deletion src/test/app-authservice-tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
spec:
serviceAccountName: httpbin
containers:
- image: docker.io/kong/httpbin:0.1.0
- image: docker.io/kong/httpbin:0.2.1
imagePullPolicy: IfNotPresent
name: httpbin
resources:
Expand Down

0 comments on commit 8824a7e

Please sign in to comment.