From 71280a772a040f0d53ccf8cd195cf793a1752092 Mon Sep 17 00:00:00 2001 From: Daniel Barnes Date: Wed, 8 Jan 2025 06:04:18 +0900 Subject: [PATCH 1/6] feat: Option to pass through reference to iam identity[C --- charts/operator-wandb/charts/console/values.yaml | 1 + charts/operator-wandb/values.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/charts/operator-wandb/charts/console/values.yaml b/charts/operator-wandb/charts/console/values.yaml index e7250e5a..518c6e8f 100644 --- a/charts/operator-wandb/charts/console/values.yaml +++ b/charts/operator-wandb/charts/console/values.yaml @@ -13,6 +13,7 @@ image: tolerations: [] extraEnv: + REFERENCE_IDENTITY: unknown TESTING: true extraEnvFrom: {} diff --git a/charts/operator-wandb/values.yaml b/charts/operator-wandb/values.yaml index bffd0908..3017c2dd 100644 --- a/charts/operator-wandb/values.yaml +++ b/charts/operator-wandb/values.yaml @@ -249,6 +249,9 @@ console: image: repository: wandb/console tag: latest + extraEnv: + REFERENCE_IDENTITY: "unknown" + flat-run-fields-updater: install: false From 01f1f2cd2e6e64da772777c4872dd1bfac5a48dc Mon Sep 17 00:00:00 2001 From: Daniel Barnes Date: Wed, 8 Jan 2025 06:10:48 +0900 Subject: [PATCH 2/6] bump version --- charts/operator-wandb/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/operator-wandb/Chart.yaml b/charts/operator-wandb/Chart.yaml index d7977b1f..a5483fb5 100644 --- a/charts/operator-wandb/Chart.yaml +++ b/charts/operator-wandb/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: operator-wandb description: A Helm chart for deploying W&B to Kubernetes type: application -version: 0.22.0 +version: 0.22.1 appVersion: 1.0.0 icon: https://wandb.ai/logo.svg From 603bbf25b215521fffea65bc460a2078de9851da Mon Sep 17 00:00:00 2001 From: Daniel Barnes Date: Wed, 8 Jan 2025 06:12:44 +0900 Subject: [PATCH 3/6] consistent quotes --- charts/operator-wandb/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/operator-wandb/values.yaml b/charts/operator-wandb/values.yaml index 3017c2dd..201c4828 100644 --- a/charts/operator-wandb/values.yaml +++ b/charts/operator-wandb/values.yaml @@ -250,7 +250,7 @@ console: repository: wandb/console tag: latest extraEnv: - REFERENCE_IDENTITY: "unknown" + REFERENCE_IDENTITY: unknown flat-run-fields-updater: From d23d1de3740d627941066b1ab09b46167661b29d Mon Sep 17 00:00:00 2001 From: Daniel Barnes Date: Wed, 8 Jan 2025 07:21:55 +0900 Subject: [PATCH 4/6] comment --- charts/operator-wandb/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/operator-wandb/values.yaml b/charts/operator-wandb/values.yaml index 201c4828..58e6188c 100644 --- a/charts/operator-wandb/values.yaml +++ b/charts/operator-wandb/values.yaml @@ -250,6 +250,9 @@ console: repository: wandb/console tag: latest extraEnv: + # This value is used to expose the IAM identity (of the app) to the user in console for + # adding the correct cross account permissions + # ex: AWS("arn:aws:iam::{acc_number}:role/{customer_namespace}-node") REFERENCE_IDENTITY: unknown From 986edde1d4ebc33733075d712ee1e6efd014e899 Mon Sep 17 00:00:00 2001 From: Daniel Barnes Date: Wed, 8 Jan 2025 07:45:19 +0900 Subject: [PATCH 5/6] lint --- charts/operator-wandb/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/operator-wandb/values.yaml b/charts/operator-wandb/values.yaml index 58e6188c..3084e9d0 100644 --- a/charts/operator-wandb/values.yaml +++ b/charts/operator-wandb/values.yaml @@ -250,8 +250,8 @@ console: repository: wandb/console tag: latest extraEnv: - # This value is used to expose the IAM identity (of the app) to the user in console for - # adding the correct cross account permissions + # This value is used to expose the IAM identity (of the app) to the user in console for + # adding the correct cross account permissions # ex: AWS("arn:aws:iam::{acc_number}:role/{customer_namespace}-node") REFERENCE_IDENTITY: unknown From b4bee04828808c3a34ac60f3e05c05731f32a932 Mon Sep 17 00:00:00 2001 From: Daniel Barnes Date: Wed, 8 Jan 2025 09:05:17 +0900 Subject: [PATCH 6/6] name change --- charts/operator-wandb/charts/console/values.yaml | 2 +- charts/operator-wandb/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/operator-wandb/charts/console/values.yaml b/charts/operator-wandb/charts/console/values.yaml index 518c6e8f..9ca5c381 100644 --- a/charts/operator-wandb/charts/console/values.yaml +++ b/charts/operator-wandb/charts/console/values.yaml @@ -13,7 +13,7 @@ image: tolerations: [] extraEnv: - REFERENCE_IDENTITY: unknown + BUCKET_ACCESS_IDENTITY: unknown TESTING: true extraEnvFrom: {} diff --git a/charts/operator-wandb/values.yaml b/charts/operator-wandb/values.yaml index 3084e9d0..606020ec 100644 --- a/charts/operator-wandb/values.yaml +++ b/charts/operator-wandb/values.yaml @@ -253,7 +253,7 @@ console: # This value is used to expose the IAM identity (of the app) to the user in console for # adding the correct cross account permissions # ex: AWS("arn:aws:iam::{acc_number}:role/{customer_namespace}-node") - REFERENCE_IDENTITY: unknown + BUCKET_ACCESS_IDENTITY: unknown flat-run-fields-updater: