Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
Signed-off-by: weave-gitops-bot <weave-gitops-bot@weave.works>
  • Loading branch information
weave-gitops-bot committed Jan 24, 2024
1 parent 2af6d11 commit 232b664
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BUILD_TIME?=$(shell date +'%Y-%m-%d_%T')
BRANCH?=$(shell which git > /dev/null && git rev-parse --abbrev-ref HEAD)
GIT_COMMIT?=$(shell which git > /dev/null && git log -n1 --pretty='%h')
VERSION?=$(shell which git > /dev/null && git describe --always --match "v*")
FLUX_VERSION=2.0.1
FLUX_VERSION=2.2.2
CHART_VERSION=$(shell which yq > /dev/null && yq e '.version' charts/gitops-server/Chart.yaml)
TIER=oss

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ require (
github.com/spf13/viper v1.16.0
github.com/tomwright/dasel v1.22.1
github.com/weaveworks/policy-agent/api v1.0.5
github.com/weaveworks/tf-controller/tfctl v0.0.0-20231228180612-918cb6250720
github.com/weaveworks/tf-controller/tfctl v0.0.0-20240123110631-575817489b4c
github.com/yannh/kubeconform v0.5.0
go.uber.org/zap v1.26.0
golang.org/x/crypto v0.16.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,8 @@ github.com/weaveworks/policy-agent/api v1.0.5 h1:4pqzzta8xPUsE9h9YhGJVg5XQ2NuAU/
github.com/weaveworks/policy-agent/api v1.0.5/go.mod h1:LlhTiipsV5GSHkL/q7Wa7qrJPZGR9Xtoq2npXTWp9bI=
github.com/weaveworks/tf-controller/api v0.0.0-20231212164812-c222d7f1024a h1:3crYbwLT0W+T10H7hTPVTiq/PELh4vMyHYWvqOblf+A=
github.com/weaveworks/tf-controller/api v0.0.0-20231212164812-c222d7f1024a/go.mod h1:201u5xXY+YI7+ggWljE0VvqMxa+zP1Y1lyRXc1RlXBc=
github.com/weaveworks/tf-controller/tfctl v0.0.0-20231228180612-918cb6250720 h1:aWmhjmq52mW7QBVgEcn5jHif1HltUtToDouFegchwwE=
github.com/weaveworks/tf-controller/tfctl v0.0.0-20231228180612-918cb6250720/go.mod h1:t7p44M7BelgHIkdzD5sT32y3RU2mKp2VUuEb0uwimSY=
github.com/weaveworks/tf-controller/tfctl v0.0.0-20240123110631-575817489b4c h1:WwXT/2zUVsRQPo/5nDwYL8kGLKyUa9JIZmUZxjf3Erw=
github.com/weaveworks/tf-controller/tfctl v0.0.0-20240123110631-575817489b4c/go.mod h1:t7p44M7BelgHIkdzD5sT32y3RU2mKp2VUuEb0uwimSY=
github.com/xanzy/go-gitlab v0.83.0 h1:37p0MpTPNbsTMKX/JnmJtY8Ch1sFiJzVF342+RvZEGw=
github.com/xanzy/go-gitlab v0.83.0/go.mod h1:5ryv+MnpZStBH8I/77HuQBsMbBGANtVpLWC15qOjWAw=
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
Expand Down

0 comments on commit 232b664

Please sign in to comment.