From 7db6d06aeadfcf596bfd36665c0e7f3e5c6f3a75 Mon Sep 17 00:00:00 2001 From: jasdeep-hundal Date: Mon, 25 Mar 2024 10:54:07 -0700 Subject: [PATCH] Update KENG manifests (#520) GitOrigin-RevId: 1e5e09eb402f01586b10cb7b863126775d04afd7 --- go.mod | 2 +- manifests/controllers/cdnos/manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 56fa1f0f..c6899839 100644 --- a/go.mod +++ b/go.mod @@ -40,6 +40,7 @@ require ( k8s.io/utils v0.0.0-20230313181309-38a27ef9d749 sigs.k8s.io/controller-runtime v0.14.5 sigs.k8s.io/yaml v1.3.0 + github.com/drivenets/cdnos-controller v1.7.4 ) require ( @@ -58,7 +59,6 @@ require ( github.com/docker/distribution v2.8.2+incompatible // indirect github.com/docker/go-connections v0.4.0 // indirect github.com/docker/go-units v0.4.0 // indirect - github.com/drivenets/cdnos-controller v1.7.0 github.com/emicklei/go-restful/v3 v3.10.2 // indirect github.com/evanphx/json-patch v5.6.0+incompatible // indirect github.com/evanphx/json-patch/v5 v5.6.0 // indirect diff --git a/manifests/controllers/cdnos/manifest.yaml b/manifests/controllers/cdnos/manifest.yaml index e1de3663..7ea47bb7 100644 --- a/manifests/controllers/cdnos/manifest.yaml +++ b/manifests/controllers/cdnos/manifest.yaml @@ -576,7 +576,7 @@ spec: - --leader-elect command: - /manager - image: public.ecr.aws/dn/cdnos-controller:1.7.3 + image: public.ecr.aws/dn/cdnos-controller:1.7.4 livenessProbe: httpGet: path: /healthz