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

OPSEXP-1828 Use the correct values file during helm enterprise tests #802

Merged
merged 4 commits into from
Nov 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/actions/charts-as-json/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ description: Return as JSON string with charts details
runs:
using: composite
steps:
- name: Debug action
uses: hmarr/debug-action@v2.0.1
- id: getcharts
name: Get main Charts and parse manifest
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/helm-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ jobs:
SANITIZED_V=$(echo ${{ matrix.name }} | sed -r 's/[[:punct:]]?(.)[[:alnum:]]*/\1/g')-${V//./}
SANITIZED_V=${SANITIZED_V,,}
echo "Release prefix to $SANITIZED_V"
echo "app_version:=$V" >> $GITHUB_OUTPUT
echo "app_version=$V" >> $GITHUB_OUTPUT
echo "app_prefix=${SANITIZED_V}" >> $GITHUB_OUTPUT
- name: Use local dependencies
uses: ./.github/actions/use-local-deps
with:
charts-root: helm
chart-name: ${{ matrix.name }}
- uses: >-
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-helm@38d9090e74640744cf93b88dfcfb5f0db5c16a09
Alfresco/alfresco-build-tools/.github/actions/dbp-charts/verify-helm@64f3566e77ff7c289a6ed0aa0385fb5b1df2e04e
with:
skip_checkout: 'true'
test_newman: 'true'
Expand Down