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 c4fd0e4 commit 2f2f790Copy full SHA for 2f2f790
oci-gpu-scanner-deploy.zip
-63 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/n0fbM1bI9Ri28A9lZZ0nxYuJk7GOSuNEqxOpxzfbBSDSn8s90gNMnN6IhfMSULCV/n/iduyx1qnmway/b/helm-charts/o/lens-0.1.9-c58cfa9.tgz"
+ chart = "https://iduyx1qnmway.objectstorage.us-ashburn-1.oci.customer-oci.com/p/RmIz6oHrqU8-e7cxNlE5EMu4uTWxuZiIYkEsuzjFAk40ayW7KoSBD9fcOZvmbCnG/n/iduyx1qnmway/b/helm-charts/o/lens-0.1.9-c58cfa9.tgz"
27
wait = true
28
timeout = 1800
29
atomic = false
0 commit comments