Skip to content

Commit

Permalink
chore: updated init container
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Aug 27, 2024
1 parent 162d9db commit be3ae16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
packages: write
strategy:
matrix:
package: [backend, common, database, frontend, legacy, processor]
package: [backend, database, frontend, legacy, processor]
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion legacy/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ objects:
claimName: ${NAME}-${ZONE}-${COMPONENT}
initContainers:
- name: ${NAME}-init
image: ${REGISTRY}/bcgov/${NAME}/common:${ZONE}
image: ${REGISTRY}/bcgov/nr-forest-client-commons/certextractor:0.1.35
imagePullPolicy: Always
env:
- name: ORACLEDB_HOST
Expand Down

0 comments on commit be3ae16

Please sign in to comment.