Skip to content
This repository was archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #90 from bcgov/smk-cdci
Browse files Browse the repository at this point in the history
Remove helm chart
  • Loading branch information
franTarkenton authored Jan 22, 2021
2 parents 23df80c + f7af42a commit d85e1dd
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 368 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,9 @@ jobs:
# - helm chart creates the image pull secret
# - tries to use it with the service account
# - service account hasn't been granted access
helm upgrade $REPONAME ./helm-charts --install \
# helm upgrade $REPONAME ./helm-charts --install \
helm repo add smk-helms https://bcgov.github.io/smk-helms/
helm upgrade $REPONAME smk-helms/smk-app-deploy --install \
--set app_name=$REPONAME \
--set env=dev \
--set app_image_pull_secret_params.email=$EMAIL \
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/deploy_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,17 @@ jobs:
DOCKER_VERSION_TAG=${{ steps.retrieveimagetag.outputs.DOCKER_VERSION_TAG }}
IMAGE_REGISTRY=${{ steps.retrieveimagetag.outputs.IMAGE_REGISTRY }}
REPONAME=${{ steps.retrieveimagetag.outputs.REPONAME }}
IMAGE_PULL_SECRET_NAME=${REPONAME}-image-pull-secret
# extract deploy name from the template
helm upgrade $REPONAME ./helm-charts --install \
#helm upgrade $REPONAME ./helm-charts --install \
helm repo add smk-helms https://bcgov.github.io/smk-helms/
helm upgrade $REPONAME smk-helms/smk-app-deploy --install \
--set app_name=$REPONAME \
--set env=prd \
--set app_image_pull_secret_params.name=github-imagepull-secrets \
--set app_image_pull_secret_params.email=$EMAIL \
--set app_image_pull_secret_params.password=$GHCR_TOKEN \
--set app_image_pull_secret_params.name=$IMAGE_PULL_SECRET_NAME \
--set app_image_pull_secret_params.imagetag=$DOCKER_VERSION_TAG \
--set app_image_pull_secret_params.registry=$IMAGE_REGISTRY
Expand Down
23 changes: 0 additions & 23 deletions helm-charts/.helmignore

This file was deleted.

23 changes: 0 additions & 23 deletions helm-charts/Chart.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions helm-charts/templates/NOTES.txt

This file was deleted.

71 changes: 0 additions & 71 deletions helm-charts/templates/_helpers.tpl

This file was deleted.

82 changes: 0 additions & 82 deletions helm-charts/templates/smk-app-deploymentConfig.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions helm-charts/templates/smk-app-gwaroutes-nsp.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions helm-charts/templates/smk-app-imagepullsecret.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions helm-charts/templates/smk-app-route.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions helm-charts/templates/smk-app-service.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions helm-charts/templates/smk-app-web-nsp.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions helm-charts/templates/tests/test-connection.yaml

This file was deleted.

Loading

0 comments on commit d85e1dd

Please sign in to comment.