Skip to content

Commit

Permalink
Update KENG manifests (#520)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 1e5e09e
  • Loading branch information
jasdeep-hundal authored and davnerson-dn committed Mar 27, 2024
1 parent 5e92c29 commit 7db6d06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifests/controllers/cdnos/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7db6d06

Please sign in to comment.