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 5500f0d commit bd47bc3Copy full SHA for bd47bc3
oci-gpu-scanner-deploy.zip
2 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-2059.tgz"
+ chart = "https://oci-ai-incubations.github.io/corrino-lens-devops/lens-0.1.10-20251031-2247.tgz"
28
wait = true
29
timeout = 1800
30
atomic = false
0 commit comments