Skip to content

Commit aa11e5b

Browse files
authored
🔖 Update Helm chart to v0.1.10 (#53)
Co-authored-by: gablyu-oci <[email protected]>
1 parent 2df53b5 commit aa11e5b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

oci-gpu-scanner-deploy.zip

21 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
@@ -26,7 +26,7 @@ resource "oci_identity_policy" "workload_identity_policy" {
2626
resource "helm_release" "app" {
2727
name = "lens"
2828
namespace = kubernetes_namespace.ns.metadata[0].name
29-
chart = "https://oci-ai-incubations.github.io/corrino-lens-devops/lens-0.1.10-20251114-1852.tgz"
29+
chart = "https://oci-ai-incubations.github.io/corrino-lens-devops/lens-0.1.10-20251117-2216.tgz"
3030
wait = true
3131
timeout = 1800
3232
atomic = false

0 commit comments

Comments
 (0)