Skip to content

Commit

Permalink
Use tag, not branch
Browse files Browse the repository at this point in the history
Use proper tag of project sail: sail-mvp2
  • Loading branch information
alexsnaps committed Dec 19, 2023
1 parent f3a0b66 commit 88b6ccd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/dependencies/istio/sail/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
namespace: istio-system
resources:
- github.com/maistra/istio-operator/config/default?ref=maistra-3.0
- github.com/maistra/istio-operator/config/default?ref=sail-mvp2
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
k8s.io/client-go v0.28.4
k8s.io/klog/v2 v2.110.1
k8s.io/utils v0.0.0-20231127182322-b307cd553661
maistra.io/istio-operator v0.0.0-20231214211859-76e404c8df41
maistra.io/istio-operator v0.0.0-20231207034822-2025bead5bf0
sigs.k8s.io/controller-runtime v0.16.3
sigs.k8s.io/gateway-api v1.0.1-0.20231204134048-c7da42e6eafc
)
Expand Down Expand Up @@ -171,6 +171,6 @@ require (
sigs.k8s.io/yaml v1.4.0 // indirect
)

replace maistra.io/istio-operator => github.com/maistra/istio-operator v0.0.0-20231214211859-76e404c8df41
replace maistra.io/istio-operator => github.com/maistra/istio-operator v0.0.0-20231207034822-2025bead5bf0

replace github.com/imdario/mergo => dario.cat/mergo v0.3.5
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhn
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de/go.mod h1:zAbeS9B/r2mtpb6U+EI2rYA5OAXxsYw6wTamcNW+zcE=
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
github.com/maistra/istio-operator v0.0.0-20231207034822-2025bead5bf0/go.mod h1:ckgG8jFswtqXDxNXdbz41Xk0gia/sjy7IamSvQcRLtE=
github.com/maistra/istio-operator v0.0.0-20231214211859-76e404c8df41 h1:ihBNQRjbQxzSzSKVIJivoME371XMbrxYTk/Zq7tYohs=
github.com/maistra/istio-operator v0.0.0-20231214211859-76e404c8df41/go.mod h1:647w84PGqHJZFBvik6DtvFSf7MjGG8U2U/+GGc30D8A=
github.com/markbates/errx v1.1.0 h1:QDFeR+UP95dO12JgW+tgi2UVfo0V8YBHiUIOaeBPiEI=
Expand Down

0 comments on commit 88b6ccd

Please sign in to comment.