22 Commits

Author SHA1 Message Date
a09f4cfac6 Automatyczna zmiana: 1754166304 2025-08-02 22:25:04 +02:00
180ac99472 Automatyczna zmiana: 1754166003 2025-08-02 22:20:03 +02:00
21ecb33115 Automatyczna zmiana: 1754165853 2025-08-02 22:17:33 +02:00
94246cef76 Automatyczna zmiana: 1754165688 2025-08-02 22:14:48 +02:00
ba85e36d00 Automatyczna zmiana: 1754165534 2025-08-02 22:12:14 +02:00
66801f88fd Automatyczna zmiana: 1754165394 2025-08-02 22:09:54 +02:00
381de6eb4c Automatyczna zmiana: 1754165248 2025-08-02 22:07:28 +02:00
4aca89c574 Automatyczna zmiana: 1754165092 2025-08-02 22:04:52 +02:00
1c784f564d Automatyczna zmiana: 1754165084 2025-08-02 22:04:44 +02:00
9ff70abd82 Automatyczna zmiana: 1754164932 2025-08-02 22:02:12 +02:00
87723301ea Automatyczna zmiana: 1754164790 2025-08-02 21:59:50 +02:00
25f4b9bb53 Automatyczna zmiana: 1754164648 2025-08-02 21:57:28 +02:00
2079b73acc Automatyczna zmiana: 1754164493 2025-08-02 21:54:53 +02:00
b6f0bea373 Automatyczna zmiana: 1754164340 2025-08-02 21:52:20 +02:00
6da24ca2eb Automatyczna zmiana: 1754164178 2025-08-02 21:49:39 +02:00
f0aa20ba2a Automatyczna zmiana: 1754164035 2025-08-02 21:47:15 +02:00
0037a703ab Automatyczna zmiana: 1754163890 2025-08-02 21:44:50 +02:00
51d61b129b Automatyczna zmiana: 1754163730 2025-08-02 21:42:10 +02:00
4601756e17 Automatyczna zmiana: 1754163545 2025-08-02 21:39:05 +02:00
1bcf7034a6 Automatyczna zmiana: 1754163404 2025-08-02 21:36:44 +02:00
2ff0ac0c76 Automatyczna zmiana: 1754163102 2025-08-02 21:31:42 +02:00
acbae4aa41 Updated branch name and path in GitOps repo 2025-08-02 21:09:43 +02:00
2 changed files with 4 additions and 3 deletions

View File

@ -71,7 +71,7 @@ spec:
- name: REPO_URL - name: REPO_URL
value: https://gitea.marcin00.pl/pikram/user-microservice.git value: https://gitea.marcin00.pl/pikram/user-microservice.git
- name: REPO_BRANCH - name: REPO_BRANCH
value: argo-workflows value: argoworkflow-fluxcd
args: args:
- | - |
git clone --depth 1 --branch "${REPO_BRANCH}" --single-branch "${REPO_URL}" repo git clone --depth 1 --branch "${REPO_BRANCH}" --single-branch "${REPO_URL}" repo
@ -139,7 +139,7 @@ spec:
- name: DEPLOY_REPO_URL - name: DEPLOY_REPO_URL
value: ssh://git@srv22.mikr.us:20343/pikram/user-microservice-deploy.git value: ssh://git@srv22.mikr.us:20343/pikram/user-microservice-deploy.git
- name: DEPLOY_REPO_BRANCH - name: DEPLOY_REPO_BRANCH
value: argo-deploy value: argoworkflow-fluxcd
- name: CI_COMMIT_SHA - name: CI_COMMIT_SHA
value: "{{inputs.parameters.git-sha}}" value: "{{inputs.parameters.git-sha}}"
args: args:
@ -152,7 +152,7 @@ spec:
git config --global user.name "argo[bot]" git config --global user.name "argo[bot]"
git config --global user.email "argo@marcin00.pl" git config --global user.email "argo@marcin00.pl"
git clone --depth 1 --branch $DEPLOY_REPO_BRANCH --single-branch $DEPLOY_REPO_URL repo git clone --depth 1 --branch $DEPLOY_REPO_BRANCH --single-branch $DEPLOY_REPO_URL repo
cd repo cd repo/apps/user-microservice
awk -v commit="$CI_COMMIT_SHA" ' awk -v commit="$CI_COMMIT_SHA" '
$0 ~ /name:[[:space:]]*api/ { in_api_container = 1; print; next } $0 ~ /name:[[:space:]]*api/ { in_api_container = 1; print; next }
in_api_container && $0 ~ /^[[:space:]]*image:[[:space:]]*/ { in_api_container && $0 ~ /^[[:space:]]*image:[[:space:]]*/ {

1
version_marker.txt Normal file
View File

@ -0,0 +1 @@
1754166304