Skip to content

Commit

Permalink
remove selected counties from beta deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
Battlestad committed May 7, 2024
1 parent f24c89a commit 0e6105f
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 422 deletions.
24 changes: 23 additions & 1 deletion .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: docker/metadata-action@v5
id: meta
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
images: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
tags: type=sha,enable=true,priority=100,prefix=shaF-,suffix=,format=short

- name: Build and push Docker image
Expand Down Expand Up @@ -75,6 +75,28 @@ jobs:
exclude:
- org: fintlabs-no
cluster: aks-api-fint-2022-02-08
- org: afk-no
cluster: aks-beta-fint-2021-11-23
- org: agderfk-no
cluster: aks-beta-fint-2021-11-23
- org: bfk-no
cluster: aks-beta-fint-2021-11-23
- org: ffk-no
cluster: aks-beta-fint-2021-11-23
- org: innlandetfylke-no
cluster: aks-beta-fint-2021-11-23
- org: mrfylke-no
cluster: aks-beta-fint-2021-11-23
- org: nfk-no
cluster: aks-beta-fint-2021-11-23
- org: rogfk-no
cluster: aks-beta-fint-2021-11-23
- org: telemarkfylke-no
cluster: aks-beta-fint-2021-11-23
- org: tromsfylke-no
cluster: aks-beta-fint-2021-11-23
- org: vestfoldfylke-no
cluster: aks-beta-fint-2021-11-23

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
images: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
tags: |
type=sha,enable=true,priority=100,prefix=sha-,suffix=,format=short
Expand Down
39 changes: 0 additions & 39 deletions kustomize/overlays/afk-no/beta/kustomization.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions kustomize/overlays/agderfk-no/beta/kustomization.yaml

This file was deleted.

39 changes: 0 additions & 39 deletions kustomize/overlays/bfk-no/beta/kustomization.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions kustomize/overlays/ffk-no/beta/kustomization.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions kustomize/overlays/innlandetfylke-no/beta/kustomization.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions kustomize/overlays/mrfylke-no/beta/kustomization.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions kustomize/overlays/nfk-no/beta/kustomization.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions kustomize/overlays/rogfk-no/beta/kustomization.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions kustomize/overlays/telemarkfylke-no/beta/kustomization.yaml

This file was deleted.

Loading

0 comments on commit 0e6105f

Please sign in to comment.