Skip to content

Commit

Permalink
Merge pull request #39 from kotalco/remove-eks-testing
Browse files Browse the repository at this point in the history
remove eks testing cluster
  • Loading branch information
mabdulmoghni authored Mar 23, 2024
2 parents bcc1eae + 15f7a2a commit 769a882
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/publish-cloud-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
# prod-managed-dashboard.yaml


testing_dashboard_on_Cloud-Providers:
update_dashboard_on-testing-k8s-clusters:
runs-on: ubuntu-latest
needs: [build]
if: github.event_name == 'push'
Expand Down Expand Up @@ -259,22 +259,5 @@ jobs:
kubeconfig: ${{ secrets.KUBECONFIG_DO_TESTING }}

- name: Testing and Update Kotal-Helm-Chart in DO with kotal dashboard new image [kotal.cloud]
run: |
helm upgrade kotal kotal-helm-chart/charts/kotal --install --wait --namespace=kotal --create-namespace --set-string "api.tag=${{ steps.core-api_latest_tag.outputs.version }}" --set-string "dashboard.tag=${SHORT_SHA}" --set "staging=true" --set=app.name=kotal --reuse-values --atomic
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_EKS_ADMIN }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_EKS_ADMIN }}
aws-region: eu-central-1

- name: K8s-set-context to EKS testing cluster
uses: azure/k8s-set-context@v1
with:
method: kubeconfig
kubeconfig: ${{ secrets.KUBECONFIG_EKS_TESTING }}

- name: Testing and Update Kotal-Helm-Chart in EKS with kotal dashboard new image
run: |
helm upgrade kotal kotal-helm-chart/charts/kotal --install --wait --namespace=kotal --create-namespace --set-string "api.tag=${{ steps.core-api_latest_tag.outputs.version }}" --set-string "dashboard.tag=${SHORT_SHA}" --set "staging=true" --set=app.name=kotal --reuse-values --atomic

0 comments on commit 769a882

Please sign in to comment.