Merge pull request #6248 from Lyndon-Li/bump-up-kopia-v0.13

Bump up kopia v0.13
This commit is contained in:
lyndon
2023-05-15 10:44:19 +08:00
committed by GitHub
37 changed files with 939 additions and 747 deletions

View File

@@ -30,7 +30,7 @@ RUN wget --quiet https://github.com/kubernetes-sigs/kubebuilder/releases/downloa
chmod +x /usr/local/kubebuilder/bin/kubebuilder
# get controller-tools
RUN go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.7.0
RUN go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.12.0
# get goimports (the revision is pinned so we don't indiscriminately update, but the particular commit
# is not important)