mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
chore: update to go 1.24.4 and bump dependencies
k8s dependencies to v0.33.2 chore: upgrade tools versions to latest available chore: update-generated chore: update custom-metrics-apiserver to current master chore: remove deprecated code Signed-off-by: Jayapriya Pai <janantha@redhat.com>
This commit is contained in:
parent
01919d0ef1
commit
1b9e052008
7 changed files with 957 additions and 510 deletions
|
|
@ -19,9 +19,9 @@ set -o errexit
|
|||
set -o nounset
|
||||
|
||||
# Tool versions
|
||||
K8S_VERSION=${KUBERNETES_VERSION:-v1.30.0} # cf https://hub.docker.com/r/kindest/node/tags
|
||||
KIND_VERSION=${KIND_VERSION:-v0.23.0} # cf https://github.com/kubernetes-sigs/kind/releases
|
||||
PROM_OPERATOR_VERSION=${PROM_OPERATOR_VERSION:-v0.73.2} # cf https://github.com/prometheus-operator/prometheus-operator/releases
|
||||
K8S_VERSION=${KUBERNETES_VERSION:-v1.33.1} # cf https://hub.docker.com/r/kindest/node/tags
|
||||
KIND_VERSION=${KIND_VERSION:-v0.29.0} # cf https://github.com/kubernetes-sigs/kind/releases
|
||||
PROM_OPERATOR_VERSION=${PROM_OPERATOR_VERSION:-v0.83.0} # cf https://github.com/prometheus-operator/prometheus-operator/releases
|
||||
|
||||
# Variables; set to empty if unbound/empty
|
||||
REGISTRY=${REGISTRY:-}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue