From bf320af3b2f26b6d3af8ce08e1071e3758d1dc74 Mon Sep 17 00:00:00 2001 From: Salima Hassouni <141415851+sahassou@users.noreply.github.com> Date: Fri, 5 Apr 2024 07:44:21 +0200 Subject: [PATCH] Dbp 714 change dev pipeline postgres user from spshdeveloper to name of database (#397) * DBP-714-Update Database Username to Match Database Name * DBP-714-Create a new release * DBP-714-Update Database Username to Match Database Name * DBP-714-Update Database Username to Match Database Name --- ...and-helm-publish-check-deploy-on-push-scheduled.yml | 10 +++++----- charts/dbildungs-iam-server/values.yaml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml b/.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml index 7db1ab3b3..3ba946cf8 100644 --- a/.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml +++ b/.github/workflows/image-and-helm-publish-check-deploy-on-push-scheduled.yml @@ -116,13 +116,13 @@ jobs: branch_meta: if: ${{ github.event_name == 'push' && !startsWith(github.ref_name,'dependabot/') }} - uses: dBildungsplattform/spsh-app-deploy/.github/workflows/get-branch-meta.yml@2 + uses: dBildungsplattform/spsh-app-deploy/.github/workflows/get-branch-meta.yml@3 create_branch_identifier: if: ${{ github.event_name == 'push' && !startsWith(github.ref_name,'dependabot/') }} needs: - branch_meta - uses: dBildungsplattform/spsh-app-deploy/.github/workflows/deploy-branch-to-namespace.yml@2 + uses: dBildungsplattform/spsh-app-deploy/.github/workflows/deploy-branch-to-namespace.yml@3 with: branch: ${{ needs.branch_meta.outputs.branch }} @@ -133,7 +133,7 @@ jobs: - create_branch_identifier - release_helm - build_image_on_push - uses: dBildungsplattform/spsh-app-deploy/.github/workflows/deploy.yml@2 + uses: dBildungsplattform/spsh-app-deploy/.github/workflows/deploy.yml@3 with: dbildungs_iam_server_branch: ${{ needs.branch_meta.outputs.ticket }} schulportal_client_branch: ${{ needs.branch_meta.outputs.ticket }} @@ -143,7 +143,7 @@ jobs: create_branch_identifier_for_deletion: if: ${{ github.event_name == 'delete' && github.event.ref_type == 'branch' }} - uses: dBildungsplattform/spsh-app-deploy/.github/workflows/deploy-branch-to-namespace.yml@2 + uses: dBildungsplattform/spsh-app-deploy/.github/workflows/deploy-branch-to-namespace.yml@3 with: branch: ${{ github.event.ref }} @@ -151,7 +151,7 @@ jobs: if: ${{ github.event_name == 'delete' && github.event.ref_type == 'branch'}} needs: - create_branch_identifier_for_deletion - uses: dBildungsplattform/spsh-app-deploy/.github/workflows/delete-namespace.yml@2 + uses: dBildungsplattform/spsh-app-deploy/.github/workflows/delete-namespace.yml@3 with: namespace: ${{ needs.create_branch_identifier_for_deletion.outputs.namespace_from_branch }} secrets: diff --git a/charts/dbildungs-iam-server/values.yaml b/charts/dbildungs-iam-server/values.yaml index c5582064c..1346c2b48 100644 --- a/charts/dbildungs-iam-server/values.yaml +++ b/charts/dbildungs-iam-server/values.yaml @@ -21,10 +21,10 @@ restartPolicy: Always environment: prod database: - name: "" + name: "dbildungs_iam_server" host: "" password: "" - username: "" + username: "dbildungs_iam_server" auth: # existingSecret: Refers to a secret already present in the cluster, which is required.