Skip to content

Commit e75f602

Browse files
Simon Emmsroboquat
Simon Emms
authored andcommitted
[kots]: enable backup option on KOTS
1 parent ffcee2d commit e75f602

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

install/kots/manifests/gitpod-installation-status.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
containers:
3131
- name: installation-status
3232
# This will normally be the release tag
33-
image: "eu.gcr.io/gitpod-core-dev/build/installer:nvn-fix-11408.15"
33+
image: "eu.gcr.io/gitpod-core-dev/build/installer:sje-kots-backup.33"
3434
command:
3535
- /bin/sh
3636
- -c

install/kots/manifests/gitpod-installer-job.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
containers:
2929
- name: installer
3030
# This will normally be the release tag
31-
image: "eu.gcr.io/gitpod-core-dev/build/installer:nvn-fix-11408.15"
31+
image: "eu.gcr.io/gitpod-core-dev/build/installer:sje-kots-backup.33"
3232
volumeMounts:
3333
- mountPath: /config-patch
3434
name: config-patch
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Copyright (c) 2022 Gitpod GmbH. All rights reserved.
2+
# Licensed under the MIT License. See License-MIT.txt in the project root for license information.
3+
4+
apiVersion: velero.io/v1
5+
kind: Backup
6+
metadata:
7+
name: backup
8+
spec: {}

0 commit comments

Comments
 (0)