Skip to content

Commit

Permalink
chore: remove old references to DLF in charts (#294)
Browse files Browse the repository at this point in the history
* build: add ability to specify versions for docker images of components and csi-plugins

Signed-off-by: SRIKUMAR VENUGOPAL <srikumarv@ie.ibm.com>

* build: remove csi-h3 from helm charts

Signed-off-by: SRIKUMAR VENUGOPAL <srikumarv@ie.ibm.com>

* build: include a new Github Action for releases

Signed-off-by: SRIKUMAR VENUGOPAL <srikumarv@ie.ibm.com>

* chore: remove old references to DLF in charts

Signed-off-by: SRIKUMAR VENUGOPAL <srikumarv@ie.ibm.com>

---------

Signed-off-by: SRIKUMAR VENUGOPAL <srikumarv@ie.ibm.com>
  • Loading branch information
srikumar003 authored Aug 11, 2023
1 parent cf6947a commit c18fd87
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 29 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@user.noreply.github.com"
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

Expand Down
2 changes: 1 addition & 1 deletion chart/charts/csi-sidecars-rbac/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: csi-sidecars-rbac
description: Dataset Lifecycle Framework chart, CSI Sidecars RBAC
description: Datashim CSI Sidecars RBAC
type: application
version: 0.1.0
appVersion: 0.1.0
14 changes: 7 additions & 7 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ csi-s3-chart:
tag: "latest"
sidecars: {} # in case you want to force override regardless of the csi-s3-chart/values.yaml

csi-h3-chart:
baseRepo: "carvicsforth"
# dockerRegistrySecret: "anothersecret"
csih3:
image: "csi-h3"
tag: "v1.2.0"
sidecars: {}
#csi-h3-chart:
# baseRepo: "carvicsforth"
## dockerRegistrySecret: "anothersecret"
# csih3:
# image: "csi-h3"
# tag: "v1.2.0"
# sidecars: {}
dataset-operator-chart:
# baseRepo: "quay.io/datashim"
# dockerRegistrySecret: "anothersecret"
Expand Down
16 changes: 0 additions & 16 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,20 +87,4 @@ details as environment variables, change the `useas` line to `dataset.0.useas: "
Feel free to explore our [examples](./examples)
## Roadmap
Have a look on our wiki for [Roadmap](https://github.com/IBM/dataset-lifecycle-framework/wiki/Roadmap)
## Contact
Reach out to us via email:
- Yiannis Gkoufas, <yiannisg@ie.ibm.com>
- Christian Pinto, <christian.pinto@ibm.com>
- Srikumar Venugopal, <srikumarv@ie.ibm.com>
## Acknowledgements
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 825061.
[H2020 evolve](https://www.evolve-h2020.eu/).
<img src="./pictures/evolve-logo.png" alt="H2020 evolve logo" width="150" height="24.07">
2 changes: 1 addition & 1 deletion src/csi-driver-nfs/chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: csi-nfs-chart
description: Dataset Lifecycle Framework chart, CSI NFS Chart
description: Datashim CSI NFS Chart
type: application
version: 0.1.0
appVersion: 0.1.0
2 changes: 1 addition & 1 deletion src/csi-h3/chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: csi-h3-chart
description: Dataset Lifecycle Framework chart, CSI H3 Chart
description: Datashim CSI H3 Chart
type: application
version: 0.1.0
appVersion: 0.1.0
2 changes: 1 addition & 1 deletion src/csi-s3/chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: csi-s3-chart
description: Dataset Lifecycle Framework chart, CSI S3 Chart
description: Datashim CSI S3 Chart
type: application
version: 0.1.0
appVersion: 0.1.0
2 changes: 1 addition & 1 deletion src/dataset-operator/chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: dataset-operator-chart
description: Dataset Lifecycle Framework, Dataset Operator chart
description: Datashim Dataset Operator chart
type: application
version: 0.1.0
appVersion: 0.1.0

0 comments on commit c18fd87

Please sign in to comment.