You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't had a chance to look at this yet. The way the database-init-job,yaml works is it's looking for the image as bitnami/kubectl:{{ .Capabilities.KubeVersion.Major }}.{{ .Capabilities.KubeVersion.Minor }} which I did thinking that would ensure it used the version appropriate for the cluster but that may not be the case or Bitnami may not have all the versions available. Will need to investigate when I have time.
Using EKS, the version of k8s is
23+
so this fails when trying to downloadbitnami/kubectl:1.23+
imageThe text was updated successfully, but these errors were encountered: