Skip to content

Commit

Permalink
Merge pull request #88 from rabi/downloader
Browse files Browse the repository at this point in the history
Remove downloader references
  • Loading branch information
openshift-ci[bot] authored Oct 6, 2023
2 parents df8cb0b + ed8b6ab commit f8abc75
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/build-openstack-baremetal-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,24 +185,6 @@ jobs:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}

build-openstack-baremetal-operator-downloader:
name: Build openstack-baremetal-operator downloader image using buildah
runs-on: ubuntu-latest
needs: [check-secrets]
if: needs.check-secrets.outputs.have-secrets == 'true'

steps:
- uses: actions/checkout@v2

- name: Get branch name
id: branch-name
uses: tj-actions/branch-names@v5

- name: Set latest tag for non main branch
if: "${{ steps.branch-name.outputs.current_branch != 'main' }}"
run: |
echo "latesttag=${{ steps.branch-name.outputs.current_branch }}-latest" >> $GITHUB_ENV
build-openstack-baremetal-operator-agent:
name: Build openstack-baremetal-operator agent image using buildah
runs-on: ubuntu-latest
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/release-openstack-baremetal-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,6 @@ jobs:
registry_username: ${{ secrets.QUAY_USERNAME }}
registry_password: ${{ secrets.QUAY_PASSWORD }}

- name: Tag -downloader image
uses: tinact/[email protected]
with:
image_name: ${{ env.imagenamespace }}/-downloader
image_old_tag: ${{ github.sha }}
image_new_tag: ${{ github.event.release.tag_name }}
registry: ${{ env.imageregistry }}
registry_username: ${{ secrets.QUAY_USERNAME }}
registry_password: ${{ secrets.QUAY_PASSWORD }}

- name: Tag -agent image
uses: tinact/[email protected]
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
spec:
agentImageUrl: quay.io/openstack-k8s-operators/openstack-baremetal-operator-agent:latest
apacheImageUrl: registry.redhat.io/rhel8/httpd-24:latest
downloaderImageUrl: quay.io/openstack-k8s-operators/openstack-baremetal-operator-downloader:latest
interface: enp1s0
port: 8080
osImage: edpm-hardened-uefi.qcow2

0 comments on commit f8abc75

Please sign in to comment.