Skip to content

Commit f037026

Browse files
authored
chore: update to action crunchy 1.0.1 (#2359)
1 parent 54d0ab0 commit f037026

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/.deployer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
tag: ${{ inputs.tag || steps.pr.outputs.pr }}
8989
triggered: ${{ steps.deploy.outputs.triggered }}
9090
steps:
91-
- uses: bcgov/[email protected].0
91+
- uses: bcgov/[email protected].1
9292
name: Deploy Crunchy
9393
id: deploy_crunchy
9494
with:

.github/workflows/pr-close.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
name: Remove DB User from Crunchy
2929
runs-on: ubuntu-24.04
3030
steps:
31-
- uses: bcgov/[email protected].0
31+
- uses: bcgov/[email protected].1
3232
name: Remove PR Specific User
3333
with:
3434
oc_namespace: ${{ secrets.oc_namespace }}
3535
oc_token: ${{ secrets.oc_token }}
3636
oc_server: ${{ vars.oc_server }}
37+
values_file: charts/crunchy/values.yml

0 commit comments

Comments
 (0)