Skip to content

Commit

Permalink
fix some broken versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
willemvd committed May 1, 2017
1 parent ffccb8b commit 951811e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift-postgresql-s3-backup-scheduledJob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ items:
restartPolicy: OnFailure
containers:
- name: postgresql-s3-hourly-backup
image: willemvd/postgresql-client-side-encrypted-s3-backup:1.1.0
image: willemvd/postgresql-client-side-encrypted-s3-backup:1.1.1
env:
- name: PGDATABASE
value:
Expand Down Expand Up @@ -119,7 +119,7 @@ items:
restartPolicy: OnFailure
containers:
- name: postgresql-s3-daily-backup
image: willemvd/postgresql-client-side-encrypted-s3-backup:1.1.0
image: willemvd/postgresql-client-side-encrypted-s3-backup:1.1.1
env:
- name: PGDATABASE
value:
Expand Down

0 comments on commit 951811e

Please sign in to comment.