Skip to content

Commit d19c522

Browse files
committed
d
1 parent 03326b0 commit d19c522

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

cmd/main.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,7 @@ func main() {
263263
setupLog.Error(err, "unable to create webhook", "webhook", "NIMCache")
264264
os.Exit(1)
265265
}
266-
}
267-
// nolint:goconst
268-
if os.Getenv("ENABLE_WEBHOOKS") != "false" {
266+
269267
if err := webhookappsv1alpha1.SetupNIMServiceWebhookWithManager(mgr); err != nil {
270268
setupLog.Error(err, "unable to create webhook", "webhook", "NIMService")
271269
os.Exit(1)

config/manager/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
44
kind: Kustomization
55
images:
66
- name: controller
7-
newName: localhost:5000/k8s-nim-operator
8-
newTag: dev
7+
newName: nvcr.io/nvidia/cloud-native/nim-operator
8+
newTag: v1.0.0

deployments/helm/k8s-nim-operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ operator:
22
replicas: 1
33
upgradeCRD: true
44
image:
5-
repository: localhost:5000/k8s-nim-operator
6-
tag: dev
5+
repository: ghcr.io/nvidia/k8s-nim-operator
6+
tag: main
77
pullSecrets: []
88
pullPolicy: Always
99
args:

0 commit comments

Comments
 (0)