Skip to content

Commit

Permalink
fix: revert test app version to fix CI failures (#815)
Browse files Browse the repository at this point in the history
## Description
Fix test app by using previous version of httpbin

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Other (security config, docs update, etc)

## Checklist before merging

- [ ] Test, docs, adr added or updated as needed
- [ ] [Contributor
Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)
followed

---------

Co-authored-by: Micah Nagel <micah.nagel@gmail.com>
  • Loading branch information
rjferguson21 and mjnagel authored Sep 24, 2024
1 parent 8b10b86 commit 2ec6ad6
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
- 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
- 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:latest
- docker.io/kong/httpbin:0.1.0
- hashicorp/http-echo:latest

- name: podinfo
Expand Down

0 comments on commit 2ec6ad6

Please sign in to comment.