Merged
Conversation
Contributor
|
Preview (prod backend + PR dashboard) → https://1126.ns-preview.trapti.tech/ |
Bumps the non-majors group with 1 update: [helm/chart-testing-action](https://github.com/helm/chart-testing-action). Updates `helm/chart-testing-action` from 2.7.0 to 2.8.0 - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](helm/chart-testing-action@v2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: helm/chart-testing-action dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-majors ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 8 to 9. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v8...v9) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…langci/golangci-lint-action-9 build(deps): bump golangci/golangci-lint-action from 8 to 9
…tions/checkout-6 build(deps): bump actions/checkout from 5 to 6
…n-majors-e5c376ab32 build(deps): bump helm/chart-testing-action from 2.7.0 to 2.8.0 in the non-majors group
…case into ci/ct-install
There was a problem hiding this comment.
Pull request overview
This PR enhances CI testing for Helm charts by adding ct install (Chart Testing installation test) to verify that charts can be successfully installed in a Kubernetes cluster. The PR also updates several GitHub Actions to their latest versions for consistency and improved functionality.
Key changes:
- Adds end-to-end Helm chart installation testing using kind cluster
- Updates GitHub Actions checkout from v5 to v6 across all workflows
- Updates golangci-lint-action from v8 to v9 and chart-testing-action from v2.7.0 to v2.8.0
- Adds
serviceNameconfiguration field to the controller's Kubernetes configuration
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/ci-helm.yaml |
Adds kubectl setup, kind cluster creation, cluster setup with dependencies (Traefik CRDs, MariaDB), and ct install test execution |
.github/workflows/ci.yaml |
Updates actions/checkout to v6 and golangci-lint-action to v9 |
.github/workflows/ci-protobuf.yaml |
Updates actions/checkout to v6 |
.github/workflows/dashboard-ci.yaml |
Updates actions/checkout to v6 across all jobs |
.github/workflows/preview.yaml |
Updates actions/checkout to v6 |
.github/workflows/release-helm.yaml |
Updates actions/checkout to v6 |
.github/workflows/release.yaml |
Updates actions/checkout to v6 |
.github/workflows/tag.yaml |
Updates actions/checkout to v6 |
charts/neoshowcase/templates/config.yaml |
Adds serviceName field to controller's Kubernetes configuration for proper service identification |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
pirosiki197
approved these changes
Dec 4, 2025
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
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.
なぜやるか
close #1119
やったこと
ct installをCIに追加やらなかったこと
資料
helm/charts-repo-actions-demo