Skip to content

Commit e3b1090

Browse files
committed
deployments: Update pvbackup/pgbackup
1 parent 27f5076 commit e3b1090

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

deployments/buildmaster-new.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ spec:
2323
spec:
2424
containers:
2525
- name: buildmaster-frontend
26-
image: ghcr.io/haikuports/haikuporter/frontend:1.3.0-1
26+
image: ghcr.io/haikuports/haikuporter/frontend:1.3.0-2
2727
volumeMounts:
2828
- name: buildmaster-data-riscv64
2929
mountPath: /var/instances/master/riscv64
3030
- name: buildmaster-packages-new
3131
mountPath: /var/instances/haikuports
3232
- name: buildmaster-riscv64
33-
image: ghcr.io/haikuports/haikuporter/buildmaster:1.3.0-1
33+
image: ghcr.io/haikuports/haikuporter/buildmaster:1.3.0-2
3434
#command: ["bootstrap", "riscv64"]
3535
command: ["loop"]
3636
volumeMounts:

deployments/discourse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ spec:
154154
topologyKey: kubernetes.io/hostname
155155
containers:
156156
- name: pvbackup
157-
image: ghcr.io/haiku/pvbackup:1.2
157+
image: ghcr.io/haiku/pvbackup:1.3
158158
args: ["backup", "discourse-data"]
159159
env:
160160
- name: S3_HOST

deployments/gerrit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ spec:
100100
topologyKey: kubernetes.io/hostname
101101
containers:
102102
- name: pvbackup
103-
image: ghcr.io/haiku/pvbackup:1.2
103+
image: ghcr.io/haiku/pvbackup:1.3
104104
args: ["backup", "gerrit-data"]
105105
env:
106106
- name: S3_HOST

deployments/other/restore-pv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
restartPolicy: Never
2424
containers:
2525
- name: pvbackup
26-
image: ghcr.io/haiku/pvbackup:0.2
26+
image: ghcr.io/haiku/pvbackup:1.3
2727
args: ["restore", "gerrit-data"]
2828
env:
2929
- name: S3_HOST

deployments/pootle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ spec:
162162
topologyKey: kubernetes.io/hostname
163163
containers:
164164
- name: pvbackup
165-
image: ghcr.io/haiku/pvbackup:1.2
165+
image: ghcr.io/haiku/pvbackup:1.3
166166
args: ["backup", "pootle-data"]
167167
env:
168168
- name: S3_HOST

deployments/trac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ spec:
180180
topologyKey: kubernetes.io/hostname
181181
containers:
182182
- name: pvbackup
183-
image: ghcr.io/haiku/pvbackup:1.2
183+
image: ghcr.io/haiku/pvbackup:1.3
184184
args: ["backup", "trac-data"]
185185
env:
186186
- name: S3_HOST

deployments/userguide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ spec:
188188
topologyKey: kubernetes.io/hostname
189189
containers:
190190
- name: pvbackup
191-
image: ghcr.io/haiku/pvbackup:1.2
191+
image: ghcr.io/haiku/pvbackup:1.3
192192
args: ["backup", "userguide-data"]
193193
env:
194194
- name: S3_HOST

0 commit comments

Comments
 (0)