Skip to content

Commit

Permalink
K8s - Etcd - BUMP to 3.5.15 (#2761)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianManiek authored Sep 18, 2024
1 parent e69f09f commit 6949956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/etcd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ APP_ID ?= $(CHART_NAME)

TRACK ?= 3.5

METRICS_EXPORTER_TAG ?= v0.5.1
METRICS_EXPORTER_TAG ?= v0.11.1-gke.1

SOURCE_REGISTRY ?= marketplace.gcr.io/google
IMAGE_ETCD ?= $(SOURCE_REGISTRY)/etcd3:$(TRACK)
IMAGE_PROMETHEUS_TO_SD ?= k8s.gcr.io/prometheus-to-sd:$(METRICS_EXPORTER_TAG)
IMAGE_PROMETHEUS_TO_SD ?= gke.gcr.io/prometheus-to-sd:$(METRICS_EXPORTER_TAG)


# Main image
Expand Down

0 comments on commit 6949956

Please sign in to comment.