Skip to content
Open
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: 1 addition & 1 deletion .github/actions/configuration/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
using: composite
steps:
- name: Install yq
uses: kyma-project/lifecycle-manager/.github/actions/install-yq@aa17989c84248dfdcbc5db6a014693bbff55edcd # main
uses: kyma-project/lifecycle-manager/.github/actions/install-yq@df8f3e5c6560dfdadba206e05a303aab983fca22 # main
with:
yq_version: 4.45.1
- name: Define variables
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-e2e-runtime-watcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ jobs:
path: lifecycle-manager

- name: Get configuration
uses: kyma-project/lifecycle-manager/.github/actions/get-configuration@aa17989c84248dfdcbc5db6a014693bbff55edcd # main
uses: kyma-project/lifecycle-manager/.github/actions/get-configuration@df8f3e5c6560dfdadba206e05a303aab983fca22 # main
id: configuration

- name: Setup tools
uses: kyma-project/lifecycle-manager/.github/actions/setup-tools@aa17989c84248dfdcbc5db6a014693bbff55edcd # main
uses: kyma-project/lifecycle-manager/.github/actions/setup-tools@df8f3e5c6560dfdadba206e05a303aab983fca22 # main
with:
k8s_version: ${{ steps.configuration.outputs.k8s_version }}
istio_version: ${{ steps.configuration.outputs.istio_version }}
Expand All @@ -113,7 +113,7 @@ jobs:
cache-dependency-path: runtime-watcher/go.sum

- name: Setup test clusters
uses: kyma-project/lifecycle-manager/.github/actions/setup-test-clusters@aa17989c84248dfdcbc5db6a014693bbff55edcd # main
uses: kyma-project/lifecycle-manager/.github/actions/setup-test-clusters@df8f3e5c6560dfdadba206e05a303aab983fca22 # main
with:
k8s_version: ${{ steps.configuration.outputs.k8s_version }}
cert_manager_version: ${{ steps.configuration.outputs.cert_manager_version }}
Expand All @@ -129,7 +129,7 @@ jobs:
runtime-watcher-image-registry: ${{ needs.get-image-repo.outputs.image_repo }}

- name: Deploy lifecycle-manager
uses: kyma-project/lifecycle-manager/.github/actions/deploy-lifecycle-manager@aa17989c84248dfdcbc5db6a014693bbff55edcd # main
uses: kyma-project/lifecycle-manager/.github/actions/deploy-lifecycle-manager@df8f3e5c6560dfdadba206e05a303aab983fca22 # main
with:
klm_version_tag: latest
klm_image_repo: prod
Expand Down
Loading