Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
fix helm
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Dec 1, 2023
1 parent fd49b74 commit e0218ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@ jobs:
--set global.autoscaling=${{ inputs.autoscaling }} \
--set-string global.repository=${{ github.repository }} \
--set-string global.secrets.databasePassword=${{ secrets.DB_PASSWORD }} \
--set-string backend.containers[0].tag="${{ env.package_tag }}" \
--set-string backend.initContainers[0].tag="${{ env.package_tag }}" \
--set-string frontend.containers[0].tag="${{ env.package_tag }}" \
--set-string global.tag="${{ env.package_tag }}" \
--install --wait --atomic ${{ env.repo_release }} \
--timeout ${{ inputs.timeout-minutes }}m \
--values ${{ inputs.values }} .
Expand Down
4 changes: 2 additions & 2 deletions charts/nr-data-access/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ global:
helm.sh/policy: "keep"
domain: "apps.silver.devops.gov.bc.ca" # it is required, apps.silver.devops.gov.bc.ca for silver cluster
openshiftImageRegistry: "image-registry.openshift-image-registry.svc:5000"
databaseAlias: bitnami-pg # this is the alias for bitnami postgres, change it based on db type(crunchy,patroni...) and alias used in the chart.

podAnnotations: |
app.kubernetes.io/timestamp: {{now | toString }}
workflows:
enabled: true
deployment: # can be either a statefulSet or a deployment not both
Expand Down

0 comments on commit e0218ed

Please sign in to comment.