diff --git a/catalog/raw/elasticsearch/5.6.4/elasticsearch-backup-function.yaml b/catalog/raw/elasticsearch/5.6.4/elasticsearch-backup-function.yaml index 1d93b1431..3192ebeae 100644 --- a/catalog/raw/elasticsearch/5.6.4/elasticsearch-backup-function.yaml +++ b/catalog/raw/elasticsearch/5.6.4/elasticsearch-backup-function.yaml @@ -20,6 +20,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --es-args=${args:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} diff --git a/catalog/raw/elasticsearch/5.6.4/elasticsearch-restore-function.yaml b/catalog/raw/elasticsearch/5.6.4/elasticsearch-restore-function.yaml index 407966541..e669397f0 100644 --- a/catalog/raw/elasticsearch/5.6.4/elasticsearch-restore-function.yaml +++ b/catalog/raw/elasticsearch/5.6.4/elasticsearch-restore-function.yaml @@ -21,6 +21,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --es-args=${args:=} - --output-dir=${outputDir:=} diff --git a/catalog/raw/elasticsearch/6.2.4/elasticsearch-backup-function.yaml b/catalog/raw/elasticsearch/6.2.4/elasticsearch-backup-function.yaml index 648cd5958..a0b98d46d 100644 --- a/catalog/raw/elasticsearch/6.2.4/elasticsearch-backup-function.yaml +++ b/catalog/raw/elasticsearch/6.2.4/elasticsearch-backup-function.yaml @@ -20,6 +20,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --es-args=${args:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} diff --git a/catalog/raw/elasticsearch/6.2.4/elasticsearch-restore-function.yaml b/catalog/raw/elasticsearch/6.2.4/elasticsearch-restore-function.yaml index 58f8083a6..bbdb61f31 100644 --- a/catalog/raw/elasticsearch/6.2.4/elasticsearch-restore-function.yaml +++ b/catalog/raw/elasticsearch/6.2.4/elasticsearch-restore-function.yaml @@ -21,6 +21,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --es-args=${args:=} - --output-dir=${outputDir:=} diff --git a/catalog/raw/elasticsearch/6.3.0/elasticsearch-backup-function.yaml b/catalog/raw/elasticsearch/6.3.0/elasticsearch-backup-function.yaml index 40d40db91..ead0f04bb 100644 --- a/catalog/raw/elasticsearch/6.3.0/elasticsearch-backup-function.yaml +++ b/catalog/raw/elasticsearch/6.3.0/elasticsearch-backup-function.yaml @@ -20,6 +20,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --es-args=${args:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} diff --git a/catalog/raw/elasticsearch/6.3.0/elasticsearch-restore-function.yaml b/catalog/raw/elasticsearch/6.3.0/elasticsearch-restore-function.yaml index 3e9facd9c..4199454c9 100644 --- a/catalog/raw/elasticsearch/6.3.0/elasticsearch-restore-function.yaml +++ b/catalog/raw/elasticsearch/6.3.0/elasticsearch-restore-function.yaml @@ -21,6 +21,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --es-args=${args:=} - --output-dir=${outputDir:=} diff --git a/catalog/raw/elasticsearch/6.4.0/elasticsearch-backup-function.yaml b/catalog/raw/elasticsearch/6.4.0/elasticsearch-backup-function.yaml index a7b65865b..66263235e 100644 --- a/catalog/raw/elasticsearch/6.4.0/elasticsearch-backup-function.yaml +++ b/catalog/raw/elasticsearch/6.4.0/elasticsearch-backup-function.yaml @@ -20,6 +20,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --es-args=${args:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} diff --git a/catalog/raw/elasticsearch/6.4.0/elasticsearch-restore-function.yaml b/catalog/raw/elasticsearch/6.4.0/elasticsearch-restore-function.yaml index b0f7faf2d..723c76326 100644 --- a/catalog/raw/elasticsearch/6.4.0/elasticsearch-restore-function.yaml +++ b/catalog/raw/elasticsearch/6.4.0/elasticsearch-restore-function.yaml @@ -21,6 +21,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --es-args=${args:=} - --output-dir=${outputDir:=} diff --git a/catalog/raw/elasticsearch/6.5.3/elasticsearch-backup-function.yaml b/catalog/raw/elasticsearch/6.5.3/elasticsearch-backup-function.yaml index 9b8281bee..f99054608 100644 --- a/catalog/raw/elasticsearch/6.5.3/elasticsearch-backup-function.yaml +++ b/catalog/raw/elasticsearch/6.5.3/elasticsearch-backup-function.yaml @@ -20,6 +20,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --es-args=${args:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} diff --git a/catalog/raw/elasticsearch/6.5.3/elasticsearch-restore-function.yaml b/catalog/raw/elasticsearch/6.5.3/elasticsearch-restore-function.yaml index 79c6f2157..3bab5e795 100644 --- a/catalog/raw/elasticsearch/6.5.3/elasticsearch-restore-function.yaml +++ b/catalog/raw/elasticsearch/6.5.3/elasticsearch-restore-function.yaml @@ -21,6 +21,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --es-args=${args:=} - --output-dir=${outputDir:=} diff --git a/catalog/raw/elasticsearch/6.8.0/elasticsearch-backup-function.yaml b/catalog/raw/elasticsearch/6.8.0/elasticsearch-backup-function.yaml index 4c76c5470..943dde28e 100644 --- a/catalog/raw/elasticsearch/6.8.0/elasticsearch-backup-function.yaml +++ b/catalog/raw/elasticsearch/6.8.0/elasticsearch-backup-function.yaml @@ -20,6 +20,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --es-args=${args:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} diff --git a/catalog/raw/elasticsearch/6.8.0/elasticsearch-restore-function.yaml b/catalog/raw/elasticsearch/6.8.0/elasticsearch-restore-function.yaml index 592125bed..c450b9cb8 100644 --- a/catalog/raw/elasticsearch/6.8.0/elasticsearch-restore-function.yaml +++ b/catalog/raw/elasticsearch/6.8.0/elasticsearch-restore-function.yaml @@ -21,6 +21,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --es-args=${args:=} - --output-dir=${outputDir:=} diff --git a/catalog/raw/elasticsearch/7.14.0/elasticsearch-backup-function.yaml b/catalog/raw/elasticsearch/7.14.0/elasticsearch-backup-function.yaml index 115ef8683..a4ba54cf4 100644 --- a/catalog/raw/elasticsearch/7.14.0/elasticsearch-backup-function.yaml +++ b/catalog/raw/elasticsearch/7.14.0/elasticsearch-backup-function.yaml @@ -20,6 +20,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --es-args=${args:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} diff --git a/catalog/raw/elasticsearch/7.14.0/elasticsearch-restore-function.yaml b/catalog/raw/elasticsearch/7.14.0/elasticsearch-restore-function.yaml index d6d19c8df..020cfc0c1 100644 --- a/catalog/raw/elasticsearch/7.14.0/elasticsearch-restore-function.yaml +++ b/catalog/raw/elasticsearch/7.14.0/elasticsearch-restore-function.yaml @@ -21,6 +21,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --es-args=${args:=} - --output-dir=${outputDir:=} diff --git a/catalog/raw/elasticsearch/7.2.0/elasticsearch-backup-function.yaml b/catalog/raw/elasticsearch/7.2.0/elasticsearch-backup-function.yaml index eb4d8e130..6a9b6b506 100644 --- a/catalog/raw/elasticsearch/7.2.0/elasticsearch-backup-function.yaml +++ b/catalog/raw/elasticsearch/7.2.0/elasticsearch-backup-function.yaml @@ -20,6 +20,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --es-args=${args:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} diff --git a/catalog/raw/elasticsearch/7.2.0/elasticsearch-restore-function.yaml b/catalog/raw/elasticsearch/7.2.0/elasticsearch-restore-function.yaml index 46ebb4993..615ae7937 100644 --- a/catalog/raw/elasticsearch/7.2.0/elasticsearch-restore-function.yaml +++ b/catalog/raw/elasticsearch/7.2.0/elasticsearch-restore-function.yaml @@ -21,6 +21,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --es-args=${args:=} - --output-dir=${outputDir:=} diff --git a/catalog/raw/elasticsearch/7.3.2/elasticsearch-backup-function.yaml b/catalog/raw/elasticsearch/7.3.2/elasticsearch-backup-function.yaml index 4a12effd8..28b57ed07 100644 --- a/catalog/raw/elasticsearch/7.3.2/elasticsearch-backup-function.yaml +++ b/catalog/raw/elasticsearch/7.3.2/elasticsearch-backup-function.yaml @@ -20,6 +20,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --es-args=${args:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} diff --git a/catalog/raw/elasticsearch/7.3.2/elasticsearch-restore-function.yaml b/catalog/raw/elasticsearch/7.3.2/elasticsearch-restore-function.yaml index 681cf3417..999054ebe 100644 --- a/catalog/raw/elasticsearch/7.3.2/elasticsearch-restore-function.yaml +++ b/catalog/raw/elasticsearch/7.3.2/elasticsearch-restore-function.yaml @@ -21,6 +21,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --es-args=${args:=} - --output-dir=${outputDir:=} diff --git a/catalog/raw/etcd/3.5.0/etcd-backup-function.yaml b/catalog/raw/etcd/3.5.0/etcd-backup-function.yaml index 8d9a59a29..10aa2a65d 100644 --- a/catalog/raw/etcd/3.5.0/etcd-backup-function.yaml +++ b/catalog/raw/etcd/3.5.0/etcd-backup-function.yaml @@ -19,6 +19,7 @@ spec: - --hostname=${HOSTNAME:=} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --etcd-args=${args:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} diff --git a/catalog/raw/etcd/3.5.0/etcd-restore-function.yaml b/catalog/raw/etcd/3.5.0/etcd-restore-function.yaml index 714305655..97bfacd08 100644 --- a/catalog/raw/etcd/3.5.0/etcd-restore-function.yaml +++ b/catalog/raw/etcd/3.5.0/etcd-restore-function.yaml @@ -20,6 +20,7 @@ spec: - --source-hostname=${SOURCE_HOSTNAME:=} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --etcd-args=${args:=} - --initial-cluster=${initialCluster:=} - --initial-cluster-token=${initialClusterToken:=} diff --git a/catalog/raw/mariadb/10.5.8/mariadb-backup-function.yaml b/catalog/raw/mariadb/10.5.8/mariadb-backup-function.yaml index fae301359..2e93f3662 100644 --- a/catalog/raw/mariadb/10.5.8/mariadb-backup-function.yaml +++ b/catalog/raw/mariadb/10.5.8/mariadb-backup-function.yaml @@ -20,6 +20,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/mariadb/10.5.8/mariadb-restore-function.yaml b/catalog/raw/mariadb/10.5.8/mariadb-restore-function.yaml index a089917bb..fa10fae28 100644 --- a/catalog/raw/mariadb/10.5.8/mariadb-restore-function.yaml +++ b/catalog/raw/mariadb/10.5.8/mariadb-restore-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/catalog/raw/mongodb/3.4.17/mongodb-backup-function.yaml b/catalog/raw/mongodb/3.4.17/mongodb-backup-function.yaml index cb49e6f61..71603f9d8 100644 --- a/catalog/raw/mongodb/3.4.17/mongodb-backup-function.yaml +++ b/catalog/raw/mongodb/3.4.17/mongodb-backup-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/mongodb/3.4.17/mongodb-restore-function.yaml b/catalog/raw/mongodb/3.4.17/mongodb-restore-function.yaml index f9315f7c8..be15ac657 100644 --- a/catalog/raw/mongodb/3.4.17/mongodb-restore-function.yaml +++ b/catalog/raw/mongodb/3.4.17/mongodb-restore-function.yaml @@ -22,6 +22,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/catalog/raw/mongodb/3.4.22/mongodb-backup-function.yaml b/catalog/raw/mongodb/3.4.22/mongodb-backup-function.yaml index e299fca66..6cd3be3ce 100644 --- a/catalog/raw/mongodb/3.4.22/mongodb-backup-function.yaml +++ b/catalog/raw/mongodb/3.4.22/mongodb-backup-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/mongodb/3.4.22/mongodb-restore-function.yaml b/catalog/raw/mongodb/3.4.22/mongodb-restore-function.yaml index a5c260298..da0c95e75 100644 --- a/catalog/raw/mongodb/3.4.22/mongodb-restore-function.yaml +++ b/catalog/raw/mongodb/3.4.22/mongodb-restore-function.yaml @@ -22,6 +22,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/catalog/raw/mongodb/3.6.13/mongodb-backup-function.yaml b/catalog/raw/mongodb/3.6.13/mongodb-backup-function.yaml index 9e1b34d0b..4266bb19a 100644 --- a/catalog/raw/mongodb/3.6.13/mongodb-backup-function.yaml +++ b/catalog/raw/mongodb/3.6.13/mongodb-backup-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/mongodb/3.6.13/mongodb-restore-function.yaml b/catalog/raw/mongodb/3.6.13/mongodb-restore-function.yaml index 41c9e6e76..61565c6a1 100644 --- a/catalog/raw/mongodb/3.6.13/mongodb-restore-function.yaml +++ b/catalog/raw/mongodb/3.6.13/mongodb-restore-function.yaml @@ -22,6 +22,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/catalog/raw/mongodb/3.6.8/mongodb-backup-function.yaml b/catalog/raw/mongodb/3.6.8/mongodb-backup-function.yaml index 47001408d..d4662dd12 100644 --- a/catalog/raw/mongodb/3.6.8/mongodb-backup-function.yaml +++ b/catalog/raw/mongodb/3.6.8/mongodb-backup-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/mongodb/3.6.8/mongodb-restore-function.yaml b/catalog/raw/mongodb/3.6.8/mongodb-restore-function.yaml index 2d35db29a..361f67b36 100644 --- a/catalog/raw/mongodb/3.6.8/mongodb-restore-function.yaml +++ b/catalog/raw/mongodb/3.6.8/mongodb-restore-function.yaml @@ -22,6 +22,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/catalog/raw/mongodb/4.0.11/mongodb-backup-function.yaml b/catalog/raw/mongodb/4.0.11/mongodb-backup-function.yaml index acfe2b79b..60747f02c 100644 --- a/catalog/raw/mongodb/4.0.11/mongodb-backup-function.yaml +++ b/catalog/raw/mongodb/4.0.11/mongodb-backup-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/mongodb/4.0.11/mongodb-restore-function.yaml b/catalog/raw/mongodb/4.0.11/mongodb-restore-function.yaml index f959f60ce..2ba620c09 100644 --- a/catalog/raw/mongodb/4.0.11/mongodb-restore-function.yaml +++ b/catalog/raw/mongodb/4.0.11/mongodb-restore-function.yaml @@ -22,6 +22,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/catalog/raw/mongodb/4.0.3/mongodb-backup-function.yaml b/catalog/raw/mongodb/4.0.3/mongodb-backup-function.yaml index 351c1f409..86cd146d6 100644 --- a/catalog/raw/mongodb/4.0.3/mongodb-backup-function.yaml +++ b/catalog/raw/mongodb/4.0.3/mongodb-backup-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/mongodb/4.0.3/mongodb-restore-function.yaml b/catalog/raw/mongodb/4.0.3/mongodb-restore-function.yaml index 629537ca9..a79059f90 100644 --- a/catalog/raw/mongodb/4.0.3/mongodb-restore-function.yaml +++ b/catalog/raw/mongodb/4.0.3/mongodb-restore-function.yaml @@ -22,6 +22,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/catalog/raw/mongodb/4.0.5/mongodb-backup-function.yaml b/catalog/raw/mongodb/4.0.5/mongodb-backup-function.yaml index ecf5ac1ef..36d1c9d6a 100644 --- a/catalog/raw/mongodb/4.0.5/mongodb-backup-function.yaml +++ b/catalog/raw/mongodb/4.0.5/mongodb-backup-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/mongodb/4.0.5/mongodb-restore-function.yaml b/catalog/raw/mongodb/4.0.5/mongodb-restore-function.yaml index 94c85024b..8f1101919 100644 --- a/catalog/raw/mongodb/4.0.5/mongodb-restore-function.yaml +++ b/catalog/raw/mongodb/4.0.5/mongodb-restore-function.yaml @@ -22,6 +22,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/catalog/raw/mongodb/4.1.13/mongodb-backup-function.yaml b/catalog/raw/mongodb/4.1.13/mongodb-backup-function.yaml index 3d55a4ef4..dbb82bf65 100644 --- a/catalog/raw/mongodb/4.1.13/mongodb-backup-function.yaml +++ b/catalog/raw/mongodb/4.1.13/mongodb-backup-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/mongodb/4.1.13/mongodb-restore-function.yaml b/catalog/raw/mongodb/4.1.13/mongodb-restore-function.yaml index aeeaffa4c..124e5b488 100644 --- a/catalog/raw/mongodb/4.1.13/mongodb-restore-function.yaml +++ b/catalog/raw/mongodb/4.1.13/mongodb-restore-function.yaml @@ -22,6 +22,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/catalog/raw/mongodb/4.1.4/mongodb-backup-function.yaml b/catalog/raw/mongodb/4.1.4/mongodb-backup-function.yaml index aa0395990..011e3e0e0 100644 --- a/catalog/raw/mongodb/4.1.4/mongodb-backup-function.yaml +++ b/catalog/raw/mongodb/4.1.4/mongodb-backup-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/mongodb/4.1.4/mongodb-restore-function.yaml b/catalog/raw/mongodb/4.1.4/mongodb-restore-function.yaml index f17aaf171..32068ed03 100644 --- a/catalog/raw/mongodb/4.1.4/mongodb-restore-function.yaml +++ b/catalog/raw/mongodb/4.1.4/mongodb-restore-function.yaml @@ -22,6 +22,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/catalog/raw/mongodb/4.1.7/mongodb-backup-function.yaml b/catalog/raw/mongodb/4.1.7/mongodb-backup-function.yaml index 40b758bea..5cdd8d3b3 100644 --- a/catalog/raw/mongodb/4.1.7/mongodb-backup-function.yaml +++ b/catalog/raw/mongodb/4.1.7/mongodb-backup-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/mongodb/4.1.7/mongodb-restore-function.yaml b/catalog/raw/mongodb/4.1.7/mongodb-restore-function.yaml index 528a96a02..7a206fc79 100644 --- a/catalog/raw/mongodb/4.1.7/mongodb-restore-function.yaml +++ b/catalog/raw/mongodb/4.1.7/mongodb-restore-function.yaml @@ -22,6 +22,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/catalog/raw/mongodb/4.2.3/mongodb-backup-function.yaml b/catalog/raw/mongodb/4.2.3/mongodb-backup-function.yaml index 98395032a..d9e8193cf 100644 --- a/catalog/raw/mongodb/4.2.3/mongodb-backup-function.yaml +++ b/catalog/raw/mongodb/4.2.3/mongodb-backup-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/mongodb/4.2.3/mongodb-restore-function.yaml b/catalog/raw/mongodb/4.2.3/mongodb-restore-function.yaml index dcf9ec4de..ad27509df 100644 --- a/catalog/raw/mongodb/4.2.3/mongodb-restore-function.yaml +++ b/catalog/raw/mongodb/4.2.3/mongodb-restore-function.yaml @@ -22,6 +22,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/catalog/raw/mongodb/4.4.6/mongodb-backup-function.yaml b/catalog/raw/mongodb/4.4.6/mongodb-backup-function.yaml index 6b5abb4f5..6b83e1725 100644 --- a/catalog/raw/mongodb/4.4.6/mongodb-backup-function.yaml +++ b/catalog/raw/mongodb/4.4.6/mongodb-backup-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/mongodb/4.4.6/mongodb-restore-function.yaml b/catalog/raw/mongodb/4.4.6/mongodb-restore-function.yaml index f259128aa..71322f7ae 100644 --- a/catalog/raw/mongodb/4.4.6/mongodb-restore-function.yaml +++ b/catalog/raw/mongodb/4.4.6/mongodb-restore-function.yaml @@ -22,6 +22,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/catalog/raw/mongodb/5.0.3/mongodb-backup-function.yaml b/catalog/raw/mongodb/5.0.3/mongodb-backup-function.yaml index dc4f931bc..8f0b219f3 100644 --- a/catalog/raw/mongodb/5.0.3/mongodb-backup-function.yaml +++ b/catalog/raw/mongodb/5.0.3/mongodb-backup-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/mongodb/5.0.3/mongodb-restore-function.yaml b/catalog/raw/mongodb/5.0.3/mongodb-restore-function.yaml index bea3be7e4..83b8d1e55 100644 --- a/catalog/raw/mongodb/5.0.3/mongodb-restore-function.yaml +++ b/catalog/raw/mongodb/5.0.3/mongodb-restore-function.yaml @@ -22,6 +22,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/catalog/raw/mysql/5.7.25/mysql-backup-function.yaml b/catalog/raw/mysql/5.7.25/mysql-backup-function.yaml index dce0a4044..4267f7100 100644 --- a/catalog/raw/mysql/5.7.25/mysql-backup-function.yaml +++ b/catalog/raw/mysql/5.7.25/mysql-backup-function.yaml @@ -20,6 +20,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/mysql/5.7.25/mysql-restore-function.yaml b/catalog/raw/mysql/5.7.25/mysql-restore-function.yaml index 342f503b1..54e2a8af5 100644 --- a/catalog/raw/mysql/5.7.25/mysql-restore-function.yaml +++ b/catalog/raw/mysql/5.7.25/mysql-restore-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/catalog/raw/mysql/8.0.14/mysql-backup-function.yaml b/catalog/raw/mysql/8.0.14/mysql-backup-function.yaml index e46a81214..6c0cf8fcb 100644 --- a/catalog/raw/mysql/8.0.14/mysql-backup-function.yaml +++ b/catalog/raw/mysql/8.0.14/mysql-backup-function.yaml @@ -20,6 +20,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/mysql/8.0.14/mysql-restore-function.yaml b/catalog/raw/mysql/8.0.14/mysql-restore-function.yaml index 81b8280e6..77646c41c 100644 --- a/catalog/raw/mysql/8.0.14/mysql-restore-function.yaml +++ b/catalog/raw/mysql/8.0.14/mysql-restore-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/catalog/raw/mysql/8.0.21/mysql-backup-function.yaml b/catalog/raw/mysql/8.0.21/mysql-backup-function.yaml index 4a6fabd76..5257dd3ae 100644 --- a/catalog/raw/mysql/8.0.21/mysql-backup-function.yaml +++ b/catalog/raw/mysql/8.0.21/mysql-backup-function.yaml @@ -20,6 +20,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/mysql/8.0.21/mysql-restore-function.yaml b/catalog/raw/mysql/8.0.21/mysql-restore-function.yaml index 67426a13d..8a674d852 100644 --- a/catalog/raw/mysql/8.0.21/mysql-restore-function.yaml +++ b/catalog/raw/mysql/8.0.21/mysql-restore-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/catalog/raw/mysql/8.0.3/mysql-backup-function.yaml b/catalog/raw/mysql/8.0.3/mysql-backup-function.yaml index 348f77d4c..4189c188c 100644 --- a/catalog/raw/mysql/8.0.3/mysql-backup-function.yaml +++ b/catalog/raw/mysql/8.0.3/mysql-backup-function.yaml @@ -20,6 +20,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/mysql/8.0.3/mysql-restore-function.yaml b/catalog/raw/mysql/8.0.3/mysql-restore-function.yaml index cf1f342d6..edb27b5c2 100644 --- a/catalog/raw/mysql/8.0.3/mysql-restore-function.yaml +++ b/catalog/raw/mysql/8.0.3/mysql-restore-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/catalog/raw/nats/2.6.1/nats-backup-function.yaml b/catalog/raw/nats/2.6.1/nats-backup-function.yaml index c64b09c6b..b1548bc94 100644 --- a/catalog/raw/nats/2.6.1/nats-backup-function.yaml +++ b/catalog/raw/nats/2.6.1/nats-backup-function.yaml @@ -23,6 +23,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/nats/2.6.1/nats-restore-function.yaml b/catalog/raw/nats/2.6.1/nats-restore-function.yaml index cc261c28b..f85b87fe9 100644 --- a/catalog/raw/nats/2.6.1/nats-restore-function.yaml +++ b/catalog/raw/nats/2.6.1/nats-restore-function.yaml @@ -25,6 +25,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/catalog/raw/perconaxtradb/5.7/perconaxtradb-backup-function.yaml b/catalog/raw/perconaxtradb/5.7/perconaxtradb-backup-function.yaml index 572561ca4..4c0f9ea3d 100644 --- a/catalog/raw/perconaxtradb/5.7/perconaxtradb-backup-function.yaml +++ b/catalog/raw/perconaxtradb/5.7/perconaxtradb-backup-function.yaml @@ -22,6 +22,7 @@ spec: - --namespace=${NAMESPACE:=default} - --backupsession=${BACKUP_SESSION:=} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} - --retention-keep-daily=${RETENTION_KEEP_DAILY:=0} diff --git a/catalog/raw/perconaxtradb/5.7/perconaxtradb-restore-function.yaml b/catalog/raw/perconaxtradb/5.7/perconaxtradb-restore-function.yaml index 446bbc458..85eb0175e 100644 --- a/catalog/raw/perconaxtradb/5.7/perconaxtradb-restore-function.yaml +++ b/catalog/raw/perconaxtradb/5.7/perconaxtradb-restore-function.yaml @@ -22,6 +22,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/catalog/raw/postgres/10.14/postgres-backup-function.yaml b/catalog/raw/postgres/10.14/postgres-backup-function.yaml index c05bb5501..61c792cd1 100644 --- a/catalog/raw/postgres/10.14/postgres-backup-function.yaml +++ b/catalog/raw/postgres/10.14/postgres-backup-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/postgres/10.14/postgres-restore-function.yaml b/catalog/raw/postgres/10.14/postgres-restore-function.yaml index 06e27cf4c..9e7a2e1de 100644 --- a/catalog/raw/postgres/10.14/postgres-restore-function.yaml +++ b/catalog/raw/postgres/10.14/postgres-restore-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/catalog/raw/postgres/11.9/postgres-backup-function.yaml b/catalog/raw/postgres/11.9/postgres-backup-function.yaml index 2dbe95945..5cf00160c 100644 --- a/catalog/raw/postgres/11.9/postgres-backup-function.yaml +++ b/catalog/raw/postgres/11.9/postgres-backup-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/postgres/11.9/postgres-restore-function.yaml b/catalog/raw/postgres/11.9/postgres-restore-function.yaml index 0cf189296..756fdb52f 100644 --- a/catalog/raw/postgres/11.9/postgres-restore-function.yaml +++ b/catalog/raw/postgres/11.9/postgres-restore-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/catalog/raw/postgres/12.4/postgres-backup-function.yaml b/catalog/raw/postgres/12.4/postgres-backup-function.yaml index b6e7b37e2..360d3d848 100644 --- a/catalog/raw/postgres/12.4/postgres-backup-function.yaml +++ b/catalog/raw/postgres/12.4/postgres-backup-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/postgres/12.4/postgres-restore-function.yaml b/catalog/raw/postgres/12.4/postgres-restore-function.yaml index 69c69df88..eca4e42e9 100644 --- a/catalog/raw/postgres/12.4/postgres-restore-function.yaml +++ b/catalog/raw/postgres/12.4/postgres-restore-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/catalog/raw/postgres/13.1/postgres-backup-function.yaml b/catalog/raw/postgres/13.1/postgres-backup-function.yaml index d0cba2c13..556201b8e 100644 --- a/catalog/raw/postgres/13.1/postgres-backup-function.yaml +++ b/catalog/raw/postgres/13.1/postgres-backup-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/postgres/13.1/postgres-restore-function.yaml b/catalog/raw/postgres/13.1/postgres-restore-function.yaml index 10cdb1c65..08766c5d6 100644 --- a/catalog/raw/postgres/13.1/postgres-restore-function.yaml +++ b/catalog/raw/postgres/13.1/postgres-restore-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/catalog/raw/postgres/14.0/postgres-backup-function.yaml b/catalog/raw/postgres/14.0/postgres-backup-function.yaml index 6e468d46a..2adcfed2b 100644 --- a/catalog/raw/postgres/14.0/postgres-backup-function.yaml +++ b/catalog/raw/postgres/14.0/postgres-backup-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/postgres/14.0/postgres-restore-function.yaml b/catalog/raw/postgres/14.0/postgres-restore-function.yaml index 584b2bafa..a47978397 100644 --- a/catalog/raw/postgres/14.0/postgres-restore-function.yaml +++ b/catalog/raw/postgres/14.0/postgres-restore-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/catalog/raw/postgres/9.6.19/postgres-backup-function.yaml b/catalog/raw/postgres/9.6.19/postgres-backup-function.yaml index 3c7380a7f..e9c2a7ffa 100644 --- a/catalog/raw/postgres/9.6.19/postgres-backup-function.yaml +++ b/catalog/raw/postgres/9.6.19/postgres-backup-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/postgres/9.6.19/postgres-restore-function.yaml b/catalog/raw/postgres/9.6.19/postgres-restore-function.yaml index 8a9f00fb8..53133f419 100644 --- a/catalog/raw/postgres/9.6.19/postgres-restore-function.yaml +++ b/catalog/raw/postgres/9.6.19/postgres-restore-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/catalog/raw/redis/5.0.13/redis-backup-function.yaml b/catalog/raw/redis/5.0.13/redis-backup-function.yaml index 3b89a5b14..868bf1ff0 100644 --- a/catalog/raw/redis/5.0.13/redis-backup-function.yaml +++ b/catalog/raw/redis/5.0.13/redis-backup-function.yaml @@ -20,6 +20,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/redis/5.0.13/redis-restore-function.yaml b/catalog/raw/redis/5.0.13/redis-restore-function.yaml index b89794424..b477d924c 100644 --- a/catalog/raw/redis/5.0.13/redis-restore-function.yaml +++ b/catalog/raw/redis/5.0.13/redis-restore-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/catalog/raw/redis/6.2.5/redis-backup-function.yaml b/catalog/raw/redis/6.2.5/redis-backup-function.yaml index 830cc3753..1b1561ac0 100644 --- a/catalog/raw/redis/6.2.5/redis-backup-function.yaml +++ b/catalog/raw/redis/6.2.5/redis-backup-function.yaml @@ -20,6 +20,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/catalog/raw/redis/6.2.5/redis-restore-function.yaml b/catalog/raw/redis/6.2.5/redis-restore-function.yaml index cdfa0b760..196316daa 100644 --- a/catalog/raw/redis/6.2.5/redis-restore-function.yaml +++ b/catalog/raw/redis/6.2.5/redis-restore-function.yaml @@ -21,6 +21,7 @@ spec: - --wait-timeout=${waitTimeout:=300} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/charts/stash-catalog/templates/elasticsearch/5.6.4/elasticsearch-backup-function.yaml b/charts/stash-catalog/templates/elasticsearch/5.6.4/elasticsearch-backup-function.yaml index e7b178f68..3a99d06e4 100644 --- a/charts/stash-catalog/templates/elasticsearch/5.6.4/elasticsearch-backup-function.yaml +++ b/charts/stash-catalog/templates/elasticsearch/5.6.4/elasticsearch-backup-function.yaml @@ -23,6 +23,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --es-args=${args:={{ .Values.elasticsearch.backup.args }}} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} diff --git a/charts/stash-catalog/templates/elasticsearch/5.6.4/elasticsearch-restore-function.yaml b/charts/stash-catalog/templates/elasticsearch/5.6.4/elasticsearch-restore-function.yaml index 486732065..6883496e8 100644 --- a/charts/stash-catalog/templates/elasticsearch/5.6.4/elasticsearch-restore-function.yaml +++ b/charts/stash-catalog/templates/elasticsearch/5.6.4/elasticsearch-restore-function.yaml @@ -24,6 +24,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --es-args=${args:={{ .Values.elasticsearch.restore.args }}} - --output-dir=${outputDir:=} diff --git a/charts/stash-catalog/templates/elasticsearch/6.2.4/elasticsearch-backup-function.yaml b/charts/stash-catalog/templates/elasticsearch/6.2.4/elasticsearch-backup-function.yaml index f15dee73a..398a649d3 100644 --- a/charts/stash-catalog/templates/elasticsearch/6.2.4/elasticsearch-backup-function.yaml +++ b/charts/stash-catalog/templates/elasticsearch/6.2.4/elasticsearch-backup-function.yaml @@ -23,6 +23,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --es-args=${args:={{ .Values.elasticsearch.backup.args }}} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} diff --git a/charts/stash-catalog/templates/elasticsearch/6.2.4/elasticsearch-restore-function.yaml b/charts/stash-catalog/templates/elasticsearch/6.2.4/elasticsearch-restore-function.yaml index be9bac9cc..f58e8c4c8 100644 --- a/charts/stash-catalog/templates/elasticsearch/6.2.4/elasticsearch-restore-function.yaml +++ b/charts/stash-catalog/templates/elasticsearch/6.2.4/elasticsearch-restore-function.yaml @@ -24,6 +24,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --es-args=${args:={{ .Values.elasticsearch.restore.args }}} - --output-dir=${outputDir:=} diff --git a/charts/stash-catalog/templates/elasticsearch/6.3.0/elasticsearch-backup-function.yaml b/charts/stash-catalog/templates/elasticsearch/6.3.0/elasticsearch-backup-function.yaml index 60cecfd9e..95061c9a1 100644 --- a/charts/stash-catalog/templates/elasticsearch/6.3.0/elasticsearch-backup-function.yaml +++ b/charts/stash-catalog/templates/elasticsearch/6.3.0/elasticsearch-backup-function.yaml @@ -23,6 +23,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --es-args=${args:={{ .Values.elasticsearch.backup.args }}} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} diff --git a/charts/stash-catalog/templates/elasticsearch/6.3.0/elasticsearch-restore-function.yaml b/charts/stash-catalog/templates/elasticsearch/6.3.0/elasticsearch-restore-function.yaml index e08b13b19..f6c54ddeb 100644 --- a/charts/stash-catalog/templates/elasticsearch/6.3.0/elasticsearch-restore-function.yaml +++ b/charts/stash-catalog/templates/elasticsearch/6.3.0/elasticsearch-restore-function.yaml @@ -24,6 +24,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --es-args=${args:={{ .Values.elasticsearch.restore.args }}} - --output-dir=${outputDir:=} diff --git a/charts/stash-catalog/templates/elasticsearch/6.4.0/elasticsearch-backup-function.yaml b/charts/stash-catalog/templates/elasticsearch/6.4.0/elasticsearch-backup-function.yaml index 33f00bdc5..1b0282787 100644 --- a/charts/stash-catalog/templates/elasticsearch/6.4.0/elasticsearch-backup-function.yaml +++ b/charts/stash-catalog/templates/elasticsearch/6.4.0/elasticsearch-backup-function.yaml @@ -23,6 +23,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --es-args=${args:={{ .Values.elasticsearch.backup.args }}} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} diff --git a/charts/stash-catalog/templates/elasticsearch/6.4.0/elasticsearch-restore-function.yaml b/charts/stash-catalog/templates/elasticsearch/6.4.0/elasticsearch-restore-function.yaml index 3562f4424..54c3a0d8e 100644 --- a/charts/stash-catalog/templates/elasticsearch/6.4.0/elasticsearch-restore-function.yaml +++ b/charts/stash-catalog/templates/elasticsearch/6.4.0/elasticsearch-restore-function.yaml @@ -24,6 +24,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --es-args=${args:={{ .Values.elasticsearch.restore.args }}} - --output-dir=${outputDir:=} diff --git a/charts/stash-catalog/templates/elasticsearch/6.5.3/elasticsearch-backup-function.yaml b/charts/stash-catalog/templates/elasticsearch/6.5.3/elasticsearch-backup-function.yaml index dcf2a0022..22fd7ff6a 100644 --- a/charts/stash-catalog/templates/elasticsearch/6.5.3/elasticsearch-backup-function.yaml +++ b/charts/stash-catalog/templates/elasticsearch/6.5.3/elasticsearch-backup-function.yaml @@ -23,6 +23,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --es-args=${args:={{ .Values.elasticsearch.backup.args }}} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} diff --git a/charts/stash-catalog/templates/elasticsearch/6.5.3/elasticsearch-restore-function.yaml b/charts/stash-catalog/templates/elasticsearch/6.5.3/elasticsearch-restore-function.yaml index 4fccb3c80..f5870ac91 100644 --- a/charts/stash-catalog/templates/elasticsearch/6.5.3/elasticsearch-restore-function.yaml +++ b/charts/stash-catalog/templates/elasticsearch/6.5.3/elasticsearch-restore-function.yaml @@ -24,6 +24,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --es-args=${args:={{ .Values.elasticsearch.restore.args }}} - --output-dir=${outputDir:=} diff --git a/charts/stash-catalog/templates/elasticsearch/6.8.0/elasticsearch-backup-function.yaml b/charts/stash-catalog/templates/elasticsearch/6.8.0/elasticsearch-backup-function.yaml index 651e0a219..d2fba9f94 100644 --- a/charts/stash-catalog/templates/elasticsearch/6.8.0/elasticsearch-backup-function.yaml +++ b/charts/stash-catalog/templates/elasticsearch/6.8.0/elasticsearch-backup-function.yaml @@ -23,6 +23,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --es-args=${args:={{ .Values.elasticsearch.backup.args }}} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} diff --git a/charts/stash-catalog/templates/elasticsearch/6.8.0/elasticsearch-restore-function.yaml b/charts/stash-catalog/templates/elasticsearch/6.8.0/elasticsearch-restore-function.yaml index 911b33a57..dcf39cb73 100644 --- a/charts/stash-catalog/templates/elasticsearch/6.8.0/elasticsearch-restore-function.yaml +++ b/charts/stash-catalog/templates/elasticsearch/6.8.0/elasticsearch-restore-function.yaml @@ -24,6 +24,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --es-args=${args:={{ .Values.elasticsearch.restore.args }}} - --output-dir=${outputDir:=} diff --git a/charts/stash-catalog/templates/elasticsearch/7.14.0/elasticsearch-backup-function.yaml b/charts/stash-catalog/templates/elasticsearch/7.14.0/elasticsearch-backup-function.yaml index 04e8a1255..e717e6c33 100644 --- a/charts/stash-catalog/templates/elasticsearch/7.14.0/elasticsearch-backup-function.yaml +++ b/charts/stash-catalog/templates/elasticsearch/7.14.0/elasticsearch-backup-function.yaml @@ -23,6 +23,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --es-args=${args:={{ .Values.elasticsearch.backup.args }}} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} diff --git a/charts/stash-catalog/templates/elasticsearch/7.14.0/elasticsearch-restore-function.yaml b/charts/stash-catalog/templates/elasticsearch/7.14.0/elasticsearch-restore-function.yaml index be24aa082..4f3a618e4 100644 --- a/charts/stash-catalog/templates/elasticsearch/7.14.0/elasticsearch-restore-function.yaml +++ b/charts/stash-catalog/templates/elasticsearch/7.14.0/elasticsearch-restore-function.yaml @@ -24,6 +24,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --es-args=${args:={{ .Values.elasticsearch.restore.args }}} - --output-dir=${outputDir:=} diff --git a/charts/stash-catalog/templates/elasticsearch/7.2.0/elasticsearch-backup-function.yaml b/charts/stash-catalog/templates/elasticsearch/7.2.0/elasticsearch-backup-function.yaml index 105d221c9..de72f0c92 100644 --- a/charts/stash-catalog/templates/elasticsearch/7.2.0/elasticsearch-backup-function.yaml +++ b/charts/stash-catalog/templates/elasticsearch/7.2.0/elasticsearch-backup-function.yaml @@ -23,6 +23,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --es-args=${args:={{ .Values.elasticsearch.backup.args }}} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} diff --git a/charts/stash-catalog/templates/elasticsearch/7.2.0/elasticsearch-restore-function.yaml b/charts/stash-catalog/templates/elasticsearch/7.2.0/elasticsearch-restore-function.yaml index 962d5f2bb..24ec3c08d 100644 --- a/charts/stash-catalog/templates/elasticsearch/7.2.0/elasticsearch-restore-function.yaml +++ b/charts/stash-catalog/templates/elasticsearch/7.2.0/elasticsearch-restore-function.yaml @@ -24,6 +24,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --es-args=${args:={{ .Values.elasticsearch.restore.args }}} - --output-dir=${outputDir:=} diff --git a/charts/stash-catalog/templates/elasticsearch/7.3.2/elasticsearch-backup-function.yaml b/charts/stash-catalog/templates/elasticsearch/7.3.2/elasticsearch-backup-function.yaml index 204855ac4..a5c82d9b4 100644 --- a/charts/stash-catalog/templates/elasticsearch/7.3.2/elasticsearch-backup-function.yaml +++ b/charts/stash-catalog/templates/elasticsearch/7.3.2/elasticsearch-backup-function.yaml @@ -23,6 +23,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --es-args=${args:={{ .Values.elasticsearch.backup.args }}} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} diff --git a/charts/stash-catalog/templates/elasticsearch/7.3.2/elasticsearch-restore-function.yaml b/charts/stash-catalog/templates/elasticsearch/7.3.2/elasticsearch-restore-function.yaml index cb431cef7..9044e2b7c 100644 --- a/charts/stash-catalog/templates/elasticsearch/7.3.2/elasticsearch-restore-function.yaml +++ b/charts/stash-catalog/templates/elasticsearch/7.3.2/elasticsearch-restore-function.yaml @@ -24,6 +24,7 @@ spec: - --interim-data-dir=${INTERIM_DATA_DIR} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --es-args=${args:={{ .Values.elasticsearch.restore.args }}} - --output-dir=${outputDir:=} diff --git a/charts/stash-catalog/templates/etcd/3.5.0/etcd-backup-function.yaml b/charts/stash-catalog/templates/etcd/3.5.0/etcd-backup-function.yaml index 9535310fe..a96718a40 100644 --- a/charts/stash-catalog/templates/etcd/3.5.0/etcd-backup-function.yaml +++ b/charts/stash-catalog/templates/etcd/3.5.0/etcd-backup-function.yaml @@ -22,6 +22,7 @@ spec: - --hostname=${HOSTNAME:=} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --etcd-args=${args:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} diff --git a/charts/stash-catalog/templates/etcd/3.5.0/etcd-restore-function.yaml b/charts/stash-catalog/templates/etcd/3.5.0/etcd-restore-function.yaml index ea038f86b..b8188a3a9 100644 --- a/charts/stash-catalog/templates/etcd/3.5.0/etcd-restore-function.yaml +++ b/charts/stash-catalog/templates/etcd/3.5.0/etcd-restore-function.yaml @@ -23,6 +23,7 @@ spec: - --source-hostname=${SOURCE_HOSTNAME:=} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --etcd-args=${args:=} - --initial-cluster=${initialCluster:=} - --initial-cluster-token=${initialClusterToken:=} diff --git a/charts/stash-catalog/templates/mariadb/10.5.8/mariadb-backup-function.yaml b/charts/stash-catalog/templates/mariadb/10.5.8/mariadb-backup-function.yaml index 730955bd0..208d1f773 100644 --- a/charts/stash-catalog/templates/mariadb/10.5.8/mariadb-backup-function.yaml +++ b/charts/stash-catalog/templates/mariadb/10.5.8/mariadb-backup-function.yaml @@ -23,6 +23,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/mariadb/10.5.8/mariadb-restore-function.yaml b/charts/stash-catalog/templates/mariadb/10.5.8/mariadb-restore-function.yaml index d2488605d..c254af88e 100644 --- a/charts/stash-catalog/templates/mariadb/10.5.8/mariadb-restore-function.yaml +++ b/charts/stash-catalog/templates/mariadb/10.5.8/mariadb-restore-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/charts/stash-catalog/templates/mongodb/3.4.17/mongodb-backup-function.yaml b/charts/stash-catalog/templates/mongodb/3.4.17/mongodb-backup-function.yaml index 63524e356..eddf851b6 100644 --- a/charts/stash-catalog/templates/mongodb/3.4.17/mongodb-backup-function.yaml +++ b/charts/stash-catalog/templates/mongodb/3.4.17/mongodb-backup-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/mongodb/3.4.17/mongodb-restore-function.yaml b/charts/stash-catalog/templates/mongodb/3.4.17/mongodb-restore-function.yaml index f4be37eeb..8bf927f93 100644 --- a/charts/stash-catalog/templates/mongodb/3.4.17/mongodb-restore-function.yaml +++ b/charts/stash-catalog/templates/mongodb/3.4.17/mongodb-restore-function.yaml @@ -25,6 +25,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/charts/stash-catalog/templates/mongodb/3.4.22/mongodb-backup-function.yaml b/charts/stash-catalog/templates/mongodb/3.4.22/mongodb-backup-function.yaml index 1663befa7..b383a65a2 100644 --- a/charts/stash-catalog/templates/mongodb/3.4.22/mongodb-backup-function.yaml +++ b/charts/stash-catalog/templates/mongodb/3.4.22/mongodb-backup-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/mongodb/3.4.22/mongodb-restore-function.yaml b/charts/stash-catalog/templates/mongodb/3.4.22/mongodb-restore-function.yaml index 0fe5d2de0..8ba52a7fc 100644 --- a/charts/stash-catalog/templates/mongodb/3.4.22/mongodb-restore-function.yaml +++ b/charts/stash-catalog/templates/mongodb/3.4.22/mongodb-restore-function.yaml @@ -25,6 +25,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/charts/stash-catalog/templates/mongodb/3.6.13/mongodb-backup-function.yaml b/charts/stash-catalog/templates/mongodb/3.6.13/mongodb-backup-function.yaml index 691a0a18a..1f0796a5a 100644 --- a/charts/stash-catalog/templates/mongodb/3.6.13/mongodb-backup-function.yaml +++ b/charts/stash-catalog/templates/mongodb/3.6.13/mongodb-backup-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/mongodb/3.6.13/mongodb-restore-function.yaml b/charts/stash-catalog/templates/mongodb/3.6.13/mongodb-restore-function.yaml index a103a99a0..47142e2d2 100644 --- a/charts/stash-catalog/templates/mongodb/3.6.13/mongodb-restore-function.yaml +++ b/charts/stash-catalog/templates/mongodb/3.6.13/mongodb-restore-function.yaml @@ -25,6 +25,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/charts/stash-catalog/templates/mongodb/3.6.8/mongodb-backup-function.yaml b/charts/stash-catalog/templates/mongodb/3.6.8/mongodb-backup-function.yaml index 90fb5633d..1b196a049 100644 --- a/charts/stash-catalog/templates/mongodb/3.6.8/mongodb-backup-function.yaml +++ b/charts/stash-catalog/templates/mongodb/3.6.8/mongodb-backup-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/mongodb/3.6.8/mongodb-restore-function.yaml b/charts/stash-catalog/templates/mongodb/3.6.8/mongodb-restore-function.yaml index 50c5905a0..ff4541e9e 100644 --- a/charts/stash-catalog/templates/mongodb/3.6.8/mongodb-restore-function.yaml +++ b/charts/stash-catalog/templates/mongodb/3.6.8/mongodb-restore-function.yaml @@ -25,6 +25,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/charts/stash-catalog/templates/mongodb/4.0.11/mongodb-backup-function.yaml b/charts/stash-catalog/templates/mongodb/4.0.11/mongodb-backup-function.yaml index 19723cd1d..8d9c9e552 100644 --- a/charts/stash-catalog/templates/mongodb/4.0.11/mongodb-backup-function.yaml +++ b/charts/stash-catalog/templates/mongodb/4.0.11/mongodb-backup-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/mongodb/4.0.11/mongodb-restore-function.yaml b/charts/stash-catalog/templates/mongodb/4.0.11/mongodb-restore-function.yaml index b4690c878..1c6e1ff28 100644 --- a/charts/stash-catalog/templates/mongodb/4.0.11/mongodb-restore-function.yaml +++ b/charts/stash-catalog/templates/mongodb/4.0.11/mongodb-restore-function.yaml @@ -25,6 +25,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/charts/stash-catalog/templates/mongodb/4.0.3/mongodb-backup-function.yaml b/charts/stash-catalog/templates/mongodb/4.0.3/mongodb-backup-function.yaml index 56d1ec017..317a3aaa9 100644 --- a/charts/stash-catalog/templates/mongodb/4.0.3/mongodb-backup-function.yaml +++ b/charts/stash-catalog/templates/mongodb/4.0.3/mongodb-backup-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/mongodb/4.0.3/mongodb-restore-function.yaml b/charts/stash-catalog/templates/mongodb/4.0.3/mongodb-restore-function.yaml index 7bfcc69a6..60e0b0958 100644 --- a/charts/stash-catalog/templates/mongodb/4.0.3/mongodb-restore-function.yaml +++ b/charts/stash-catalog/templates/mongodb/4.0.3/mongodb-restore-function.yaml @@ -25,6 +25,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/charts/stash-catalog/templates/mongodb/4.0.5/mongodb-backup-function.yaml b/charts/stash-catalog/templates/mongodb/4.0.5/mongodb-backup-function.yaml index f9d14fc01..a79b0da2c 100644 --- a/charts/stash-catalog/templates/mongodb/4.0.5/mongodb-backup-function.yaml +++ b/charts/stash-catalog/templates/mongodb/4.0.5/mongodb-backup-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/mongodb/4.0.5/mongodb-restore-function.yaml b/charts/stash-catalog/templates/mongodb/4.0.5/mongodb-restore-function.yaml index daf8a8416..8ab1d66b6 100644 --- a/charts/stash-catalog/templates/mongodb/4.0.5/mongodb-restore-function.yaml +++ b/charts/stash-catalog/templates/mongodb/4.0.5/mongodb-restore-function.yaml @@ -25,6 +25,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/charts/stash-catalog/templates/mongodb/4.1.13/mongodb-backup-function.yaml b/charts/stash-catalog/templates/mongodb/4.1.13/mongodb-backup-function.yaml index 82f5d8a9b..ccf9f0951 100644 --- a/charts/stash-catalog/templates/mongodb/4.1.13/mongodb-backup-function.yaml +++ b/charts/stash-catalog/templates/mongodb/4.1.13/mongodb-backup-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/mongodb/4.1.13/mongodb-restore-function.yaml b/charts/stash-catalog/templates/mongodb/4.1.13/mongodb-restore-function.yaml index 330e8dd6b..d7da6a4b3 100644 --- a/charts/stash-catalog/templates/mongodb/4.1.13/mongodb-restore-function.yaml +++ b/charts/stash-catalog/templates/mongodb/4.1.13/mongodb-restore-function.yaml @@ -25,6 +25,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/charts/stash-catalog/templates/mongodb/4.1.4/mongodb-backup-function.yaml b/charts/stash-catalog/templates/mongodb/4.1.4/mongodb-backup-function.yaml index ce28ff089..6a2f5cdfc 100644 --- a/charts/stash-catalog/templates/mongodb/4.1.4/mongodb-backup-function.yaml +++ b/charts/stash-catalog/templates/mongodb/4.1.4/mongodb-backup-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/mongodb/4.1.4/mongodb-restore-function.yaml b/charts/stash-catalog/templates/mongodb/4.1.4/mongodb-restore-function.yaml index 25e5893e3..38c09198e 100644 --- a/charts/stash-catalog/templates/mongodb/4.1.4/mongodb-restore-function.yaml +++ b/charts/stash-catalog/templates/mongodb/4.1.4/mongodb-restore-function.yaml @@ -25,6 +25,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/charts/stash-catalog/templates/mongodb/4.1.7/mongodb-backup-function.yaml b/charts/stash-catalog/templates/mongodb/4.1.7/mongodb-backup-function.yaml index 232512158..db031b03a 100644 --- a/charts/stash-catalog/templates/mongodb/4.1.7/mongodb-backup-function.yaml +++ b/charts/stash-catalog/templates/mongodb/4.1.7/mongodb-backup-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/mongodb/4.1.7/mongodb-restore-function.yaml b/charts/stash-catalog/templates/mongodb/4.1.7/mongodb-restore-function.yaml index e1176f692..a8c78c76f 100644 --- a/charts/stash-catalog/templates/mongodb/4.1.7/mongodb-restore-function.yaml +++ b/charts/stash-catalog/templates/mongodb/4.1.7/mongodb-restore-function.yaml @@ -25,6 +25,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/charts/stash-catalog/templates/mongodb/4.2.3/mongodb-backup-function.yaml b/charts/stash-catalog/templates/mongodb/4.2.3/mongodb-backup-function.yaml index e9b19b633..7fc65d1dc 100644 --- a/charts/stash-catalog/templates/mongodb/4.2.3/mongodb-backup-function.yaml +++ b/charts/stash-catalog/templates/mongodb/4.2.3/mongodb-backup-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/mongodb/4.2.3/mongodb-restore-function.yaml b/charts/stash-catalog/templates/mongodb/4.2.3/mongodb-restore-function.yaml index d0805e511..28285c8bb 100644 --- a/charts/stash-catalog/templates/mongodb/4.2.3/mongodb-restore-function.yaml +++ b/charts/stash-catalog/templates/mongodb/4.2.3/mongodb-restore-function.yaml @@ -25,6 +25,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/charts/stash-catalog/templates/mongodb/4.4.6/mongodb-backup-function.yaml b/charts/stash-catalog/templates/mongodb/4.4.6/mongodb-backup-function.yaml index e460f7fcc..9ad59bb84 100644 --- a/charts/stash-catalog/templates/mongodb/4.4.6/mongodb-backup-function.yaml +++ b/charts/stash-catalog/templates/mongodb/4.4.6/mongodb-backup-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/mongodb/4.4.6/mongodb-restore-function.yaml b/charts/stash-catalog/templates/mongodb/4.4.6/mongodb-restore-function.yaml index c8770606e..3da2c5817 100644 --- a/charts/stash-catalog/templates/mongodb/4.4.6/mongodb-restore-function.yaml +++ b/charts/stash-catalog/templates/mongodb/4.4.6/mongodb-restore-function.yaml @@ -25,6 +25,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/charts/stash-catalog/templates/mongodb/5.0.3/mongodb-backup-function.yaml b/charts/stash-catalog/templates/mongodb/5.0.3/mongodb-backup-function.yaml index f6f234fc2..618a5013b 100644 --- a/charts/stash-catalog/templates/mongodb/5.0.3/mongodb-backup-function.yaml +++ b/charts/stash-catalog/templates/mongodb/5.0.3/mongodb-backup-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/mongodb/5.0.3/mongodb-restore-function.yaml b/charts/stash-catalog/templates/mongodb/5.0.3/mongodb-restore-function.yaml index b623a4858..2e577e9e8 100644 --- a/charts/stash-catalog/templates/mongodb/5.0.3/mongodb-restore-function.yaml +++ b/charts/stash-catalog/templates/mongodb/5.0.3/mongodb-restore-function.yaml @@ -25,6 +25,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --restoresession=${RESTORE_SESSION:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} diff --git a/charts/stash-catalog/templates/mysql/5.7.25/mysql-backup-function.yaml b/charts/stash-catalog/templates/mysql/5.7.25/mysql-backup-function.yaml index b984a4d33..cecdcb17d 100644 --- a/charts/stash-catalog/templates/mysql/5.7.25/mysql-backup-function.yaml +++ b/charts/stash-catalog/templates/mysql/5.7.25/mysql-backup-function.yaml @@ -23,6 +23,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/mysql/5.7.25/mysql-restore-function.yaml b/charts/stash-catalog/templates/mysql/5.7.25/mysql-restore-function.yaml index 6f218e7c4..84e6b3d5a 100644 --- a/charts/stash-catalog/templates/mysql/5.7.25/mysql-restore-function.yaml +++ b/charts/stash-catalog/templates/mysql/5.7.25/mysql-restore-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/charts/stash-catalog/templates/mysql/8.0.14/mysql-backup-function.yaml b/charts/stash-catalog/templates/mysql/8.0.14/mysql-backup-function.yaml index 8dcff40d8..93658ffab 100644 --- a/charts/stash-catalog/templates/mysql/8.0.14/mysql-backup-function.yaml +++ b/charts/stash-catalog/templates/mysql/8.0.14/mysql-backup-function.yaml @@ -23,6 +23,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/mysql/8.0.14/mysql-restore-function.yaml b/charts/stash-catalog/templates/mysql/8.0.14/mysql-restore-function.yaml index 6a3c29a1c..1dfebe570 100644 --- a/charts/stash-catalog/templates/mysql/8.0.14/mysql-restore-function.yaml +++ b/charts/stash-catalog/templates/mysql/8.0.14/mysql-restore-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/charts/stash-catalog/templates/mysql/8.0.21/mysql-backup-function.yaml b/charts/stash-catalog/templates/mysql/8.0.21/mysql-backup-function.yaml index ab4dfafed..984d4fad8 100644 --- a/charts/stash-catalog/templates/mysql/8.0.21/mysql-backup-function.yaml +++ b/charts/stash-catalog/templates/mysql/8.0.21/mysql-backup-function.yaml @@ -23,6 +23,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/mysql/8.0.21/mysql-restore-function.yaml b/charts/stash-catalog/templates/mysql/8.0.21/mysql-restore-function.yaml index 5448266ef..b2a0f5b92 100644 --- a/charts/stash-catalog/templates/mysql/8.0.21/mysql-restore-function.yaml +++ b/charts/stash-catalog/templates/mysql/8.0.21/mysql-restore-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/charts/stash-catalog/templates/mysql/8.0.3/mysql-backup-function.yaml b/charts/stash-catalog/templates/mysql/8.0.3/mysql-backup-function.yaml index f5478c792..a3a530844 100644 --- a/charts/stash-catalog/templates/mysql/8.0.3/mysql-backup-function.yaml +++ b/charts/stash-catalog/templates/mysql/8.0.3/mysql-backup-function.yaml @@ -23,6 +23,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/mysql/8.0.3/mysql-restore-function.yaml b/charts/stash-catalog/templates/mysql/8.0.3/mysql-restore-function.yaml index 9ada263e6..5b210f2d6 100644 --- a/charts/stash-catalog/templates/mysql/8.0.3/mysql-restore-function.yaml +++ b/charts/stash-catalog/templates/mysql/8.0.3/mysql-restore-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/charts/stash-catalog/templates/nats/2.6.1/nats-backup-function.yaml b/charts/stash-catalog/templates/nats/2.6.1/nats-backup-function.yaml index 406a1b0e4..d5927e0c7 100644 --- a/charts/stash-catalog/templates/nats/2.6.1/nats-backup-function.yaml +++ b/charts/stash-catalog/templates/nats/2.6.1/nats-backup-function.yaml @@ -26,6 +26,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/nats/2.6.1/nats-restore-function.yaml b/charts/stash-catalog/templates/nats/2.6.1/nats-restore-function.yaml index 33cbe534a..571a96432 100644 --- a/charts/stash-catalog/templates/nats/2.6.1/nats-restore-function.yaml +++ b/charts/stash-catalog/templates/nats/2.6.1/nats-restore-function.yaml @@ -28,6 +28,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/charts/stash-catalog/templates/perconaxtradb/5.7/perconaxtradb-backup-function.yaml b/charts/stash-catalog/templates/perconaxtradb/5.7/perconaxtradb-backup-function.yaml index 03379915f..904a91218 100644 --- a/charts/stash-catalog/templates/perconaxtradb/5.7/perconaxtradb-backup-function.yaml +++ b/charts/stash-catalog/templates/perconaxtradb/5.7/perconaxtradb-backup-function.yaml @@ -25,6 +25,7 @@ spec: - --namespace=${NAMESPACE:=default} - --backupsession=${BACKUP_SESSION:=} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} - --retention-keep-daily=${RETENTION_KEEP_DAILY:=0} diff --git a/charts/stash-catalog/templates/perconaxtradb/5.7/perconaxtradb-restore-function.yaml b/charts/stash-catalog/templates/perconaxtradb/5.7/perconaxtradb-restore-function.yaml index a2066d664..065897912 100644 --- a/charts/stash-catalog/templates/perconaxtradb/5.7/perconaxtradb-restore-function.yaml +++ b/charts/stash-catalog/templates/perconaxtradb/5.7/perconaxtradb-restore-function.yaml @@ -25,6 +25,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/charts/stash-catalog/templates/postgres/10.14/postgres-backup-function.yaml b/charts/stash-catalog/templates/postgres/10.14/postgres-backup-function.yaml index 902c43100..25caf625c 100644 --- a/charts/stash-catalog/templates/postgres/10.14/postgres-backup-function.yaml +++ b/charts/stash-catalog/templates/postgres/10.14/postgres-backup-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/postgres/10.14/postgres-restore-function.yaml b/charts/stash-catalog/templates/postgres/10.14/postgres-restore-function.yaml index c3f9a00e2..e9184590d 100644 --- a/charts/stash-catalog/templates/postgres/10.14/postgres-restore-function.yaml +++ b/charts/stash-catalog/templates/postgres/10.14/postgres-restore-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/charts/stash-catalog/templates/postgres/11.9/postgres-backup-function.yaml b/charts/stash-catalog/templates/postgres/11.9/postgres-backup-function.yaml index b9a03466b..e83b3bf1b 100644 --- a/charts/stash-catalog/templates/postgres/11.9/postgres-backup-function.yaml +++ b/charts/stash-catalog/templates/postgres/11.9/postgres-backup-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/postgres/11.9/postgres-restore-function.yaml b/charts/stash-catalog/templates/postgres/11.9/postgres-restore-function.yaml index 2925b99ae..5e95c7b80 100644 --- a/charts/stash-catalog/templates/postgres/11.9/postgres-restore-function.yaml +++ b/charts/stash-catalog/templates/postgres/11.9/postgres-restore-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/charts/stash-catalog/templates/postgres/12.4/postgres-backup-function.yaml b/charts/stash-catalog/templates/postgres/12.4/postgres-backup-function.yaml index 6e407fefe..fce73e77c 100644 --- a/charts/stash-catalog/templates/postgres/12.4/postgres-backup-function.yaml +++ b/charts/stash-catalog/templates/postgres/12.4/postgres-backup-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/postgres/12.4/postgres-restore-function.yaml b/charts/stash-catalog/templates/postgres/12.4/postgres-restore-function.yaml index 57139fe29..cb7f5a973 100644 --- a/charts/stash-catalog/templates/postgres/12.4/postgres-restore-function.yaml +++ b/charts/stash-catalog/templates/postgres/12.4/postgres-restore-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/charts/stash-catalog/templates/postgres/13.1/postgres-backup-function.yaml b/charts/stash-catalog/templates/postgres/13.1/postgres-backup-function.yaml index 55e1ff4d6..f3afa22ff 100644 --- a/charts/stash-catalog/templates/postgres/13.1/postgres-backup-function.yaml +++ b/charts/stash-catalog/templates/postgres/13.1/postgres-backup-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/postgres/13.1/postgres-restore-function.yaml b/charts/stash-catalog/templates/postgres/13.1/postgres-restore-function.yaml index 12fafde3b..e763673d9 100644 --- a/charts/stash-catalog/templates/postgres/13.1/postgres-restore-function.yaml +++ b/charts/stash-catalog/templates/postgres/13.1/postgres-restore-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/charts/stash-catalog/templates/postgres/14.0/postgres-backup-function.yaml b/charts/stash-catalog/templates/postgres/14.0/postgres-backup-function.yaml index 36291561a..3bc6e4598 100644 --- a/charts/stash-catalog/templates/postgres/14.0/postgres-backup-function.yaml +++ b/charts/stash-catalog/templates/postgres/14.0/postgres-backup-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/postgres/14.0/postgres-restore-function.yaml b/charts/stash-catalog/templates/postgres/14.0/postgres-restore-function.yaml index 7aa7e963d..b59245d88 100644 --- a/charts/stash-catalog/templates/postgres/14.0/postgres-restore-function.yaml +++ b/charts/stash-catalog/templates/postgres/14.0/postgres-restore-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/charts/stash-catalog/templates/postgres/9.6.19/postgres-backup-function.yaml b/charts/stash-catalog/templates/postgres/9.6.19/postgres-backup-function.yaml index c23224d3f..2667f7c84 100644 --- a/charts/stash-catalog/templates/postgres/9.6.19/postgres-backup-function.yaml +++ b/charts/stash-catalog/templates/postgres/9.6.19/postgres-backup-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/postgres/9.6.19/postgres-restore-function.yaml b/charts/stash-catalog/templates/postgres/9.6.19/postgres-restore-function.yaml index e49c9b02d..686f62627 100644 --- a/charts/stash-catalog/templates/postgres/9.6.19/postgres-restore-function.yaml +++ b/charts/stash-catalog/templates/postgres/9.6.19/postgres-restore-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/charts/stash-catalog/templates/redis/5.0.13/redis-backup-function.yaml b/charts/stash-catalog/templates/redis/5.0.13/redis-backup-function.yaml index 7d0e62646..b974deedd 100644 --- a/charts/stash-catalog/templates/redis/5.0.13/redis-backup-function.yaml +++ b/charts/stash-catalog/templates/redis/5.0.13/redis-backup-function.yaml @@ -23,6 +23,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/redis/5.0.13/redis-restore-function.yaml b/charts/stash-catalog/templates/redis/5.0.13/redis-restore-function.yaml index 7cb39aa7b..539392f52 100644 --- a/charts/stash-catalog/templates/redis/5.0.13/redis-restore-function.yaml +++ b/charts/stash-catalog/templates/redis/5.0.13/redis-restore-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=} diff --git a/charts/stash-catalog/templates/redis/6.2.5/redis-backup-function.yaml b/charts/stash-catalog/templates/redis/6.2.5/redis-backup-function.yaml index f49aad5e4..e848fc976 100644 --- a/charts/stash-catalog/templates/redis/6.2.5/redis-backup-function.yaml +++ b/charts/stash-catalog/templates/redis/6.2.5/redis-backup-function.yaml @@ -23,6 +23,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --backupsession=${BACKUP_SESSION:=} - --retention-keep-last=${RETENTION_KEEP_LAST:=0} - --retention-keep-hourly=${RETENTION_KEEP_HOURLY:=0} diff --git a/charts/stash-catalog/templates/redis/6.2.5/redis-restore-function.yaml b/charts/stash-catalog/templates/redis/6.2.5/redis-restore-function.yaml index 0b59f3632..a9148afa8 100644 --- a/charts/stash-catalog/templates/redis/6.2.5/redis-restore-function.yaml +++ b/charts/stash-catalog/templates/redis/6.2.5/redis-restore-function.yaml @@ -24,6 +24,7 @@ spec: - --wait-timeout=${waitTimeout:={{ .Values.waitTimeout}}} - --namespace=${NAMESPACE:=default} - --appbinding=${TARGET_NAME:=} + - --appbinding-namespace=${TARGET_NAMESPACE:=} - --snapshot=${RESTORE_SNAPSHOTS:=} - --output-dir=${outputDir:=} - --license-apiservice=${LICENSE_APISERVICE:=}