forked from q-shift/backstage-playground
-
Notifications
You must be signed in to change notification settings - Fork 0
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
aureamunoz
wants to merge
9
commits into
ch007m:add-template-filter
Choose a base branch
from
aureamunoz:add-quarkus-version-to-helm
base: add-template-filter
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Try to add whole quarkus version to helm chart #1
aureamunoz
wants to merge
9
commits into
ch007m:add-template-filter
from
aureamunoz:add-quarkus-version-to-helm
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: cmoulliard <[email protected]>
) * 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
force-pushed
the
add-quarkus-version-to-helm
branch
2 times, most recently
from
June 19, 2024 10:16
ee8788d
to
f67696a
Compare
* 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]>
…-shift#167 (q-shift#168) Signed-off-by: cmoulliard <[email protected]>
… qshift. q-shift#169 (q-shift#170) Signed-off-by: cmoulliard <[email protected]>
…m chart (q-shift#172) Signed-off-by: cmoulliard <[email protected]>
aureamunoz
force-pushed
the
add-quarkus-version-to-helm
branch
from
June 27, 2024 07:08
baeaa9a
to
967904e
Compare
…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
force-pushed
the
add-quarkus-version-to-helm
branch
from
June 27, 2024 09:29
967904e
to
56fd504
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.