Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
223c339581 |
5 changed files with 7983 additions and 3 deletions
|
@ -11,14 +11,14 @@ on:
|
|||
|
||||
env:
|
||||
# renovate: datasource=github-releases depName=kubevirt/containerized-data-importer
|
||||
KUBEVIRTCDI_VERSION: v1.60.3
|
||||
KUBEVIRTCDI_VERSION: v1.60.2
|
||||
|
||||
jobs:
|
||||
fetch-upstream:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
7958
deploy/1-kubevirt-operator.yaml
Normal file
7958
deploy/1-kubevirt-operator.yaml
Normal file
File diff suppressed because it is too large
Load diff
14
deploy/2-kubevirt-cr.yaml
Normal file
14
deploy/2-kubevirt-cr.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
apiVersion: kubevirt.io/v1
|
||||
kind: KubeVirt
|
||||
metadata:
|
||||
name: kubevirt
|
||||
namespace: kubevirt
|
||||
spec:
|
||||
certificateRotateStrategy: {}
|
||||
configuration:
|
||||
developerConfiguration:
|
||||
featureGates: []
|
||||
customizeComponents: {}
|
||||
imagePullPolicy: IfNotPresent
|
||||
workloadUpdateStrategy: {}
|
8
deploy/kustomization.yaml
Normal file
8
deploy/kustomization.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- 1-kubevirt-operator.yaml
|
||||
- 2-kubevirt-cr.yaml
|
||||
|
Loading…
Reference in a new issue