Skip to content

Commit

Permalink
fix(container): update docker.io/goharbor/harbor-db ( v2.11.0 → v2.11…
Browse files Browse the repository at this point in the history
….1 )
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent 11d27f9 commit fa67c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/harbor/harbor/backup/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
main:
image:
repository: docker.io/goharbor/harbor-db
tag: v2.11.0
tag: v2.11.1
command: ["/usr/bin/pg_dumpall"]
args:
- "-f"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/harbor/harbor/backup/restore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: postgres
image: docker.io/goharbor/harbor-db:v2.11.0
image: docker.io/goharbor/harbor-db:v2.11.1
command: ["/bin/sh"]
args:
- "-c"
Expand Down

0 comments on commit fa67c8c

Please sign in to comment.