-
Notifications
You must be signed in to change notification settings - Fork 224
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
feat: Also publish chart to OCI registry #1889
feat: Also publish chart to OCI registry #1889
Conversation
@@ -37,7 +41,7 @@ jobs: | |||
uses: helm/kind-action@v1.9.0 # v1.5.0 | |||
with: | |||
version: ${{ env.KIND_VERSION }} | |||
image: ${{ env.KIND_IMAGE }} | |||
node_image: ${{ env.KIND_IMAGE }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mkilchhofer lgtm 🚀 one comment could you please to update the helm install docs accordingly with new instal command option
@chen-keinan I can do that. But I skipped this intentional and wanted to add this as soon as the first chart is published to OCI. |
@mkilchhofer should a small and quick change to docs , it will be great to have both so it can get merged together |
Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
@chen-keinan Alright, updated the PR. Is that okay for you like this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mkilchhofer lgtm 🚀 thank you for the contribution
Description
See linked issue:
Related issues
Remove this section if you don't have related PRs.
Testing
feature/chart_oci_publish_FORK_ADAPTION
with little adaption of the paths and run it inside my fork:See: https://github.com/mkilchhofer/trivy-operator/actions/runs/8130660226/job/22219118024
$ helm repo add aqua-fork https://mkilchhofer.github.io/aquasecurity-helm-charts/ "aqua-fork" has been added to your repositories $ helm search repo aqua-fork NAME CHART VERSION APP VERSION DESCRIPTION aqua-fork/trivy-operator 0.20.6 0.18.5 Keeps security report resources updated
Checklist