projectsyn / component-backup-k8up

Commodore component to manage K8up (https://k8up.io)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chart version used to retrieve k8up CRDs

anothertobi opened this issue · comments

In https://github.com/projectsyn/component-backup-k8up/blob/master/class/backup-k8up.yml#L9 the chart version is used to retrieve the versioned CRD of k8up. Since the chart version can be different from the app version this can result in version conflicts.

Steps to Reproduce the Problem

  1. Configure backup_k8up:charts:k8up as 1.0.5
  2. Compile catalog

Actual Behavior

Error:

404 Client Error: Not Found for url: https://github.com/vshn/k8up/releases/download/v1.0.5/k8up-crd.yaml

Expected Behavior

The CRD is being retrieved with the app version instead of the chart version