Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions test/examples/image-updater/deployment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: e2e-registry
spec:
replicas: 1
selector:
matchLabels:
app: test-app-005
component: argocd-image-updater-e2e
template:
metadata:
labels:
app: test-app-005
component: argocd-image-updater-e2e
spec:
containers:
- name: test
image: quay.io/devtools_gitops/guestbook_go:1.0.0
2 changes: 2 additions & 0 deletions test/examples/image-updater/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
resources:
- deployment.yaml
Loading