I'm getting errors when running helm sync as described here: https://jenkins-x.io/v3/admin/platforms/on-premises/vault/
Using kubernetes 1.23.4 the command fails because of chart "vault-instance" using old API "apiextensions.k8s.io/v1beta1"
Upgrading release=vault-operator, chart=banzaicloud-stable/vault-operator
Upgrading release=vault-instance, chart=jxgh/vault-instance
Release "vault-instance" does not exist. Installing it now.
Release "vault-operator" does not exist. Installing it now.
FAILED RELEASES:
NAME
vault-instance
vault-operator
in ./helmfile.yaml: 2 errors:
err 0: failed processing release vault-instance: command "/usr/sbin/helm" exited with non-zero status:
STDERR:
Error: chart "vault-instance" matching 1.0.15 not found in jxgh index. (try 'helm repo update'): no chart version found for vault-instance-1.0.15
COMBINED OUTPUT:
Release "vault-instance" does not exist. Installing it now.
Error: chart "vault-instance" matching 1.0.15 not found in jxgh index. (try 'helm repo update'): no chart version found for vault-instance-1.0.15
err 1: failed processing release vault-operator: command "/usr/sbin/helm" exited with non-zero status:
STDERR:
Error: failed to install CRD crds/crd.yaml: resource mapping not found for name: "vaults.vault.banzaicloud.com" namespace: "" from "": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
ensure CRDs are installed first
COMBINED OUTPUT:
Release "vault-operator" does not exist. Installing it now.
Error: failed to install CRD crds/crd.yaml: resource mapping not found for name: "vaults.vault.banzaicloud.com" namespace: "" from "": no matches for kind "CustomResourceDefinition" in version "apiextensions.k8s.io/v1beta1"
ensure CRDs are installed first
With the latest version here vault-instance chart version 1.0.15 is used and oldest available in the new repo is 1.0.20. Latest would be as of 10.11.2022 1.0.27
Hi,
I'm getting errors when running helm sync as described here: https://jenkins-x.io/v3/admin/platforms/on-premises/vault/ Using kubernetes 1.23.4 the command fails because of chart "vault-instance" using old API "apiextensions.k8s.io/v1beta1"
This output was only possible after updating the chart repository from jx3 to jxgh ("new" github repo) jxgh https://jenkins-x-charts.github.io/repo
With the latest version here vault-instance chart version 1.0.15 is used and oldest available in the new repo is 1.0.20. Latest would be as of 10.11.2022 1.0.27