Skip to content

Commit 6914c9f

Browse files
authored
🔖 Update Helm chart to v0.1.9 (#30)
Co-authored-by: gablyu-oci <[email protected]>
1 parent cb4c56f commit 6914c9f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

oci-gpu-scanner-deploy.zip

0 Bytes
Binary file not shown.

oci_lens_terraform/modules/app/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ resource "oci_identity_policy" "workload_identity_policy" {
2424
resource "helm_release" "app" {
2525
name = "lens"
2626
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"
27+
chart = "https://oci-ai-incubations.github.io/corrino-lens-devops/lens-0.1.9-20251024-2059.tgz"
2828
wait = true
2929
timeout = 1800
3030
atomic = false

0 commit comments

Comments
 (0)