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 cb4c56f commit 6914c9fCopy full SHA for 6914c9f
oci-gpu-scanner-deploy.zip
0 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://oci-ai-incubations.github.io/corrino-lens-devops/lens-0.1.9-20251024-2043.tgz"
+ chart = "https://oci-ai-incubations.github.io/corrino-lens-devops/lens-0.1.9-20251024-2059.tgz"
28
wait = true
29
timeout = 1800
30
atomic = false
0 commit comments