Skip to content

Commit

Permalink
chore(RELEASE-1347): remove manager image update from github workflow
Browse files Browse the repository at this point in the history
This commit removes the step from the app_interface workflow that
updates the manager image reference in app-interface-deployments. It was
updating it to a redhat-appstudio quay image, which is not valid
anymore, it was updating a file that is not used, and we are going to
handle this with a final pipeline from now on.

Signed-off-by: Johnny Bieren <[email protected]>
  • Loading branch information
johnbieren committed Jan 13, 2025
1 parent ce0d0e7 commit 7a4f3b1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/app_interface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ jobs:
run: |
find . -type f -exec sed -i 's/namespace: system/namespace: ${{ env.NAMESPACE }}/' {} \;
working-directory: app-interface-deployments/internal-services
- name: Update image
run: |
sed -i 's/image: controller:latest/image: quay.io\/redhat-appstudio\/internal-services:${{ github.sha }}/' manager.yaml
working-directory: app-interface-deployments/internal-services/manager
- name: Add users to role binding
run: |
users=($USERS)
Expand Down

0 comments on commit 7a4f3b1

Please sign in to comment.