Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnagel authored Sep 24, 2024
1 parent d3fb4c9 commit 42f5d87
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 @@ -70,7 +70,7 @@ spec:
spec:
serviceAccountName: httpbin
containers:
- image: docker.io/kong/httpbin:v0.1.0
- image: docker.io/kong/httpbin:0.1.0
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:v0.1.0
- image: docker.io/kong/httpbin:0.1.0
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 @@ -18,7 +18,7 @@ components:
files:
- "app-authservice-tenant.yaml"
images:
- docker.io/kong/httpbin:v0.1.0
- docker.io/kong/httpbin:0.1.0
- hashicorp/http-echo:latest

- name: podinfo
Expand Down

0 comments on commit 42f5d87

Please sign in to comment.