Skip to content

Commit

Permalink
Update vdo-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
asifdxtreme committed Apr 26, 2022
1 parent a6b403d commit 7627513
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions artifacts/vanilla/vdo-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -671,12 +671,20 @@ subjects:
apiVersion: v1
data:
auto-upgrade: disabled
versionConfigURL: https://github.com/vmware-tanzu/vsphere-kubernetes-drivers-operator/releases/download/0.1.1/compatibility.yaml
versionConfigURL: https://github.com/vmware-tanzu/vsphere-kubernetes-drivers-operator/releases/download/0.3.0-rc/compatibility.yaml
kind: ConfigMap
metadata:
name: compat-matrix-config
namespace: vmware-system-vdo
---
apiVersion: vdo.vmware.com/v1alpha1
kind: CompatibilityConfig
metadata:
name: compat-matrix-config
namespace: vmware-system-vdo
spec:
matrixURL: "https://github.com/vmware-tanzu/vsphere-kubernetes-drivers-operator/releases/download/0.3.0-rc/compatibility.yaml"
---
apiVersion: v1
data:
controller_manager_config.yaml: |
Expand Down Expand Up @@ -779,7 +787,7 @@ spec:
configMapKeyRef:
key: auto-upgrade
name: compat-matrix-config
image: vmware.com/vdo:0.2.0-1-g5bf9500
image: projects.registry.vmware.com/vsphere_kubernetes_driver_operator/vdo@sha256:a46a09376084d2cda3a6f240cd80e4b40fe8a97a6a8348fd46375dc9f4e53804
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down

0 comments on commit 7627513

Please sign in to comment.