Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
GOPROXY: ${{ secrets.GOPROXY }}
SOURCE_REPO: ${{ secrets.SOURCE_REPO }}
SOURCE_REPO_SSH_KEY: ${{ secrets.SOURCE_REPO_SSH_KEY }}
BASE_IMAGES_VERSION: "v0.5.79"
BASE_IMAGES_VERSION: "v1.1.10"
on:
#pull_request:
# call from trivy_image_check.yaml, which in turn call from pull_request
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
GOPROXY: ${{ secrets.GOPROXY }}
SOURCE_REPO: ${{ secrets.SOURCE_REPO }}
SOURCE_REPO_SSH_KEY: ${{ secrets.SOURCE_REPO_SSH_KEY }}
BASE_IMAGES_VERSION: "v0.5.79"
BASE_IMAGES_VERSION: "v1.1.10"
on:
push:
tags:
Expand Down
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/deckhouse/sds-elastic/api

go 1.25.10
go 1.26.4
require (
k8s.io/api v0.34.1
k8s.io/apimachinery v0.34.1
Expand Down
Binary file removed charts/deckhouse_lib_helm-1.72.0.tgz
Binary file not shown.
Binary file added charts/deckhouse_lib_helm-1.72.4.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion hooks/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/deckhouse/sds-elastic/hooks/go

go 1.25.10
go 1.26.4
require (
github.com/deckhouse/module-sdk v0.7.0
github.com/deckhouse/sds-common-lib v0.6.3
Expand Down
2 changes: 1 addition & 1 deletion images/controller/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/deckhouse/sds-elastic/images/controller

go 1.25.10
go 1.26.4
require (
github.com/deckhouse/sds-elastic/api v0.0.0
github.com/go-logr/logr v1.4.2
Expand Down
2 changes: 1 addition & 1 deletion images/webhooks/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/deckhouse/sds-elastic/images/webhooks

go 1.25.10
go 1.26.4
require (
github.com/onsi/ginkgo/v2 v2.23.1
github.com/onsi/gomega v1.36.2
Expand Down
Loading