diff --git a/.github/workflows/build_dev.yml b/.github/workflows/build_dev.yml index d833f7e..e832b98 100644 --- a/.github/workflows/build_dev.yml +++ b/.github/workflows/build_dev.yml @@ -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 diff --git a/.github/workflows/build_prod.yml b/.github/workflows/build_prod.yml index c34c075..77af134 100644 --- a/.github/workflows/build_prod.yml +++ b/.github/workflows/build_prod.yml @@ -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: diff --git a/api/go.mod b/api/go.mod index 25b0f05..d2d5396 100644 --- a/api/go.mod +++ b/api/go.mod @@ -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 diff --git a/charts/deckhouse_lib_helm-1.72.0.tgz b/charts/deckhouse_lib_helm-1.72.0.tgz deleted file mode 100644 index bf178e5..0000000 Binary files a/charts/deckhouse_lib_helm-1.72.0.tgz and /dev/null differ diff --git a/charts/deckhouse_lib_helm-1.72.4.tgz b/charts/deckhouse_lib_helm-1.72.4.tgz new file mode 100644 index 0000000..63bb88a Binary files /dev/null and b/charts/deckhouse_lib_helm-1.72.4.tgz differ diff --git a/hooks/go/go.mod b/hooks/go/go.mod index e172edd..826600a 100644 --- a/hooks/go/go.mod +++ b/hooks/go/go.mod @@ -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 diff --git a/images/controller/go.mod b/images/controller/go.mod index 0ccb691..25dd8e6 100644 --- a/images/controller/go.mod +++ b/images/controller/go.mod @@ -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 diff --git a/images/webhooks/go.mod b/images/webhooks/go.mod index 704d077..072d23a 100644 --- a/images/webhooks/go.mod +++ b/images/webhooks/go.mod @@ -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