Ver Fonte

v1.0.0 -> 1.0.0

Josh Bicking há 2 semanas atrás
pai
commit
d52da39cc9
2 ficheiros alterados com 27 adições e 1 exclusões
  1. 26 0
      argocd/applications.yaml
  2. 1 1
      argocd/infra/velero/values.yaml

+ 26 - 0
argocd/applications.yaml

@@ -556,3 +556,29 @@ spec:
       - CreateNamespace=true
     automated:
       enabled: true
+---
+apiVersion: argoproj.io/v1alpha1
+kind: Application
+metadata:
+  name: velero
+  namespace: argocd
+spec:
+  destination:
+    namespace: velero
+    server: https://kubernetes.default.svc
+  project: default
+  sources:
+  - repoURL: https://vmware-tanzu.github.io/helm-charts
+    targetRevision: '11.3.2'
+    chart: velero
+    helm:
+      valueFiles:
+        - $values/argocd/infra/velero/values.yaml
+  - repoURL: https://gogs.jibby.org/jhb2345/server
+    ref: values
+    targetRevision: HEAD
+  syncPolicy:
+    syncOptions:
+      - CreateNamespace=true
+    automated:
+      enabled: true

+ 1 - 1
argocd/infra/velero/values.yaml

@@ -12,7 +12,7 @@ initContainers:
       - mountPath: /target
         name: plugins
   - name: velero-plugin-for-webdav
-    image: talinx/velero-plugin-for-webdav:v1.0.0
+    image: talinx/velero-plugin-for-webdav:1.0.0
     imagePullPolicy: IfNotPresent
     volumeMounts:
       - mountPath: /target