fix: Update values in correct repository

This commit is contained in:
Jim Martens 2024-01-06 15:41:51 +01:00
parent f5f773a90b
commit 11345c94a5
Signed by: 2martens
GPG Key ID: 47393ABD1F96B7C8
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ steps:
- mkdir $HOME/bin
- wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_arm64 -O $HOME/bin/yq && chmod +x $HOME/bin/yq
- sed -i -r "s/(tag:).*/\1\ \"${DRONE_SEMVER}\"/" argocd/wahlrecht/${DRONE_DEPLOY_TO}/overwrite_values.yaml
- cd argocd/configserver/${DRONE_DEPLOY_TO} && $HOME/bin/yq '. *= load("overwrite_values.yaml")' default_values.yaml > values.yaml
- cd argocd/wahlrecht/${DRONE_DEPLOY_TO} && $HOME/bin/yq '. *= load("overwrite_values.yaml")' default_values.yaml > values.yaml
- name: save modified variable file
image: alpine/git
environment: