Skip to content

Commit

Permalink
Bump cdi version to v1.61 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
chomatdam authored Dec 1, 2024
1 parent 7ebbda2 commit 2da0250
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kustomization

resources:
- https://github.com/kubevirt/kubevirt/releases/download/v1.4.0/kubevirt-operator.yaml
- https://github.com/kubevirt/containerized-data-importer/releases/download/v1.59.0/cdi-operator.yaml
- https://github.com/kubevirt/containerized-data-importer/releases/download/v1.61.0/cdi-operator.yaml

commonAnnotations:
argocd.argoproj.io/sync-wave: "-10"
4 changes: 0 additions & 4 deletions gitops/components/kubevirt/kustomize/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ spec:
resourceName: cdi-apiserver
patch: '{"spec":{"template":{"spec": {"hostNetwork": true}}}}'
type: strategic
- resourceType: Deployment
resourceName: cdi-apiserver
patch: '[{"op": "add", "path": "/spec/template/spec/containers/0/ports/0/containerPort", "value": 8443}]'
type: json
imagePullPolicy: IfNotPresent
infra:
nodeSelector:
Expand Down

0 comments on commit 2da0250

Please sign in to comment.