Skip to content

Commit

Permalink
Configure rke and kuibernetes version
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentBaer authored and Vincent Baer committed Dec 11, 2023
1 parent 604dfa9 commit 4e8b07a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
public_cloud: "false"
image_id: ${{ secrets.OMI_ID }}
version: ${{ format('{0}.{1}', github.sha, github.run_attempt) }}
rke_version: ${{ secrets.RKE_VERSION }}
kubernetes_version: ${{ secrets.KUBERNETES_VERSION }}
## Create Public Cloud Cluster
- name: Test on Public cluster
uses: ./.github/local_action/start_ccm_e2e
Expand All @@ -77,6 +79,8 @@ jobs:
public_cloud: "true"
image_id: ${{ secrets.OMI_ID }}
version: ${{ format('{0}.{1}', github.sha, github.run_attempt) }}
rke_version: ${{ secrets.RKE_VERSION }}
kubernetes_version: ${{ secrets.KUBERNETES_VERSION }}
- name: Clean images
run: |
docker image prune -a -f
2 changes: 2 additions & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ CVE-2022-27664
CVE-2022-32149
# https://avd.aquasec.com/nvd/2023/cve-2023-45142
CVE-2023-45142
# https://avd.aquasec.com/nvd/2023/cve-2023-47108
CVE-2023-47108

0 comments on commit 4e8b07a

Please sign in to comment.