helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

"uploaderType: kopia" / pod shows "--uploader-type=restic"

Open reefland opened this issue 2 years ago • 15 comments

What steps did you take and what happened:

I defined in my values.yaml:

uploaderType: kopia

The Deployment/Pod has --uploader-type=restic

What did you expect to happen:

I expected the pod to have upploader-type set to kopia not restic. I can't find much documented on this, but I saw references to kopia support being included in v1.10 and this seems to be the way to set it. v1.10 is my initial installation, this is not an upgraded install.

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

The restic backup is working fine, just not what I configured.

Environment:

  • helm version (use helm version):
$ helm version
version.BuildInfo{Version:"v3.10.3", GitCommit:"835b7334cfe2e5e27870ab3ed4135f136eecc704", GitTreeState:"clean", GoVersion:"go1.18.9"}
  • helm chart version and app version (use helm list -n <YOUR NAMESPACE>): Applied via ArgoCD:
  source:
    chart: velero
    repoURL: https://vmware-tanzu.github.io/helm-charts
    targetRevision: 3.1.0
  • Kubernetes version (use kubectl version):
$ sudo kubectl version --short
Client Version: v1.25.4+k3s1
Kustomize Version: v4.5.7
Server Version: v1.25.4+k3s1
  • Cloud provider or hardware configuration: Bare metal
  • OS (e.g. from /etc/os-release): Ubuntu 22.04.1

reefland avatar Jan 20 '23 21:01 reefland