File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
applications/victoria-metrics-k8s-stack/latest Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- set -e
2+ set -ex
33
44cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null 2>&1
55export readonly ARCH=${1:- amd64}
@@ -51,7 +51,7 @@ generate_image() {
5151 vmagent_version=$( yq .vmagent.spec.image.tag $values_file )
5252 vmalert_version=$( yq .vmalert.spec.image.tag $values_file )
5353 victoria_metrics_version=$vmalert_version
54- operator_version=$( yq .image.tag charts/victoria-metrics-k8s-stack/charts/victoria-metrics-operator/values .yaml)
54+ operator_version=$( yq .appVersion charts/victoria-metrics-k8s-stack/charts/victoria-metrics-operator/Chart .yaml)
5555
5656 wget -qO- https://github.com/VictoriaMetrics/operator/archive/refs/tags/${operator_version} .tar.gz | tar -zx
5757 config_file=" operator-${operator_version# v} /internal/config/config.go"
You can’t perform that action at this time.
0 commit comments