Skip to content
New issue

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

Adding content for public helm repo #31

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added aws-s3-csi-driver-0.1.0.tgz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is checking in this tarball temporary to test out your changes? I'd imagine we'd want to pull any artifacts from CI.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from my research, the tarball is necessary for public helm repos, the other drivers don't need to do it because they are in the kubernetes-sigs group that seems to do something behind the scenes on packaging the drivers

Binary file not shown.
23 changes: 23 additions & 0 deletions index.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
apiVersion: v1
entries:
aws-s3-csi-driver:
- apiVersion: v2
created: "2023-11-06T18:07:47.713055437Z"
description: A Helm chart for AWS S3 CSI Driver
digest: 5822a6c9902ca7f1ecfb19b8b7919c42b36e60f54eaa1382f61daf57fd100b74
home: https://github.com/awslabs/aws-s3-csi-driver
keywords:
- aws
- s3
- csi
kubeVersion: '>=1.17.0-0'
maintainers:
- name: AWS S3
url: https://github.com/awslabs/aws-s3-csi-driver
name: aws-s3-csi-driver
sources:
- https://github.com/awslabs/aws-s3-csi-driver
urls:
- aws-s3-csi-driver-0.1.0.tgz
version: 0.1.0
generated: "2023-11-06T18:07:47.711213843Z"
Loading