Skip to content

Commit a7a8e0a

Browse files
build-service update (#5353)
* update components/build-service/development/kustomization.yaml * update components/build-service/staging/base/kustomization.yaml --------- Co-authored-by: rh-tap-build-team[bot] <127938674+rh-tap-build-team[bot]@users.noreply.github.com>
1 parent 6fa3158 commit a7a8e0a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/build-service/development/kustomization.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
44
- ../base
5-
- https://github.com/konflux-ci/build-service/config/default?ref=f2ddc2ebd6d9bd228808a2b2f1c7670f79d16010
5+
- https://github.com/konflux-ci/build-service/config/default?ref=79c8a5dd15a84294d1b16a705c2bffc1d4c16e1a
66

77
namespace: build-service
88

99
images:
1010
- name: quay.io/konflux-ci/build-service
1111
newName: quay.io/konflux-ci/build-service
12-
newTag: f2ddc2ebd6d9bd228808a2b2f1c7670f79d16010
12+
newTag: 79c8a5dd15a84294d1b16a705c2bffc1d4c16e1a
1313

1414
commonAnnotations:
1515
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true

components/build-service/staging/base/kustomization.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ kind: Kustomization
33
resources:
44
- ../../base
55
- ../../base/external-secrets
6-
- https://github.com/konflux-ci/build-service/config/default?ref=f2ddc2ebd6d9bd228808a2b2f1c7670f79d16010
6+
- https://github.com/konflux-ci/build-service/config/default?ref=79c8a5dd15a84294d1b16a705c2bffc1d4c16e1a
77

88
namespace: build-service
99

1010
images:
1111
- name: quay.io/konflux-ci/build-service
1212
newName: quay.io/konflux-ci/build-service
13-
newTag: f2ddc2ebd6d9bd228808a2b2f1c7670f79d16010
13+
newTag: 79c8a5dd15a84294d1b16a705c2bffc1d4c16e1a
1414

1515
commonAnnotations:
1616
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true

0 commit comments

Comments
 (0)