You've already forked prometheus-fail2ban-exporter-charts
Compare commits
1 Commits
0.4.9
...
77692e5af2
Author | SHA1 | Date | |
---|---|---|---|
77692e5af2
|
@ -97,11 +97,7 @@ while IFS= read -r line; do
|
|||||||
fi
|
fi
|
||||||
done <<< "${COMMIT_TITLES}"
|
done <<< "${COMMIT_TITLES}"
|
||||||
|
|
||||||
if [ -s "${YAML_FILE}" ]; then
|
yq --no-colors --inplace ".annotations.\"artifacthub.io/changes\" |= loadstr(\"${YAML_FILE}\") | sort_keys(.)" "${CHART_FILE}"
|
||||||
yq --no-colors --inplace ".annotations.\"artifacthub.io/changes\" |= loadstr(\"${YAML_FILE}\") | sort_keys(.)" "${CHART_FILE}"
|
yq --no-colors --inplace ".version = \"${NEW_TAG}\"" "${CHART_FILE}"
|
||||||
else
|
|
||||||
echo "ERROR: Changelog file is empty: ${YAML_FILE}" 1>&2
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
rm "${YAML_FILE}"
|
rm "${YAML_FILE}"
|
@ -42,7 +42,7 @@ version of the chart must be in sync with the `values.yaml`. Newer *minor* versi
|
|||||||
versions can break something!
|
versions can break something!
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
CHART_VERSION=0.4.0
|
CHART_VERSION=0.4.8
|
||||||
helm show values prometheus-exporters/prometheus-fail2ban-exporter --version "${CHART_VERSION}" > values.yaml
|
helm show values prometheus-exporters/prometheus-fail2ban-exporter --version "${CHART_VERSION}" > values.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user