Skip to content

Commit 7224f9f

Browse files
chore: move over the helm chart for the ui from the operator repo
Signed-off-by: Harikrishnan Balagopal <[email protected]>
1 parent b9bf6e9 commit 7224f9f

23 files changed

+2
-1000
lines changed

.github/workflows/release.yml

-14
Original file line numberDiff line numberDiff line change
@@ -87,20 +87,6 @@ jobs:
8787
tag: ${{ github.event.inputs.tag }}
8888
prev_tag: ${{ github.event.inputs.prev_tag }}
8989
config: releasenotes-config.js
90-
- uses: azure/setup-helm@v1
91-
- run: IMAGE_TAG='${{ github.event.inputs.tag }}' make prepare-for-release
92-
- run: helm package helm-charts/move2kube
93-
- run: mkdir temp/
94-
- run: mv *.tgz temp/
95-
- run: curl -L -o oldindex.yaml https://move2kube.konveyor.io/index.yaml
96-
- run: helm repo index --merge oldindex.yaml --url https://github.com/konveyor/move2kube-operator/releases/download/${{ github.event.inputs.tag }} temp/
97-
- uses: HarikrishnanBalagopal/upload-release-action@v3
98-
with:
99-
repo_token: ${{ secrets.GITHUB_TOKEN }}
100-
tag: ${{ github.event.inputs.tag }}
101-
file: temp/*
102-
file_glob: true
103-
overwrite: true
10490
- name: slack notification
10591
uses: rtCamp/action-slack-notify@v2
10692
env:

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ FROM quay.io/operator-framework/helm-operator:v1.0.1
33

44
ENV HOME=/opt/helm
55
COPY watches.yaml ${HOME}/watches.yaml
6-
COPY helm-charts ${HOME}/helm-charts
6+
# COPY helm-charts ${HOME}/helm-charts
77
WORKDIR ${HOME}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Operator to orchestrate [Move2Kube UI](https://github.com/konveyor/move2kube-ui)
1818

1919
### Helm chart
2020

21-
See the instructions given in https://github.com/konveyor/move2kube-operator/blob/main/helm-charts/move2kube/README.md
21+
See the instructions given in https://github.com/konveyor/move2kube-ui/blob/main/helm-charts/move2kube/README.md
2222

2323
## Discussion
2424

helm-charts/move2kube/Chart.yaml

-9
This file was deleted.

helm-charts/move2kube/LICENSE

-202
This file was deleted.

helm-charts/move2kube/README.md

-56
This file was deleted.

helm-charts/move2kube/templates/NOTES.txt

-13
This file was deleted.

helm-charts/move2kube/templates/auth-server-deployment.yaml

-65
This file was deleted.

helm-charts/move2kube/templates/auth-server-secret.yaml

-9
This file was deleted.

0 commit comments

Comments
 (0)