Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
- https://github.com/flacatus/konflux-dummy-deploy//k8s?ref=f1b72857ac758890a0543a7bc56a45ec873d5d7e
- https://github.com/flacatus/konflux-dummy-deploy//k8s?ref=7a8dd414c5beda587235226d7d9edde15b8ce8df
images:
- name: quay.io/redhat-appstudio-qe/dummy-deployment
newTag: f1b72857ac758890a0543a7bc56a45ec873d5d7e
newTag: 7a8dd414c5beda587235226d7d9edde15b8ce8df
patches:
- target:
kind: ConfigMap
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
- https://github.com/flacatus/konflux-dummy-deploy//k8s?ref=f1b72857ac758890a0543a7bc56a45ec873d5d7e
- https://github.com/flacatus/konflux-dummy-deploy//k8s?ref=7a8dd414c5beda587235226d7d9edde15b8ce8df
images:
- name: quay.io/redhat-appstudio-qe/dummy-deployment
newTag: f1b72857ac758890a0543a7bc56a45ec873d5d7e
newTag: 7a8dd414c5beda587235226d7d9edde15b8ce8df
patches:
- target:
kind: ConfigMap
Expand Down
Loading