Skip to content

Commit

Permalink
chore(deps): update actions-hub/kubectl action to v1.32.2 (#4820)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 13, 2025
1 parent 889bca1 commit ebc83c8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,16 +413,16 @@ jobs:
uses: actions/checkout@v4

- name: Deploy pgtileserv to kubernetes
uses: actions-hub/[email protected].1
uses: actions-hub/[email protected].2
with:
args: apply -f backends/k8s/pgtileserv/yaml/pgtileserv-deployment.yaml

- name: Delete Secrets for pgtileserv
uses: actions-hub/[email protected].1
uses: actions-hub/[email protected].2
with:
args: delete secret pgtileserv-secrets --ignore-not-found -n ${{ env.PGTILESERV_NAMESPACE }}
- name: Create Secrets for pgtileserv
uses: actions-hub/[email protected].1
uses: actions-hub/[email protected].2
with:
args: create secret generic pgtileserv-secrets --from-literal=DATABASE_URL=${{ secrets.DATABASE_URL }} -n ${{ env.PGTILESERV_NAMESPACE }}

Expand All @@ -440,15 +440,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Delete Secrets
uses: actions-hub/[email protected].1
uses: actions-hub/[email protected].2
with:
args: delete secret ingest-secrets --ignore-not-found -n ${{ env.DEPLOYMENT_NAMESPACE }}
- name: Create Secrets
uses: actions-hub/[email protected].1
uses: actions-hub/[email protected].2
with:
args: create secret generic ingest-secrets --from-literal=AZURE_STORAGE_CONNECTION_STRING=${{ secrets.AZURE_STORAGE_CONNECTION_STRING }} --from-literal=SERVICE_BUS_CONNECTION_STRING=${{ secrets.SERVICE_BUS_CONNECTION_STRING }} --from-literal=AZURE_WEBPUBSUB_CONNECTION_STRING=${{ secrets.AZURE_WEBPUBSUB_CONNECTION_STRING }} -n ${{ env.DEPLOYMENT_NAMESPACE }}
- name: Deploy ingest to kubernetes
uses: actions-hub/[email protected].1
uses: actions-hub/[email protected].2
env:
SERVICE_BUS_CONNECTION_STRING: ${{ secrets.SERVICE_BUS_CONNECTION_STRING }}
with:
Expand All @@ -469,7 +469,7 @@ jobs:
uses: actions/checkout@v4

- name: Deploy cogserver-dev to kubernetes
uses: actions-hub/[email protected].1
uses: actions-hub/[email protected].2
with:
args: apply -f backends/k8s/cogserver/yaml/cogserver-dev-deployment.yaml

Expand All @@ -488,7 +488,7 @@ jobs:
uses: actions/checkout@v4

- name: Deploy cogserver to kubernetes
uses: actions-hub/[email protected].1
uses: actions-hub/[email protected].2
with:
args: apply -f backends/k8s/cogserver/yaml/cogserver-deployment.yaml

Expand All @@ -507,15 +507,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Delete Secrets
uses: actions-hub/[email protected].1
uses: actions-hub/[email protected].2
with:
args: delete secret stac-secrets --ignore-not-found -n ${{ env.DEPLOYMENT_NAMESPACE }}
- name: Create Secrets
uses: actions-hub/[email protected].1
uses: actions-hub/[email protected].2
with:
args: create secret generic stac-secrets --from-literal=AZURE_STORAGE_CONNECTION_STRING=${{ secrets.AZURE_STORAGE_CONNECTION_STRING }} --from-literal=AZURE_SERVICE_BUS_CONNECTION_STRING=${{ secrets.AZURE_SERVICE_BUS_CONNECTION_STRING }} --from-literal=AZURE_SERVICE_BUS_QUEUE_NAME=${{ env.AZURE_SERVICE_BUS_QUEUE_NAME }} --from-literal=EOG_USER=${{ secrets.EOG_USER }} --from-literal=EOG_PASSWORD=${{ secrets.EOG_PASSWORD }} -n ${{ env.DEPLOYMENT_NAMESPACE }}
- name: Deploy ingest to kubernetes
uses: actions-hub/[email protected].1
uses: actions-hub/[email protected].2
env:
AZURE_SERVICE_BUS_CONNECTION_STRING: ${{ secrets.AZURE_SERVICE_BUS_CONNECTION_STRING }}
with:
Expand Down

0 comments on commit ebc83c8

Please sign in to comment.