external-dns/scripts/kustomize-version-updater.sh
2022-11-24 17:59:31 +09:00

7 lines
187 B
Bash
Executable File

#!/bin/bash
set -e
sed -i -e "s/newTag: .*/newTag: $1/g" kustomize/kustomization.yaml
git add kustomize/kustomization.yaml
git commit -sm "updates kustomize with newly released version"