Skip to content

Commit

Permalink
Automated repo sync 20230315
Browse files Browse the repository at this point in the history
Branch release-1.27 CCM image updated (#3305)
Update k8s.io/utils digest to 38a27ef (#3312)
  • Loading branch information
iksrochpub committed Mar 15, 2023
1 parent 01434fd commit 0235cf1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/ibm-cloud-controller-manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# distroless images, see https://github.com/GoogleContainerTools/distroless.
# The Kubernetes version update process will keep this image up-to-date.
ARG IMAGE_SOURCE=gcr.io
FROM $IMAGE_SOURCE/distroless/static@sha256:775156d9ad597260d6e9cd0a8a400e56f2a860b845e54d8e48ce6da22f90240f
FROM $IMAGE_SOURCE/distroless/static@sha256:ddde70b96543be368208791ad8ddc9b483cbb33a67bce861e73ad519bc0ed616

# Add Labels to image to show build details
ARG this_build_id=unknown
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
k8s.io/cloud-provider v0.27.0-alpha.3
k8s.io/component-base v0.27.0-alpha.3
k8s.io/klog/v2 v2.90.1
k8s.io/utils v0.0.0-20230308161112-d77c459e9343
k8s.io/utils v0.0.0-20230313181309-38a27ef9d749
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -792,8 +792,8 @@ k8s.io/kms v0.27.0-alpha.3 h1:HhHp6WvmqHc9sMlyG1WFO+w3Q6nlpntf2bgJmONm/qE=
k8s.io/kms v0.27.0-alpha.3/go.mod h1:M1hyFQ5Ar0OLsO3h6wmDLgZ6AnjLRA2atl3iARZTnL0=
k8s.io/kube-openapi v0.0.0-20230123231816-1cb3ae25d79a h1:s6zvHjyDQX1NtVT88pvw2tddqhqY0Bz0Gbnn+yctsFU=
k8s.io/kube-openapi v0.0.0-20230123231816-1cb3ae25d79a/go.mod h1:/BYxry62FuDzmI+i9B+X2pqfySRmSOW2ARmj5Zbqhj0=
k8s.io/utils v0.0.0-20230308161112-d77c459e9343 h1:m7tbIjXGcGIAtpmQr7/NAi7RsWoW3E7Zcm4jI1HicTc=
k8s.io/utils v0.0.0-20230308161112-d77c459e9343/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
k8s.io/utils v0.0.0-20230313181309-38a27ef9d749 h1:xMMXJlJbsU8w3V5N2FLDQ8YgU8s1EoULdbQBcAeNJkY=
k8s.io/utils v0.0.0-20230313181309-38a27ef9d749/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
Expand Down

0 comments on commit 0235cf1

Please sign in to comment.