Skip to content

Commit

Permalink
Merge branch 'pegasystems:master' into feature/clustering-service-name
Browse files Browse the repository at this point in the history
  • Loading branch information
alemax22 authored Oct 9, 2024
2 parents 9b6a19f + 4fdedba commit 79b43e7
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 14 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/github-actions-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,14 @@ jobs:
run: |
make dependencies
- name: sync chart version
run: |
cd $GITHUB_WORKSPACE
chmod 777 sync_chart_version.sh
./sync_chart_version.sh
env:
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_SECRET }}

- name: before deploy step 1
run: |
cd $GITHUB_WORKSPACE
Expand All @@ -172,7 +180,6 @@ jobs:
run: |
make examples
- name: deploy on github releases
uses: softprops/action-gh-release@v1
with:
Expand All @@ -193,11 +200,3 @@ jobs:
./update_gh_pages.sh
env:
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_SECRET }}

- name: sync chart version
run: |
cd $GITHUB_WORKSPACE
chmod 777 sync_chart_version.sh
./sync_chart_version.sh
env:
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_SECRET }}
4 changes: 2 additions & 2 deletions .github/workflows/mend-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
java -jar wss-unified-agent.jar
fi
- name: 'Upload WhiteSource folder'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Mend
path: whitesource
retention-days: 14
- name: 'Upload Mend folder if failure'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: failure()
with:
name: Mend
Expand Down
2 changes: 1 addition & 1 deletion charts/addons/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Kubernetes
name: addons
version: "3.24.3"
version: "3.24.6"
2 changes: 1 addition & 1 deletion charts/backingservices/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ description: Helm Chart to provision the latest Search and Reporting Service (SR
# The chart version: Pega provides this as a useful way to track changes you make to this chart.
# As a best practice, you should increment the version number each time you make changes to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "3.24.3"
version: "3.24.6"
2 changes: 1 addition & 1 deletion charts/pega/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v1
name: pega
version: "3.24.3"
version: "3.24.6"
description: Pega installation on kubernetes
keywords:
- pega
Expand Down
1 change: 1 addition & 0 deletions charts/pega/config/deploy/server.xml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
maxHttpHeaderSize="16384"
maxSavePostSize="65536"
connectionTimeout="20000"
keepAliveTimeout="{{ default .Env.CONFIG_CATALINA_CONNECTOR_8080_KEEPALIVETIMEOUT 20000 }}"
maxHeaderCount="100"
maxThreads="{{ default .Env.CONFIG_CATALINA_CONNECTOR_8080_MAXTHREADS 200 }}" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
maxHttpHeaderSize="16384"
maxSavePostSize="65536"
connectionTimeout="20000"
keepAliveTimeout="{{ default .Env.CONFIG_CATALINA_CONNECTOR_8080_KEEPALIVETIMEOUT 20000 }}"
maxHeaderCount="100"
maxThreads="{{ default .Env.CONFIG_CATALINA_CONNECTOR_8080_MAXTHREADS 200 }}" />

Expand Down

0 comments on commit 79b43e7

Please sign in to comment.