Skip to content

Commit

Permalink
chore(deps): update support dependencies to v0.2.2
Browse files Browse the repository at this point in the history
| datasource | package                | from  | to    |
| ---------- | ---------------------- | ----- | ----- |
| docker     | docker.io/kong/httpbin | 0.2.1 | 0.2.2 |
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 11ddada commit b6193e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/test/app-admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
spec:
serviceAccountName: httpbin
containers:
- image: docker.io/kong/httpbin:0.2.1
- image: docker.io/kong/httpbin:0.2.2
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 @@ -73,7 +73,7 @@ spec:
spec:
serviceAccountName: httpbin
containers:
- image: docker.io/kong/httpbin:0.2.1
- image: docker.io/kong/httpbin:0.2.2
imagePullPolicy: IfNotPresent
name: httpbin
resources:
Expand Down
2 changes: 1 addition & 1 deletion src/test/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ components:
files:
- "app-authservice-tenant.yaml"
images:
- docker.io/kong/httpbin:0.2.1
- docker.io/kong/httpbin:0.2.2
- hashicorp/http-echo:latest

- name: podinfo
Expand Down

0 comments on commit b6193e9

Please sign in to comment.