Skip to content

Conversation

ramanujbhattacharjee93
Copy link

No description provided.

- Implemented installation script for OCI test applications, including uninstallation of existing apps.
- Added Helm chart for dotnet-test-app with deployment, service, and values configuration.
- Created Helm chart for java-test-app with necessary templates and configurations.
- Developed Helm chart for nodejs-test-app, including Application Insights logging configuration.
- Introduced testappcaller Helm chart to periodically call test applications.
- Added testappsource Helm chart for a simple Node.js HTTP server.
- Updated all charts with appropriate metadata, values, and deployment configurations.
@ramanujbhattacharjee93 ramanujbhattacharjee93 requested a review from a team as a code owner October 8, 2025 20:21
@tokaplan
Copy link
Member

tokaplan commented Oct 9, 2025

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

…h multi-line formatting

Refactor the helm install command for app-monitoring addon to use multi-line format with backslash continuation. This improves readability and maintainability by separating each --set flag onto its own line.

Also adds additional configuration parameters:
- Azure resource ID and cluster metadata (region, cloud environment)
- Global common settings for customer resource identification

No functional changes to the installation process.
…stry

Refactor the Azure Pipeline validation workflow to use OCI-based Helm chart deployment instead of file-based installation:

- Extract test image path into reusable variable `repoTestImageRelativePath`
- Add new variables for OCI registry paths (`repoTestExtensionPath`, `repoExtensionPath`)
- Introduce `prodImageTagSuffix` variable for consistent production image tagging
- Update chart preparation script to accept image tag suffix parameter
- Package and push Helm chart to OCI registry using `helm push`
- Replace file-based installation script with OCI-based `clean-install-appmonitoring-oci.sh`
- Use environment variables for test chart repository and version configuration
- Update Chart.yaml version to use `<CHART_VERSION>` placeholder for dynamic replacement
- Simplify deployment process by leveraging Helm OCI registry capabilities

This change modernizes the deployment workflow to align with current Helm best practices and improves chart versioning flexibility.
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.

3 participants