Skip to content

Commit

Permalink
🐛 tackle2-addon is no longer deployed
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <[email protected]>
  • Loading branch information
djzager committed Feb 14, 2024
1 parent 2261396 commit 7557551
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- repo: konveyor/tackle2-ui
image: konveyor/tackle2-ui
- repo: konveyor/tackle2-addon
image: konveyor/tackle2-addon
image: ''
- repo: konveyor/operator
image: konveyor/tackle2-operator
- repo: konveyor/tackle-keycloak-theme
Expand All @@ -129,7 +129,8 @@ jobs:
repository: ${{ matrix.projects.repo }}
ref: ${{ inputs.branch }}
github_token: ${{ secrets.GH_TOKEN }}
- run: |
- if: ${{ matrix.projects.image != '' }}
run: |
#!/bin/bash
while ! docker pull quay.io/${{ matrix.projects.image }}:${{ inputs.version }} &> /dev/null; do
sleep 3m
Expand Down
7 changes: 0 additions & 7 deletions roles/tackle/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,6 @@ oauth_access_rule: "{{ oauth_default_openshift_sar if oauth_provider == 'openshi
oauth_image_fqin: "{{ lookup('env', 'RELATED_IMAGE_OAUTH_PROXY') }}"
oauth_ssl_port: 9443

admin_fqin: "{{ lookup('env', 'RELATED_IMAGE_ADDON_ADMIN') }}"
admin_name: "admin"
admin_component_name: "addon"
admin_service_name: "{{ app_name }}-{{ admin_name }}-{{ admin_component_name }}"
admin_container_requests_cpu: "50m"
admin_container_requests_memory: "50Mi"

analyzer_fqin: "{{ lookup('env', 'RELATED_IMAGE_ADDON_ANALYZER') }}"
analyzer_name: "analyzer"
analyzer_component_name: "addon"
Expand Down

0 comments on commit 7557551

Please sign in to comment.