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 e6cb7fb commit 3cf9500Copy full SHA for 3cf9500
oci-gpu-scanner-deploy.zip
29 Bytes
oci_lens_terraform/modules/app/main.tf
@@ -23,7 +23,7 @@ resource "oci_identity_policy" "workload_identity_policy" {
23
resource "helm_release" "app" {
24
name = "lens"
25
namespace = kubernetes_namespace.ns.metadata[0].name
26
- chart = "https://iduyx1qnmway.objectstorage.us-ashburn-1.oci.customer-oci.com/p/zu9OPIyRJUIm8lBr7yEoi7XHVw38bX51ZxXKISnXO1oePlAr7Usn1dTj5Edn9aHE/n/iduyx1qnmway/b/helm-charts/o/lens-0.1.9-22edc81.tgz"
+ chart = "https://iduyx1qnmway.objectstorage.us-ashburn-1.oci.customer-oci.com/p/n0fbM1bI9Ri28A9lZZ0nxYuJk7GOSuNEqxOpxzfbBSDSn8s90gNMnN6IhfMSULCV/n/iduyx1qnmway/b/helm-charts/o/lens-0.1.9-c58cfa9.tgz"
27
wait = true
28
timeout = 1800
29
atomic = false
0 commit comments