Skip to content

Conversation

@zachburg
Copy link
Collaborator

Based on https://github.com/bazel-contrib/rules_oci/blob/main/oci/extensions.bzl

Usage in MODULE.bazel:

helm = use_extension(@rules_helm//helm:extensions.bzl", "helm")
helm.import_repository(
    name = "bitnami_postgresql",
    url = "https://charts.bitnami.com/bitnami/postgresql-14.0.5.tgz",
)

use_repo(
    helm,
    "bitnami_postgresql",
)

@zachburg zachburg requested a review from abrisco August 20, 2025 17:02
@zachburg zachburg marked this pull request as draft August 21, 2025 22:59
@zachburg zachburg removed the request for review from abrisco August 27, 2025 00:30
@zachburg zachburg requested a review from abrisco November 3, 2025 19:30
@zachburg zachburg marked this pull request as ready for review November 3, 2025 19:30
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.

2 participants