Skip to content

Commit

Permalink
Add containerImage same as deployment container
Browse files Browse the repository at this point in the history
Signed-off-by: velotioaastha <[email protected]>
  • Loading branch information
velotioaastha committed Oct 10, 2024
1 parent 1923317 commit 2d44384
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ metadata:
categories: "AI/Machine Learning,Developer Tools"
certified: "false"
repository: https://github.com/wandb/operator
containerImage: docker.io/wandb/controller:latest
description: "Operator for Weights and Biases, enabling seamless integration and management of machine learning experiments in Kubernetes environments."
name: wandb-operator.v1.0.0
namespace: placeholder
Expand Down Expand Up @@ -198,7 +199,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.serviceAccountName
image: wandb/controller:latest
image: docker.io/wandb/controller:latest
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 2d44384

Please sign in to comment.