Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates fix defaults for GH #107

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Updates update version for ps
saikumar-vs committed Jan 7, 2025

Verified

This commit was signed with the committer’s verified signature.
commit cdcf88b53b71bfa673804967644b1b36941295ba
2 changes: 1 addition & 1 deletion .github/workflows/PMM_PS.yaml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
env:
PS_GLIBC: ${{ github.event.inputs.ps_glibc || '2.35' }}
PMM_IMAGE: ${{ github.event.inputs.pmm_image || 'perconalab/pmm-server:dev-latest' }}
PS_VERSION: ${{ github.event.inputs.ps_version || '8.0.33' }}
PS_VERSION: ${{ github.event.inputs.ps_version || '8.0.36' }}
steps:
- uses: actions/checkout@v2