mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-05 17:16:59 +02:00
7 lines
187 B
Bash
Executable File
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"
|