Skip to content

Commit

Permalink
Merge pull request #102 from kloeckner-i/METAL-3173/charts_migration
Browse files Browse the repository at this point in the history
METAL-3173/charts old artifacts are moved to gh-pages branch
  • Loading branch information
hyunysmile committed Dec 9, 2021
2 parents 18e602d + 484ad30 commit 0523cc8
Show file tree
Hide file tree
Showing 53 changed files with 5 additions and 246 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v3.4.0
version: v3.4.1

- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: helm
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ build: $(SRC) ## build db-operator docker image
@docker save my-db-operator > my-image.tar

helm: ## install helm if not exist and install local chart using helm upgrade --install command
@helm upgrade --install --create-namespace --namespace operator my-dboperator helm/db-operator -f helm/db-operator/values.yaml -f helm/db-operator/values-local.yaml
@helm upgrade --install --create-namespace --namespace operator my-dboperator charts/db-operator -f charts/db-operator/values.yaml -f charts/db-operator/values-local.yaml

helm-lint: ## lint helm manifests
@helm lint -f helm/db-operator/values.yaml -f helm/db-operator/ci/ci-1.yaml --strict ./helm/db-operator
@helm lint -f helm/db-instances/values.yaml --strict ./helm/db-instances
@helm lint -f charts/db-operator/values.yaml -f charts/db-operator/ci/ci-1.yaml --strict ./charts/db-operator
@helm lint -f charts/db-instances/values.yaml --strict ./charts/db-instances

addexamples: ## add examples via kubectl create -f examples/
cd ./examples/; ls | while read line; do kubectl apply -f $$line; done
Expand Down Expand Up @@ -83,7 +83,7 @@ k3d_image: build
## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
manifests: controller-gen ## generate custom resource definitions
$(CONTROLLER_GEN) crd rbac:roleName=manager-role webhook paths="./..." output:crd:artifacts:config=config/crd/bases
$(CONTROLLER_GEN) crd webhook paths="./..." output:crd:artifacts:config=helm/db-operator/files/gen/crd
$(CONTROLLER_GEN) crd webhook paths="./..." output:crd:artifacts:config=charts/db-operator/files/gen/crd

## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.
generate: controller-gen ## generate supporting code for custom resource types
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file removed helm/db-instances-0.1.0.tgz
Binary file not shown.
Binary file removed helm/db-instances-0.2.0.tgz
Binary file not shown.
Binary file removed helm/db-instances-0.3.0.tgz
Binary file not shown.
Binary file removed helm/db-instances-0.3.1.tgz
Binary file not shown.
Binary file removed helm/db-instances-0.4.0.tgz
Binary file not shown.
Binary file removed helm/db-instances-0.5.0.tgz
Binary file not shown.
Binary file removed helm/db-instances-0.5.1.tgz
Binary file not shown.
Binary file removed helm/db-operator-0.1.0.tgz
Binary file not shown.
Binary file removed helm/db-operator-0.1.1.tgz
Binary file not shown.
Binary file removed helm/db-operator-0.2.0.tgz
Binary file not shown.
Binary file removed helm/db-operator-0.3.0.tgz
Binary file not shown.
Binary file removed helm/db-operator-0.4.0.tgz
Binary file not shown.
Binary file removed helm/db-operator-0.4.1.tgz
Binary file not shown.
Binary file removed helm/db-operator-0.4.2.tgz
Binary file not shown.
Binary file removed helm/db-operator-0.5.0.tgz
Binary file not shown.
Binary file removed helm/db-operator-0.5.1.tgz
Binary file not shown.
Binary file removed helm/db-operator-0.6.0.tgz
Binary file not shown.
Binary file removed helm/db-operator-0.6.1.tgz
Binary file not shown.
Binary file removed helm/db-operator-0.6.2.tgz
Binary file not shown.
Binary file removed helm/db-operator-0.6.4.tgz
Binary file not shown.
Binary file removed helm/db-operator-0.6.5.tgz
Binary file not shown.
Binary file removed helm/db-operator-0.6.6.tgz
Binary file not shown.
Binary file removed helm/db-operator-0.6.7.tgz
Binary file not shown.
Binary file removed helm/db-operator-0.6.8.tgz
Binary file not shown.
Binary file removed helm/db-operator-0.6.9.tgz
Binary file not shown.
239 changes: 0 additions & 239 deletions helm/index.yaml

This file was deleted.

0 comments on commit 0523cc8

Please sign in to comment.