Skip to content

Commit

Permalink
Revert "update operator/gitops/argocd/pipeline-service/tekton-results…
Browse files Browse the repository at this point in the history
…/kustomization.yaml"

This reverts commit 062255a.
  • Loading branch information
gabemontero committed Mar 19, 2024
1 parent 345990d commit 94434ae
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: tekton-results
resources:
- https://github.com/openshift-pipelines/tektoncd-results.git/config/overlays/base-only/?ref=021f292d2a7074409482be5b476cab5931f0bd01
- https://github.com/openshift-pipelines/tektoncd-results.git/config/overlays/base-only/?ref=a602fb3e858f6a3195374d2175053db7e5db9f77
- namespace.yaml
- api-route.yaml
- watcher-logging-rbac.yaml
Expand All @@ -13,10 +13,10 @@ resources:
images:
- name: ko://github.com/tektoncd/results/cmd/api
newName: quay.io/redhat-appstudio/tekton-results-api
newTag: 021f292d2a7074409482be5b476cab5931f0bd01
newTag: a602fb3e858f6a3195374d2175053db7e5db9f77
- name: ko://github.com/tektoncd/results/cmd/watcher
newName: quay.io/redhat-appstudio/tekton-results-watcher
newTag: 021f292d2a7074409482be5b476cab5931f0bd01
newTag: a602fb3e858f6a3195374d2175053db7e5db9f77

# generate a new configmap with updated values (logs api, db ssl mode) and replace the default one
configMapGenerator:
Expand Down

0 comments on commit 94434ae

Please sign in to comment.