-
Notifications
You must be signed in to change notification settings - Fork 558
Ingress update for legacy issue #1520
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
Closed
gunish-dt
wants to merge
64
commits into
devtron-labs:fix-ingress-old-new-comp
from
gunish-dt:gunishIngress
Closed
Ingress update for legacy issue #1520
gunish-dt
wants to merge
64
commits into
devtron-labs:fix-ingress-old-new-comp
from
gunish-dt:gunishIngress
Conversation
This file contains hidden or 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
* Updated latest image of devtron in the installer * Updated latest image of dashboard in the installer
* Added Env var in Installation Configuration * Update installation-configuration.md Co-authored-by: nikesh777github <[email protected]>
…on-labs#1320) * IsReleaseInstalled API integration * GetInstalledAppVersion enabled for hyperion (moved from full to common) * added installedAppVersionId in app info * function rename * sending clusterId and EnvId in response * update helm release with chart linking * revert * revert * fix * code comments incorporate
…ease is uninstalled from external cli (devtron-labs#1360) * Error handling in helm app status like argocd * checking if release exists or not in deleting helm app * fix * fix * format * bug fix of wiring * fix
* Update README.md * Update README.md * readme.md changes - 1 * Update README.md * Update README.md * Add files via upload * Update README.md * Second set of changes to readme.md Second set of changes to readme.md * Third set of changes Third set of changes * Update README.md * 4th set of changes 4th set of changes * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md Co-authored-by: Sudharshan Govindan <[email protected]>
* Updated latest image of devtron in the installer * Updated latest image of git-sensor in the installer * Updated latest image of dashboard in the installer * Updated Kubelink image
* wip * wip * wip * wip - updated ci script history for ci trigger * wip - updated history entry for triggers * wip * updated sql script * wire correctoin * wip - fixed pointer bug * fixed minor bugs * fixed sql bug * Merge main into historical-task * added cm/cs history at delete breakpoint * wip * wip - charts save * wip - env charts bug fix * wip * wip * wip -ci scripts bug * wip - restructured code, fixed build issue, updated migration scripts * added doc - dev guide for deployment template * wip - change placement of history service * fixed remaining history service placement,formatted code * wip * updated cd trigger time for history and other audit logs * wip * wip * updated cd config history data, updated get api responses * merge main * fixed pipeline strategy get api method call * review changes * review changes * updated script number * updated api spec and CM/CS get api * updated logs and method names * review changes * added new apis and updated old ones for GET as per FE need * updated email id in response * fixed query * fixed build issue in merge * wip - fixed history creation dependency on pipelines for global entities * wip - pipeline id fk constraint fix * wip - fixed history entry insert for cd pipeline creation * resolved conflict * fixed build issues * fixed cd deploy bug - app metrics fetch for deployment template history * fixed panic for empty env level CM/CS * updated sql table for deployment template and CM/CS history * wip * wip - cm/cs json bug fix * fixed secret history marshaling config * wip * wip - app store charts history handling outside tx * wip * wip * get api fix * wip * wip * wip * wip * fixed app metrics inconsistent data in history creation * fixed incomplete data parsing in env override template requests * wip * wip * wip * wip - app metrics nill bug fix * added deployment status in get api for template history * wip - fixed map nil entry bug * wip * corrected resp err status codes * wip * handled nil app level CM/CS config case for env CM/CS operations * wip - nil app level config handling * fixed app metrics update bug * updated get api data * fixed env override pipeline fetch query * merged main : build fix * updated get api for FE * wip Co-authored-by: nishant <[email protected]>
* IsReleaseInstalled API integration * GetInstalledAppVersion enabled for hyperion (moved from full to common) * added installedAppVersionId in app info * function rename * sending clusterId and EnvId in response * update helm release with chart linking * revert * revert * fix * Rollback release * some refactoring * bug fix * some refactoring * openapi.yaml and md files moved to spec
* chart build history and its status update added * remove chart history older trigger,not required anymore * db migration added for version history for charts * values api for chart build history * version field fixed in chart history * resoponse modification review changes * fixes * auth added for history and history info api for charts * open api spec added for chart history api * review changes - fix * removed unused function from installed app repo * history response handling for no history found case * history id fix * wire changes values to app store * history info values yaml to json * fix * build history chart name fix replace to appstore from appname * added installedAppVersion Id in history response
* Updated latest image of kubelink in the installer * Updated latest image of dashboard in the installer * Updated latest image of devtron in the installer
* rollback support added for devtron charts * fixes around rollback * values fixed in rollback * rollback request failure handling * values fix on rollback * invalid relations btw ids in request validate * review change - gitops repo name fetch acd logic by common function * api erro codes modfication for rollback
* Converted status message in tabular form * Converted status message in tabular form
* doc update in dashboard access section * correction
* Updated documentation for chart group * Correction in chart.md * Update chart-group.md * Update chart-group.md * steps sequence correction * steps sequence correction * corrections * Update chart-group.md
* image change in overview-of-charts.md * image change in overview-of-charts.md * Update overview-of-charts.md * Update overview-of-charts.md * Update overview-of-charts.md * changed from .png to .jpg * Update overview-of-charts.md * compressed image * removed previous image * changed from .png to .jpg * changes in overview-of-charts.md
* sql query * sql query * sql query * sql query change * add name * add name * chart-sync * multi-charts * save-Configmaps * configmaps * configmap-charts * schema-validate * schema-fix * copy dir * minor changes * Delete .helmignore * Delete 580 * Delete .image_descriptor_template.json * Delete Chart.yaml * Delete values.yaml * Delete kn-service.yaml * Delete generic.yaml * Delete release-values.yaml * Delete env-values.yaml * Delete pipeline-values.yaml * Delete app-values.yaml * fixes * bug fix * err fix * err fix * callback function * watcher changes * ExtractChartIfMissing * logger * watcher fix * watcher error * CreateChartFromEnvOverride update * review changes * minor changes - logs, local testing changes revert, fixed err handling * cleanup * removed executable binary, merged main * API to Create charts [1325] * API to Create charts [1325] * API to Create charts [1325] * API to Create charts [1325] * [1325] Unit test cases * Refactoring changes [1325] * Refactoring changes [1325] * [1325] wire changes * Refactoring changes [1325] * Updating DB check conditions [1325] * Adding API documentation [1325] * Updating wire for chart service in hyperion [1325] * merge conflicts * Adding return for failure and custom error message when data exists [1325] * Updating changes as per PR comments, deleting temporary folder after use [1325] * Refactoring deleting temporary folder logic for every error[1325][EA2] * Refactoring api arguments [1325][EA2] * Refactoring code [1325] * Refactoring code [1325] * Refactoring code [1325] * Hiding user message in error for security reasons[1325] * Adding empty value checks for chart values [1325] * Updating as per PR comments[1325] * Updating as per PR comments[1325] Co-authored-by: Aviral Srivastava <[email protected]> Co-authored-by: kartik-579 <[email protected]> Co-authored-by: snehithbikumandla <[email protected]>
* integrating external container registry doc. * added documentation link of imagePullSecrets
* Updated latest image of devtron in the installer * Update kubelink.yaml * Updated latest image of dashboard in the installer
…e. (devtron-labs#1444) * Add and expose loadBalancerSourceRanges in rollout deployment template * minor changes on line 20 service.yaml * minor changes on line 20 service.yaml * fixed Indentation * service docs update * Update the NOTE * Update rollout-deployment.md Co-authored-by: Prakarsh <[email protected]>
* RBAC change or hibernate unhibernate helm app * bug fix
…-cm (devtron-labs#1464) * add the taint key-value parameters for CI and CD node * added the cpu and memory limit and request in devtron-cm * modify the ram and cpu req of CI pod in devtron-cm Co-authored-by: 123ajay0 <[email protected]>
* API for sending events [1325] * Whitelisting URLs [1325]
…abs#1469) * deployment history, info, rollback apis are merged and refactored * packages re structure for app store * api spec updated * wip * helm app build issue fixed * EA ONLY * FULL MODE * fixes around rollback * meta info fixe added for deployment history and info * integer cast issue fixed * EA ONLY * api integration fix * FULL MODE * EA ONLY * params are optional in history and info api * FULL MODE
* Updated latest image of devtron in the installer * Updated latest image of dashboard in the installer * Updated latest image of kubelink in the installer
* added notes in helm app detil * updated api spec
* Summary events[1436] * Summary events[1436] * temporary changes[1436] * temporary changes[1436] * adding logs[1436] * adding logs[1436] * adding logs[1436] * adding logs[1436] * removing logs, refactoring[1436] * removing logs, refactoring[1436] * removing logs, refactoring[1436] * removing logs, refactoring[1436] * removing logs, refactoring[1436] * updating installation-script [1436]
* ecr role based login * added log statement * Added region to session * credentials based access for ec2role * handled empty creds case * removed sensitive information from log
* Added steps for creating linked ci pipeline * changed image in namespaces-and-environments.md * some more information about linked ci pipeline * correction * correction
* Updated latest image of kubelink in the installer * Updated latest image of devtron in the installer * Updated latest image of dashboard in the installer
* changed image url for sso-login page(hyperion) * changes screenshot in hyperion and devtron sso-login page * correction and image change in sso-login.md * correction in sso-login.md * correction and image change for sso-login.md(hyperion) * correction in sso-loging.md and sso-login.md(hyperion) * Update sso-login.md * Update sso-login.md
* Updated latest image of dashboard in the installer * Updated latest image of devtron in the installer * Updated latest image of ci-runner in the installer * Updated latest image of imge-scanner in the installer
Image scanner release fix
Co-authored-by: 123ajay0 <[email protected]>
* screenshots change in devtron deploy charts doc * image url correction * changed screenshots in deployment-of-charts.md * Added deployment history in doc * Update overview-of-charts.md * Update deployment-of-charts.md * Update chart-group.md * Update deployment-of-charts.md Co-authored-by: Divya Bhushan <[email protected]>
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.
Description
Updated Ingress.yaml for Chart 3.11.0-4.10.0 with reference to #1349.
Fixes # (issue)
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: