Skip to content

Commit

Permalink
bump kube-secondary-dns to v0.0.16
Browse files Browse the repository at this point in the history
Signed-off-by: CNAO Bump Bot <[email protected]>
  • Loading branch information
web-flow committed Dec 8, 2024
1 parent 1d10775 commit 652f637
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ components:
metadata: 0.11.2
kube-secondary-dns:
url: https://github.com/kubevirt/kubesecondarydns
commit: 3815007442f21ca39c7c93ead6ce4addeb9e4d29
commit: 48b7ba57edd9ef2d2e9e9746a0a48be413e2716c
branch: main
update-policy: tagged
metadata: v0.0.15
metadata: v0.0.16
kubemacpool:
url: https://github.com/k8snetworkplumbingwg/kubemacpool
commit: 98d8b8233b860598ee9dd5a7ba159971e5e99be2
Expand Down
2 changes: 1 addition & 1 deletion pkg/components/components.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const (
OvsCniImageDefault = "ghcr.io/k8snetworkplumbingwg/ovs-cni-plugin@sha256:516791acf430bc747f01366e2b748ac76c0b5e39ad8592be2b3dcc809429fa1e"
MacvtapCniImageDefault = "quay.io/kubevirt/macvtap-cni@sha256:850b89343ace7c7ea6b18dd8e11964613974e9d1f7377af03854d407fb15230a"
KubeRbacProxyImageDefault = "quay.io/brancz/kube-rbac-proxy@sha256:e6a323504999b2a4d2a6bf94f8580a050378eba0900fd31335cf9df5787d9a9b"
KubeSecondaryDNSImageDefault = "ghcr.io/kubevirt/kubesecondarydns@sha256:44489bdf8affb0e82b68a7100bbee7d289151ada54ab2e76a9d3afef769a1f54"
KubeSecondaryDNSImageDefault = "ghcr.io/kubevirt/kubesecondarydns@sha256:8273cdbc438e06864eaa8e47947bea18fa5118a97cdaddc41b5dfa6e13474c79"
CoreDNSImageDefault = "registry.k8s.io/coredns/coredns@sha256:a0ead06651cf580044aeb0a0feba63591858fb2e43ade8c9dea45a6a89ae7e5e"
KubevirtIpamControllerImageDefault = "ghcr.io/kubevirt/ipam-controller@sha256:aad40edd34f65cf0e087969853d47065aaf411dccf618d196152b583d40300ba"
PasstBindingCNIImageDefault = "ghcr.io/kubevirt/passt-binding-cni@sha256:981c01e0b94ae691ba8ced43c486930085186e9c40b22525c8f0229d1556ee69"
Expand Down
2 changes: 1 addition & 1 deletion test/releases/99.0.0.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func init() {
ParentName: "secondary-dns",
ParentKind: "Deployment",
Name: "status-monitor",
Image: "ghcr.io/kubevirt/kubesecondarydns@sha256:44489bdf8affb0e82b68a7100bbee7d289151ada54ab2e76a9d3afef769a1f54",
Image: "ghcr.io/kubevirt/kubesecondarydns@sha256:8273cdbc438e06864eaa8e47947bea18fa5118a97cdaddc41b5dfa6e13474c79",
},
{
ParentName: "secondary-dns",
Expand Down

0 comments on commit 652f637

Please sign in to comment.