Skip to content

Commit

Permalink
Bump OSP to newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
enarha committed Nov 5, 2024
1 parent 2e96427 commit 1377caa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ metadata:
namespace: openshift-marketplace
spec:
displayName: custom-operators
image: quay.io/openshift-pipeline/openshift-pipelines-pipelines-operator-bundle-container-index@sha256:8c7ba9a4cddfaba38872c5d93c5d9c88db36dd0eef44c6531d4246ff62c93d6e
image: quay.io/openshift-pipeline/openshift-pipelines-pipelines-operator-bundle-container-index@sha256:2af3464515315e1d43339147eaee5f727f36ccf2903cc5d48c361c2c73953a61
sourceType: grpc
updateStrategy:
registryPoll:
Expand Down
2 changes: 1 addition & 1 deletion hack/secret-creator/create-plnsvc-secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ create_db_secret() {
--from-literal=POSTGRES_USER=tekton \
--from-literal=POSTGRES_PASSWORD="$(openssl rand -base64 20)" \
--from-literal=POSTGRES_HOST="tekton-results-postgres-service.openshift-pipelines.svc.cluster.local" \
--from-literal=POSTGRES_DB="tekton_results"
--from-literal=POSTGRES_DB="tekton-results"
}

create_s3_secret() {
Expand Down

0 comments on commit 1377caa

Please sign in to comment.