Skip to content

Commit

Permalink
ci: Call composite action with values (#4767)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Oct 11, 2023
1 parent 7d66a32 commit a77ac11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/actions/e2e/install-karpenter/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ runs:
with:
ref: ${{ inputs.git_ref }}
- uses: ./.github/actions/e2e/install-helm
version: v3.12.3 # Pinned to this version since v3.13.0 has issues with anonymous pulls: https://github.com/helm/helm/issues/12423
with:
version: v3.12.3 # Pinned to this version since v3.13.0 has issues with anonymous pulls: https://github.com/helm/helm/issues/12423
- name: create karpenter namespace
shell: bash
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/actions/e2e/install-prometheus/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ runs:
with:
ref: ${{ inputs.git_ref }}
- uses: ./.github/actions/e2e/install-helm
version: v3.12.3 # Pinned to this version since v3.13.0 has issues with anonymous pulls: https://github.com/helm/helm/issues/12423
with:
version: v3.12.3 # Pinned to this version since v3.13.0 has issues with anonymous pulls: https://github.com/helm/helm/issues/12423
- name: add prometheus repo
shell: bash
run: |
Expand Down

0 comments on commit a77ac11

Please sign in to comment.