Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to add whole quarkus version to helm chart #1

Draft
wants to merge 9 commits into
base: add-template-filter
Choose a base branch
from

Conversation

aureamunoz
Copy link

No description provided.

)

* Add to the module of Quarkus a template filter. q-shift#114

Signed-off-by: cmoulliard <[email protected]>

* Move the utility functions to the util folder

Signed-off-by: cmoulliard <[email protected]>

* Fix warning messages reported by yarn test

Signed-off-by: cmoulliard <[email protected]>

* Remove import non needed

Signed-off-by: cmoulliard <[email protected]>

---------

Signed-off-by: cmoulliard <[email protected]>
@aureamunoz aureamunoz force-pushed the add-quarkus-version-to-helm branch 2 times, most recently from ee8788d to f67696a Compare June 19, 2024 10:16
* WIP. Add backstage e2e workflow and template

Signed-off-by: cmoulliard <[email protected]>

* WIP. Use kustomize to create the VM resource where images are pused on namespace: vm-images

Signed-off-by: cmoulliard <[email protected]>

* Add write permissions

Signed-off-by: cmoulliard <[email protected]>

* Use manifest like test-data folders to get data to play, templates

Signed-off-by: cmoulliard <[email protected]>

* Add events to see if the job is triggered part of this PR

Signed-off-by: cmoulliard <[email protected]>

* Add pull_request to see if the job is triggered part of this PR

Signed-off-by: cmoulliard <[email protected]>

* Set the node version using an env var. Remove the non needed step to checkout this project as done by the first step

Signed-off-by: cmoulliard <[email protected]>

* Use double quotes as the action cannot get the env var

Signed-off-by: cmoulliard <[email protected]>

* Use proper syntax to pass the NODE version

Signed-off-by: cmoulliard <[email protected]>

* Increase sync reconciliation process time for argocd

Signed-off-by: cmoulliard <[email protected]>

* Create gitea organization to be used within the e2e test

Signed-off-by: cmoulliard <[email protected]>

* Let's make a test using gitea as repository

Signed-off-by: cmoulliard <[email protected]>

* Specify the port of the server: 8443 and prefix the curl URL with https

Signed-off-by: cmoulliard <[email protected]>

* Add missing " char end of the echo line

Signed-off-by: cmoulliard <[email protected]>

* Removing the workingDir

Signed-off-by: cmoulliard <[email protected]>

* Remove from path backstage-playground/ as non needed

Signed-off-by: cmoulliard <[email protected]>

* Fix the wrong enum value of the imageRepository

Signed-off-by: cmoulliard <[email protected]>

* Create the gitea registry credentials as kube secret

Signed-off-by: cmoulliard <[email protected]>

* Adding missing gitea provider to the template. Add missing values to the data body

Signed-off-by: cmoulliard <[email protected]>

* Tekton pipeline will fail as the git repo ingress url cannot be accessed in a pod. WIP

Signed-off-by: cmoulliard <[email protected]>

* Revert the template and test data to use github. Job will fail as tokens are not yet passed using github secrets

Signed-off-by: cmoulliard <[email protected]>

* Add more enum. WIP

Signed-off-by: cmoulliard <[email protected]>

* Fix typo error. WIP

Signed-off-by: cmoulliard <[email protected]>

* Comment the step to create the gitea org as non used. Pass the ARGOCD_SERVER_URL

Signed-off-by: cmoulliard <[email protected]>

* Remove suffix -job. Add missing enum

Signed-off-by: cmoulliard <[email protected]>

* Remove suffix -job

Signed-off-by: cmoulliard <[email protected]>

* Set the proper step name to get the repoContentsUrl

Signed-off-by: cmoulliard <[email protected]>

* Use now github and quay to create repo or image with credentials

Signed-off-by: cmoulliard <[email protected]>

* Remove the double port 8443

Signed-off-by: cmoulliard <[email protected]>

* Rename ARGO_* to ARGOCD_* env vars

Signed-off-by: cmoulliard <[email protected]>

* Pass the github secreats as ENV vars

Signed-off-by: cmoulliard <[email protected]>

* Add missing $ in front of env var QUAY_ORG

Signed-off-by: cmoulliard <[email protected]>

* Add rewrite rule for pod to pod communication using gitea

Signed-off-by: cmoulliard <[email protected]>

* Switch quay org from snowdrop to qshift

Signed-off-by: cmoulliard <[email protected]>

* Use catalogInfoUrl for both gitea and github

Signed-off-by: cmoulliard <[email protected]>

* Get task events

Signed-off-by: cmoulliard <[email protected]>

* Replace simple quotes with double quotes otherwise we dont pass the TASK_ID but the env var name

Signed-off-by: cmoulliard <[email protected]>

* Sleep before to fetch the events

Signed-off-by: cmoulliard <[email protected]>

* Double quotes the GITEA_PASSWORD as it includes special chars

Signed-off-by: cmoulliard <[email protected]>

* Increase sleeping time to get all the events = log messages

Signed-off-by: cmoulliard <[email protected]>

* Use qshift instead of snowdrop for quay.io image repository

Signed-off-by: cmoulliard <[email protected]>

* Describe the resource not found. Show the pods running within the namespace used to test

Signed-off-by: cmoulliard <[email protected]>

* Add 2>&1 and change the logic to wait till we got an event of type completion

Signed-off-by: cmoulliard <[email protected]>

* Add missing double quote

Signed-off-by: cmoulliard <[email protected]>

* Add missing until reties

Signed-off-by: cmoulliard <[email protected]>

* Remove non needed -n chars

Signed-off-by: cmoulliard <[email protected]>

* Rename variable from RESPONSE to EVENTS

Signed-off-by: cmoulliard <[email protected]>

* Let's trigger a change to see if the job succeeded or if we still have a missing github token

Signed-off-by: cmoulliard <[email protected]>

* Increase time to wait to get the events

Signed-off-by: cmoulliard <[email protected]>

* Stop the job if the scaffolding fails

Signed-off-by: cmoulliard <[email protected]>

* Fix bash syntax error with done and add break

Signed-off-by: cmoulliard <[email protected]>

* fix the race condition error and improve the logging. q-shift#163

Signed-off-by: cmoulliard <[email protected]>

* Removing dummy as only used for e2e test and added: amunozhe

Signed-off-by: cmoulliard <[email protected]>

* Fix wrong git repo for Aurea

Signed-off-by: cmoulliard <[email protected]>

---------

Signed-off-by: cmoulliard <[email protected]>
* Bump the versions of the operators for: Tekton, GitOps & ArgoCD. Review instructions

Signed-off-by: cmoulliard <[email protected]>

* Remove pipelineRun as resource to be excluded

Signed-off-by: cmoulliard <[email protected]>

* Add RBAC for the backstage SA used to access the kubernetes resources

Signed-off-by: cmoulliard <[email protected]>

---------

Signed-off-by: cmoulliard <[email protected]>
* Replace dummy with demo to fix issue: q-shift#165

Signed-off-by: cmoulliard <[email protected]>

* Disable pull_request_target

Signed-off-by: cmoulliard <[email protected]>

---------

Signed-off-by: cmoulliard <[email protected]>
@aureamunoz aureamunoz force-pushed the add-quarkus-version-to-helm branch from baeaa9a to 967904e Compare June 27, 2024 07:08
…helm manifests and catalog.

Apply the quarkus version to all of our existing templates and ensure that the quarkus-version label is properly set in the catalog-info.yaml
@aureamunoz aureamunoz force-pushed the add-quarkus-version-to-helm branch from 967904e to 56fd504 Compare June 27, 2024 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants