Getdeck / getdeck

A CLI that creates reproducible Kubernetes environments for development and testing

Home Page:https://getdeck.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: invalid kube version '1.22+': Invalid Semantic Version

Schille opened this issue · comments

Trying the Epinio Deckfile with Beiboot returned this error:

Traceback (most recent call last):
  File "getdeck.__main__", line 145, in main
  File "getdeck.api.utils", line 10, in wrapper
  File "getdeck.api.get", line 64, in run_deck
  File "getdeck.api.get", line 57, in run_deck
  File "getdeck.sources.utils", line 56, in prepare_k8s_workload_for_deck
  File "getdeck.sources.fetcher", line 84, in fetch_source_files
  File "getdeck.sources.fetcher", line 43, in fetch
  File "getdeck.sources.file", line 95, in fetch_https
  File "getdeck.sources.tooler", line 156, in fetch_http
  File "getdeck.sources.tooler", line 150, in fetch_remote
  File "getdeck.sources.tooler", line 183, in run_tooler
  File "getdeck.sources.tooler", line 45, in run
  File "docker.models.containers", line 848, in run
docker.errors.ContainerError: Command 'bash -c "helm repo add this https://charts.jetstack.io && helm template cert-manager this/cert-manager --include-crds --namespace cert-manager --set extraArgs[0]=--enable-certificate-owner-ref=true --set version=v1.8.0 --output-dir /output --kube-version 1.22+ --api-versions 1.22+"' in image 'deck-tooler:0.9.4' returned non-zero exit status 1: b"Error: invalid kube version '1.22+': Invalid Semantic Version\n"
[CRITICAL] There was an error running deck: Command 'bash -c "helm repo add this https://charts.jetstack.io && helm template cert-manager this/cert-manager --include-crds --namespace cert-manager --set extraArgs[0]=--enable-certificate-owner-ref=true --set version=v1.8.0 --output-dir /output --kube-version 1.22+ --api-versions 1.22+"' in image 'deck-tooler:0.9.4' returned non-zero exit status 1: b"Error: invalid kube version '1.22+': Invalid Semantic Version\n"