generated from bcgov/quickstart-openshift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update deployer, which is affected by this update
- Loading branch information
1 parent
36fff4f
commit 6e770cb
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
runs-on: ubuntu-24.04 | ||
steps: | ||
- name: OpenShift Init | ||
uses: bcgov-nr/[email protected].0 | ||
uses: bcgov-nr/[email protected].1 | ||
with: | ||
oc_namespace: ${{ vars.OC_NAMESPACE }} | ||
oc_server: ${{ vars.OC_SERVER }} | ||
|
@@ -66,7 +66,7 @@ jobs: | |
file: common/openshift.fluentbit.yml | ||
overwrite: true | ||
steps: | ||
- uses: bcgov-nr/[email protected].0 | ||
- uses: bcgov-nr/[email protected].1 | ||
with: | ||
file: ${{ matrix.file }} | ||
oc_namespace: ${{ vars.OC_NAMESPACE }} | ||
|
@@ -86,7 +86,7 @@ jobs: | |
runs-on: ubuntu-24.04 | ||
steps: | ||
- name: OpenShift Init | ||
uses: bcgov-nr/[email protected].0 | ||
uses: bcgov-nr/[email protected].1 | ||
with: | ||
oc_namespace: ${{ vars.OC_NAMESPACE }} | ||
oc_server: ${{ vars.OC_SERVER }} | ||
|
@@ -150,7 +150,7 @@ jobs: | |
file: common/openshift.fluentbit.yml | ||
overwrite: true | ||
steps: | ||
- uses: bcgov-nr/[email protected].0 | ||
- uses: bcgov-nr/[email protected].1 | ||
with: | ||
file: ${{ matrix.file }} | ||
oc_namespace: ${{ vars.OC_NAMESPACE }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ jobs: | |
[Main Merge Workflow](https://github.com/${{ github.repository }}/actions/workflows/merge-main.yml) | ||
- name: OpenShift Init | ||
uses: bcgov-nr/[email protected].0 | ||
uses: bcgov-nr/[email protected].1 | ||
with: | ||
oc_namespace: ${{ vars.OC_NAMESPACE }} | ||
oc_server: ${{ vars.OC_SERVER }} | ||
|
@@ -127,7 +127,7 @@ jobs: | |
- name: fluentbit | ||
file: common/openshift.fluentbit.yml | ||
steps: | ||
- uses: bcgov-nr/[email protected].0 | ||
- uses: bcgov-nr/[email protected].1 | ||
with: | ||
file: ${{ matrix.file }} | ||
oc_namespace: ${{ vars.OC_NAMESPACE }} | ||
|