Skip to content

Commit

Permalink
CI: Fix kube-registry-proxy PR title (#19783)
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr authored Oct 10, 2024
1 parent 4d62cc9 commit affdc41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hack/update/get_version/get_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ var dependencies = map[string]dependency{
"istio-operator": {addonsFile, `istio/operator:(.*)@`},
"kindnetd": {"pkg/minikube/bootstrapper/images/images.go", `kindnetd:(.*)"`},
"kong": {addonsFile, `kong:(.*)@`},
"kube-vip": {"pkg/minikube/cluster/ha/kube-vip/kube-vip.go", `image: ghcr.io/kube-vip/kube-vip:(.*)`},
"volcano": {addonsFile, `volcanosh/vc-webhook-manager:(.*)@`},
"kong-ingress-controller": {addonsFile, `kong/kubernetes-ingress-controller:(.*)@`},
"kube-registry-proxy": {addonsFile, `"k8s-minikube/kube-registry-proxy:(.*)@`},
"kube-vip": {"pkg/minikube/cluster/ha/kube-vip/kube-vip.go", `image: ghcr.io/kube-vip/kube-vip:(.*)`},
"kubectl": {addonsFile, `bitnami/kubectl:(.*)@`},
"metrics-server": {addonsFile, `metrics-server/metrics-server:(.*)@`},
"nerdctl": {"deploy/kicbase/Dockerfile", `NERDCTL_VERSION="(.*)"`},
Expand All @@ -72,6 +72,7 @@ var dependencies = map[string]dependency{
"registry": {addonsFile, `registry:(.*)@`},
"runc": {"deploy/iso/minikube-iso/package/runc-master/runc-master.mk", `RUNC_MASTER_VERSION = (.*)`},
"ubuntu": {dockerfile, `ubuntu:jammy-(.*)"`},
"volcano": {addonsFile, `volcanosh/vc-webhook-manager:(.*)@`},
"yakd": {addonsFile, `marcnuri/yakd:(.*)@`},
}

Expand Down

0 comments on commit affdc41

Please sign in to comment.