Skip to content

Commit

Permalink
Aligned prov-app config and fixed jenkins agent in configuration samp…
Browse files Browse the repository at this point in the history
…le (#1260)
  • Loading branch information
BraisVQ authored Jan 30, 2024
1 parent 7b27d4b commit 68834ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Fixed
- Aqua scanner and Helm deployment conflict fix for jenkins agent ([#1067](https://github.com/opendevstack/ods-jenkins-shared-library/issues/1067))
- Aligned Prov-app configuration, increasing the timeouts and fixed jenkins agent image in configuration sample ([#1259](https://github.com/opendevstack/ods-core/issues/1259))

## [4.3.0] - 2023-07-03

Expand Down
2 changes: 1 addition & 1 deletion configuration-sample/ods-core.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ JENKINS_MASTER_DOCKERFILE_PATH=Dockerfile.ubi8
# - Available tags listed at: https://catalog.redhat.com/software/containers/openshift3/jenkins-slave-base-rhel7/581d2f3f00e5d05639b6515b.
# - Example: registry.access.redhat.com/openshift3/jenkins-slave-base-rhel7:v3.11
# - Latest tested tag: v3.11.248 (v3.11 is a moving target)
JENKINS_AGENT_BASE_FROM_IMAGE=registry.redhat.io/openshift4/ose-jenkins:v4.10.0-202305170515.p0.g2988625.assembly.stream
JENKINS_AGENT_BASE_FROM_IMAGE=registry.redhat.io/openshift4/ose-jenkins-agent-base:v4.10.0-202305170515.p0.g2988625.assembly.stream

# Dockerfile to use for Jenkins agents.
# Use "Dockerfile.ubi8" for both OpenShift 3.11 and 4 (UBI8 base image)
Expand Down
4 changes: 2 additions & 2 deletions ods-provisioning-app/ocp-config/cm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ objects:
logging.file.path=${PROV_APP_LOGGING_FILE_PATH}
# atlassian API calls take sooo long
server.servlet.session.timeout=240
server.servlet.session.timeout=1200
server.connection-timeout=90000
spring.session.timeout=240
spring.session.timeout=1200
spring.mvc.async.request-timeout=90000
frontend.spa.enabled=${PROV_APP_FRONT_SPA_ENABLED}
Expand Down

0 comments on commit 68834ed

Please sign in to comment.