2 Commits

Author SHA1 Message Date
2aec03f580 upadte workflow
All checks were successful
Build Docker image / docker (push) Successful in 1m45s
Deploy to MicroK8s / deploy (push) Successful in 52s
2025-05-12 14:05:18 +03:00
9f818481d7 bump version
All checks were successful
Deploy to MicroK8s / deploy (push) Successful in 25s
2025-05-11 18:49:57 +03:00
2 changed files with 4 additions and 2 deletions

View File

@@ -24,4 +24,6 @@ jobs:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: git.mak-sim.ru/maksim/pg_backup:${{ gitea.ref_name }} tags: |
git.mak-sim.ru/maksim/pg_backup:${{ gitea.ref_name }}
git.mak-sim.ru/maksim/pg_backup:latest

View File

@@ -12,7 +12,7 @@ tasks:
cmds: cmds:
- | - |
helm upgrade --install -n system pg-backup ./pg_backup \ helm upgrade --install -n system pg-backup ./pg_backup \
--set "image.tag=0.0.10" \ --set "image.tag=0.0.11" \
--set "postgres_host=db.mak-sim.ru" \ --set "postgres_host=db.mak-sim.ru" \
--set postgres_password=$POSTGRES_PASSWORD \ --set postgres_password=$POSTGRES_PASSWORD \
--set "aws_access_key_id=$AWS_ACCESS_KEY_ID" \ --set "aws_access_key_id=$AWS_ACCESS_KEY_ID" \