Skip to content

Commit

Permalink
deployments: Update pvbackup/pgbackup
Browse files Browse the repository at this point in the history
  • Loading branch information
kallisti5 committed Jan 9, 2025
1 parent 27f5076 commit e3b1090
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions deployments/buildmaster-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ spec:
spec:
containers:
- name: buildmaster-frontend
image: ghcr.io/haikuports/haikuporter/frontend:1.3.0-1
image: ghcr.io/haikuports/haikuporter/frontend:1.3.0-2
volumeMounts:
- name: buildmaster-data-riscv64
mountPath: /var/instances/master/riscv64
- name: buildmaster-packages-new
mountPath: /var/instances/haikuports
- name: buildmaster-riscv64
image: ghcr.io/haikuports/haikuporter/buildmaster:1.3.0-1
image: ghcr.io/haikuports/haikuporter/buildmaster:1.3.0-2
#command: ["bootstrap", "riscv64"]
command: ["loop"]
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion deployments/discourse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: pvbackup
image: ghcr.io/haiku/pvbackup:1.2
image: ghcr.io/haiku/pvbackup:1.3
args: ["backup", "discourse-data"]
env:
- name: S3_HOST
Expand Down
2 changes: 1 addition & 1 deletion deployments/gerrit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: pvbackup
image: ghcr.io/haiku/pvbackup:1.2
image: ghcr.io/haiku/pvbackup:1.3
args: ["backup", "gerrit-data"]
env:
- name: S3_HOST
Expand Down
2 changes: 1 addition & 1 deletion deployments/other/restore-pv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
restartPolicy: Never
containers:
- name: pvbackup
image: ghcr.io/haiku/pvbackup:0.2
image: ghcr.io/haiku/pvbackup:1.3
args: ["restore", "gerrit-data"]
env:
- name: S3_HOST
Expand Down
2 changes: 1 addition & 1 deletion deployments/pootle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: pvbackup
image: ghcr.io/haiku/pvbackup:1.2
image: ghcr.io/haiku/pvbackup:1.3
args: ["backup", "pootle-data"]
env:
- name: S3_HOST
Expand Down
2 changes: 1 addition & 1 deletion deployments/trac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: pvbackup
image: ghcr.io/haiku/pvbackup:1.2
image: ghcr.io/haiku/pvbackup:1.3
args: ["backup", "trac-data"]
env:
- name: S3_HOST
Expand Down
2 changes: 1 addition & 1 deletion deployments/userguide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: pvbackup
image: ghcr.io/haiku/pvbackup:1.2
image: ghcr.io/haiku/pvbackup:1.3
args: ["backup", "userguide-data"]
env:
- name: S3_HOST
Expand Down

0 comments on commit e3b1090

Please sign in to comment.