Skip to content

Commit

Permalink
cloudsql-backup-check: version bump to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
deponian committed Apr 21, 2021
1 parent 82e3593 commit 8fc3f55
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions cloudsql-backup-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# UNRELEASED

# 0.2.2 (21.04.2021)
- Add "restic unlock" after successful database restoration

# 0.2.1 (25.03.2021)
- Add keepalive options for ssh and ansible

Expand Down
2 changes: 1 addition & 1 deletion cloudsql-backup-check/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: cloudsql-backup-check
description: A Helm chart for checking PostgreSQL backup integrity
version: 0.2.1
version: 0.2.2
appVersion: "2.10.5"
maintainers:
- name: Ilya Cherepanov
Expand Down
4 changes: 2 additions & 2 deletions cloudsql-backup-check/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ databases:
ansible_backup_check:
image:
repository: quay.io/evl.ms/ansible-postgresql-backup-check
tag: 20210330-alpine
tag: 20210421-alpine
pullPolicy: IfNotPresent
```
Expand All @@ -119,5 +119,5 @@ helm install cloudsql-backup-check evilmartians/cloudsql-backup-check -f example
|-------|:-----------:|--------:|
|**databases**|An array of databases' backups. (See an example above)||
|**ansible\_backup\_check.image.repository**|Docker repository for the docker image with ansible playbooks|`quay.io/evl.ms/ansible-postgresql-backup-check`|
|**ansible\_backup\_check.image.tag**|Docker image tag for the docker image with ansible playbooks|`20210330-alpine`|
|**ansible\_backup\_check.image.tag**|Docker image tag for the docker image with ansible playbooks|`20210421-alpine`|
|**ansible\_backup\_check.image.pullPolicy**|Docker image pull policy for the ansible pods|`IfNotPresent`|
2 changes: 1 addition & 1 deletion cloudsql-backup-check/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ databases: []
ansible_backup_check:
image:
repository: quay.io/evl.ms/ansible-postgresql-backup-check
tag: 20210330-alpine
tag: 20210421-alpine
pullPolicy: IfNotPresent

0 comments on commit 8fc3f55

Please sign in to comment.