We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environmental Info:
Hauler Version:
Describe the Bug:
Chart.yaml file is missing
Steps to Reproduce:
### ----------------------------------------- ### Ingress Nginx ### ----------------------------------------- --- apiVersion: content.hauler.cattle.io/v1alpha1 kind: Images metadata: name: ingress-nginx-images annotations: hauler.dev/platform: linux/amd64 spec: images: - name: registry.k8s.io/ingress-nginx/controller:v1.11.3 --- apiVersion: content.hauler.cattle.io/v1alpha1 kind: Charts metadata: name: ingress-nginx-charts spec: charts: - name: ingress-nginx repoURL: https://kubernetes.github.io/ingress-nginx version: 4.11.3
hauler store sync --files cluster-hauler-manifest.yaml`
Error: Chart.yaml file is missing Usage: hauler store sync [flags]
hauler store add chart ingress-nginx --repo https://kubernetes.github.io/ingress-nginx/ --version "4.11.3"
Expected Behavior:
Actual Behavior:
Additional Context:
### ----------------------------------------- ### Datashim ### ----------------------------------------- --- apiVersion: content.hauler.cattle.io/v1alpha1 kind: Images metadata: name: datashim-images annotations: hauler.dev/platform: linux/amd64 spec: images: - name: k8s.gcr.io/sig-storage/csi-attacher:v3.3.0 - name: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0 - name: k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2 - name: quay.io/datashim-io/dataset-operator:0.4.0 - name: quay.io/datashim-io/csi-nfs:f590a7f - name: quay.io/datashim-io/csi-s3:f590a7f --- apiVersion: content.hauler.cattle.io/v1alpha1 kind: Charts metadata: name: datashim-charts spec: charts: - name: datashim-charts repoURL: https://datashim-io.github.io/datashim version: 0.4.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environmental Info:
Hauler Version:
Describe the Bug:
Chart.yaml file is missing
Steps to Reproduce:
Expected Behavior:
Actual Behavior:
Additional Context:
The text was updated successfully, but these errors were encountered: