Skip to content

Commit 1880f39

Browse files
authored
chore: update OVN backup image version (#882)
JIRA:OSPC-1051
1 parent 5af7706 commit 1880f39

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

base-kustomize/ovn-backup/base/ovn-backup.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
name: ovndb-backup
1313
spec:
1414
accessModes:
15-
- ReadWriteOnce
15+
- ReadWriteOnce
1616
resources:
1717
requests:
1818
storage: 1Gi
@@ -35,25 +35,25 @@ spec:
3535
serviceAccountName: "ovn"
3636
restartPolicy: "Never"
3737
volumes:
38-
- name: backup
39-
persistentVolumeClaim:
40-
claimName: ovndb-backup
41-
- name: backup-script
42-
configMap:
43-
name: ovn-backup-script
44-
defaultMode: 0744
45-
containers:
46-
- name: ovn-central-backup
47-
envFrom:
48-
- configMapRef:
49-
name: ovn-backup-config
50-
- secretRef:
51-
name: ovn-backup-swift-tempauth-account
52-
command: ["/backup-script/ovn-backup.sh"]
53-
image: docker.io/kubeovn/kube-ovn:v1.11.5
54-
imagePullPolicy: IfNotPresent
55-
volumeMounts:
5638
- name: backup
57-
mountPath: "/backup"
39+
persistentVolumeClaim:
40+
claimName: ovndb-backup
5841
- name: backup-script
59-
mountPath: /backup-script
42+
configMap:
43+
name: ovn-backup-script
44+
defaultMode: 0744
45+
containers:
46+
- name: ovn-central-backup
47+
envFrom:
48+
- configMapRef:
49+
name: ovn-backup-config
50+
- secretRef:
51+
name: ovn-backup-swift-tempauth-account
52+
command: ["/backup-script/ovn-backup.sh"]
53+
image: docker.io/kubeovn/kube-ovn:v1.11.5
54+
imagePullPolicy: IfNotPresent
55+
volumeMounts:
56+
- name: backup
57+
mountPath: "/backup"
58+
- name: backup-script
59+
mountPath: /backup-script

docs/infrastructure-ovn-db-backup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ spec:
8484
- "/usr/bin/sleep"
8585
args:
8686
- "infinity"
87-
image: docker.io/kubeovn/kube-ovn:v1.11.5
87+
image: docker.io/kubeovn/kube-ovn:v1.12.30
8888
volumeMounts:
8989
- mountPath: /etc/ovn
9090
name: host-config-ovn

0 commit comments

Comments
 (0)