Skip to content

Commit

Permalink
ci: Using imagestreams once again.. (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot authored Jan 8, 2024
1 parent 84cb02e commit c56d058
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
package: ${{ matrix.package }}
tag: ${{ needs.vars.outputs.pr }}
tag_fallback: latest
triggers: ('${{ matrix.package }}/')
triggers: '${{ matrix.package }}/' #omit to build everything

# https://github.com/bcgov-nr/action-deployer-openshift
deploys:
Expand All @@ -84,6 +84,6 @@ jobs:
environment: dev
release: ${{ needs.vars.outputs.pr }}
tag: ${{ needs.vars.outputs.pr }}
triggers: ('tps-migration' 'dops/' 'frontend/' 'vehicles/')
triggers: '' #omit=always;
vault_role: nonprod
vault_zone: dev
5 changes: 5 additions & 0 deletions charts/onroutebc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ global:
secrets:
annotation:
helm.sh/policy: "keep"
# The image registry of OpenShift. It is used in conjunction with ImageStreams which is a OpenShift specific resource.
openshiftImageRegistry: "image-registry.openshift-image-registry.svc:5000"
#enable pulling from image streams
imagestreams:
enabled: true
domain: "apps.silver.devops.gov.bc.ca" # it is required, apps.silver.devops.gov.bc.ca for silver cluster
vault:
role: "nonprod"
Expand Down

0 comments on commit c56d058

Please sign in to comment.