Skip to content

Commit

Permalink
Merge pull request #169 from blackpiglet/bump_reademe_and_velero_tag_…
Browse files Browse the repository at this point in the history
…for_1.9

Bump the imported Velero tag and update README.
  • Loading branch information
Lyndon-Li authored Jan 18, 2024
2 parents e4ed769 + 4e24c03 commit b599f13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Namespace is already created in step 1 above.
kubectl create serviceaccount $KSA_NAME --namespace $NAMESPACE
```

3. Add IAM Policy Binding for Velero's Kubernetes service account to a GCP service account
1. Add IAM Policy Binding for Velero's Kubernetes service account to a GCP service account
```bash
gcloud iam service-accounts add-iam-policy-binding \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/sirupsen/logrus v1.9.3
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.4
github.com/vmware-tanzu/velero v0.0.0-20240110095251-6e90e628aa57
github.com/vmware-tanzu/velero v1.13.0-rc.1
golang.org/x/oauth2 v0.13.0
google.golang.org/api v0.146.0
k8s.io/api v0.25.6
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,8 @@ github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXl
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/vmware-tanzu/velero v0.0.0-20240110095251-6e90e628aa57 h1:hquLxmloRsnh46+p5FjCF7clMJiJRyaes88EGfO6qJ8=
github.com/vmware-tanzu/velero v0.0.0-20240110095251-6e90e628aa57/go.mod h1:87DH9gnd/uTRmsjLk7wc2JWsK+RjIqX4VEt6z5qkAfA=
github.com/vmware-tanzu/velero v1.13.0-rc.1 h1:lGX4dEHyLBU+oP9RZOtGY6DTfT6OqoRrPnt7BB1sCEY=
github.com/vmware-tanzu/velero v1.13.0-rc.1/go.mod h1:87DH9gnd/uTRmsjLk7wc2JWsK+RjIqX4VEt6z5qkAfA=
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ=
github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y=
Expand Down

0 comments on commit b599f13

Please sign in to comment.