We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235ccf6 commit 6177235Copy full SHA for 6177235
components/build-service/development/kustomization.yaml
@@ -2,14 +2,14 @@ apiVersion: kustomize.config.k8s.io/v1beta1
2
kind: Kustomization
3
resources:
4
- ../base
5
-- https://github.com/konflux-ci/build-service/config/default?ref=931e56b1771db737c4fbbd1ae90fbd6e1b73344d
+- https://github.com/konflux-ci/build-service/config/default?ref=8917937f45966a7db5abe10335e08434dfd7f658
6
7
namespace: build-service
8
9
images:
10
- name: quay.io/konflux-ci/build-service
11
newName: quay.io/konflux-ci/build-service
12
- newTag: 931e56b1771db737c4fbbd1ae90fbd6e1b73344d
+ newTag: 8917937f45966a7db5abe10335e08434dfd7f658
13
14
commonAnnotations:
15
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
0 commit comments