diff --git a/.woodpecker.yml b/.woodpecker.yml index 4873ba3..3909a8e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,21 +1,21 @@ -steps: - trigger-gitops-via-push: - when: - event: [push, pull_request, tag] - branch: [master] - name: Trigger apps-gitops via Git push - image: alpine/git - environment: - GIT_USERNAME: - from_secret: GIT_USERNAME - GIT_TOKEN: - from_secret: GIT_TOKEN - commands: | - git config --global user.name "woodpecker-bot" - git config --global user.email "ci@dvirlabs.com" - git clone "https://$${GIT_USERNAME}:$${GIT_TOKEN}@git.dvirlabs.com/dvirlabs/apps-gitops.git" - cd apps-gitops - echo "# trigger at $(date) by $${CI_REPO_NAME}" >> .trigger - git add .trigger - git commit -m "ci: trigger apps-gitops build" || echo "no changes" - git push origin HEAD \ No newline at end of file +# steps: +# trigger-gitops-via-push: +# when: +# event: [push, pull_request, tag] +# branch: [master] +# name: Trigger apps-gitops via Git push +# image: alpine/git +# environment: +# GIT_USERNAME: +# from_secret: GIT_USERNAME +# GIT_TOKEN: +# from_secret: GIT_TOKEN +# commands: | +# git config --global user.name "woodpecker-bot" +# git config --global user.email "ci@dvirlabs.com" +# git clone "https://$${GIT_USERNAME}:$${GIT_TOKEN}@git.dvirlabs.com/dvirlabs/apps-gitops.git" +# cd apps-gitops +# echo "# trigger at $(date) by $${CI_REPO_NAME}" >> .trigger +# git add .trigger +# git commit -m "ci: trigger apps-gitops build" || echo "no changes" +# git push origin HEAD \ No newline at end of file diff --git a/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml b/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml index 535407f..d651f0c 100644 --- a/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml +++ b/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml @@ -13,6 +13,7 @@ stringData: static_configs: - targets: - harbor-core.dev-tools.svc.cluster.local:8001 + - job_name: gitea static_configs: - targets: @@ -28,4 +29,4 @@ stringData: - https://kuma.dvirlabs.com basic_auth: username: dvirlabs - password: dvir4210200Ho \ No newline at end of file + password: dvir4210200Ho