Compare commits

..

4 commits

Author SHA1 Message Date
716ce5ba25 Merge pull request 'chore(deps): update actions/checkout digest to 11bd719' (#9) from renovate/actions-checkout-digest into main
All checks were successful
Fetch upstream (CDI) / fetch-upstream (push) Successful in 18s
Fetch upstream / fetch-upstream (push) Successful in 18s
Reviewed-on: #9
2024-10-23 12:46:06 -05:00
33963fcd64 chore(deps): update actions/checkout digest to 11bd719 2024-10-23 16:02:17 +00:00
a0dbdd583e Merge pull request 'chore(deps): update actions/checkout digest to eef6144' (#8) from renovate/actions-checkout-digest into main
All checks were successful
Fetch upstream (CDI) / fetch-upstream (push) Successful in 1m57s
Fetch upstream / fetch-upstream (push) Successful in 16s
Reviewed-on: #8
2024-10-10 05:58:52 -05:00
d1fba9c9d8 chore(deps): update actions/checkout digest to eef6144 2024-10-07 18:02:51 +00:00
5 changed files with 2 additions and 5789 deletions

View file

@ -18,7 +18,7 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with: with:
fetch-depth: 0 fetch-depth: 0

View file

@ -18,7 +18,7 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with: with:
fetch-depth: 0 fetch-depth: 0

File diff suppressed because it is too large Load diff

View file

@ -1,18 +0,0 @@
apiVersion: cdi.kubevirt.io/v1beta1
kind: CDI
metadata:
name: cdi
spec:
config:
featureGates:
- HonorWaitForFirstConsumer
imagePullPolicy: IfNotPresent
infra:
nodeSelector:
kubernetes.io/os: linux
tolerations:
- key: CriticalAddonsOnly
operator: Exists
workload:
nodeSelector:
kubernetes.io/os: linux

View file

@ -1,8 +0,0 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- 1-cdi-operator.yaml
- 2-cdi-cr.yaml