diff --git a/oci-gpu-scanner-deploy.zip b/oci-gpu-scanner-deploy.zip index e0b1ebb..0d1a445 100644 Binary files a/oci-gpu-scanner-deploy.zip and b/oci-gpu-scanner-deploy.zip differ diff --git a/oci_lens_terraform/modules/app/main.tf b/oci_lens_terraform/modules/app/main.tf index b89c5da..76b1cb4 100644 --- a/oci_lens_terraform/modules/app/main.tf +++ b/oci_lens_terraform/modules/app/main.tf @@ -26,7 +26,7 @@ resource "oci_identity_policy" "workload_identity_policy" { resource "helm_release" "app" { name = "lens" namespace = kubernetes_namespace.ns.metadata[0].name - chart = "https://oci-ai-incubations.github.io/corrino-lens-devops/lens-0.1.10-20251114-1852.tgz" + chart = "https://oci-ai-incubations.github.io/corrino-lens-devops/lens-0.1.10-20251117-2216.tgz" wait = true timeout = 1800 atomic = false