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 2df53b5 commit aa11e5bCopy full SHA for aa11e5b
oci-gpu-scanner-deploy.zip
21 Bytes
oci_lens_terraform/modules/app/main.tf
@@ -26,7 +26,7 @@ resource "oci_identity_policy" "workload_identity_policy" {
26
resource "helm_release" "app" {
27
name = "lens"
28
namespace = kubernetes_namespace.ns.metadata[0].name
29
- 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"
30
wait = true
31
timeout = 1800
32
atomic = false
0 commit comments