We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ae535 commit cb4c56fCopy full SHA for cb4c56f
oci-gpu-scanner-deploy.zip
-90 Bytes
oci_lens_terraform/modules/app/main.tf
@@ -24,7 +24,7 @@ resource "oci_identity_policy" "workload_identity_policy" {
24
resource "helm_release" "app" {
25
name = "lens"
26
namespace = kubernetes_namespace.ns.metadata[0].name
27
- chart = "https://iduyx1qnmway.objectstorage.us-ashburn-1.oci.customer-oci.com/p/RmIz6oHrqU8-e7cxNlE5EMu4uTWxuZiIYkEsuzjFAk40ayW7KoSBD9fcOZvmbCnG/n/iduyx1qnmway/b/helm-charts/o/lens-0.1.9-c58cfa9.tgz"
+ chart = "https://oci-ai-incubations.github.io/corrino-lens-devops/lens-0.1.9-20251024-2043.tgz"
28
wait = true
29
timeout = 1800
30
atomic = false
0 commit comments