Skip to content

Commit 1ff5ab7

Browse files
pipeline-service update (#3883)
* update components/monitoring/grafana/base/dashboards/pipeline-service/kustomization.yaml * update components/pipeline-service/development/kustomization.yaml * update components/pipeline-service/staging/base/kustomization.yaml * Use latest pipeline-service SHA The update job had an issue and manual update is required. * Use latest pipeline-service SHA Because of issue with the update job, updating manually. * Use latest pipeline-service SHA Because of issue with the update job, updating manually. --------- Co-authored-by: rh-tap-build-team[bot] <127938674+rh-tap-build-team[bot]@users.noreply.github.com> Co-authored-by: Emil Natan <[email protected]>
1 parent 8540173 commit 1ff5ab7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

components/monitoring/grafana/base/dashboards/pipeline-service/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
resources:
5-
- https://github.com/openshift-pipelines/pipeline-service/operator/gitops/argocd/grafana/?ref=ad974044255725077080ace5e4be8840ee85b2da
5+
- https://github.com/openshift-pipelines/pipeline-service/operator/gitops/argocd/grafana/?ref=706387e06fde062c3c8fc23531ea9fe8a62a372f

components/pipeline-service/development/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ commonAnnotations:
88
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
99

1010
resources:
11-
- https://github.com/openshift-pipelines/pipeline-service.git/developer/openshift/gitops/argocd/pipeline-service?ref=ad974044255725077080ace5e4be8840ee85b2da
12-
- https://github.com/openshift-pipelines/pipeline-service.git/developer/openshift/gitops/argocd/pipeline-service-storage?ref=ad974044255725077080ace5e4be8840ee85b2da
11+
- https://github.com/openshift-pipelines/pipeline-service.git/developer/openshift/gitops/argocd/pipeline-service?ref=706387e06fde062c3c8fc23531ea9fe8a62a372f
12+
- https://github.com/openshift-pipelines/pipeline-service.git/developer/openshift/gitops/argocd/pipeline-service-storage?ref=706387e06fde062c3c8fc23531ea9fe8a62a372f
1313
- ../base/rbac
1414

1515
images:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ commonAnnotations:
88
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
99

1010
resources:
11-
- https://github.com/openshift-pipelines/pipeline-service.git/operator/gitops/argocd/pipeline-service?ref=ad974044255725077080ace5e4be8840ee85b2da
11+
- https://github.com/openshift-pipelines/pipeline-service.git/operator/gitops/argocd/pipeline-service?ref=706387e06fde062c3c8fc23531ea9fe8a62a372f
1212
- pipelines-as-code-secret.yaml
1313
- ../../base/external-secrets
1414
- ../../base/testing

0 commit comments

Comments
 (0)