@highstate/restic 0.7.0 → 0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -132,7 +132,7 @@ class BackupJobPair extends ComponentResource {
132
132
  }
133
133
  },
134
134
  environment: {
135
- RESTIC_REPOSITORY: `rclone:${args2.resticRepo.remoteName}:${args2.resticRepo.basePath}/${args2.k8sCluster.name}/${name}`,
135
+ RESTIC_REPOSITORY: `rclone:${args2.resticRepo.remoteName}:${args2.resticRepo.basePath}/${args2.k8sCluster.info.name}/${name}`,
136
136
  RESTIC_PASSWORD_FILE: "/credentials/password",
137
137
  RESTIC_HOSTNAME: "default",
138
138
  RCLONE_CONFIG: "/credentials/rclone.conf",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@highstate/restic",
3
- "version": "0.7.0",
3
+ "version": "0.7.2",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "assets",
@@ -22,9 +22,9 @@
22
22
  "build": "pkgroll --tsconfig=tsconfig.build.json"
23
23
  },
24
24
  "dependencies": {
25
- "@highstate/common": "^0.7.0",
26
- "@highstate/k8s": "^0.7.0",
27
- "@highstate/pulumi": "^0.7.0",
25
+ "@highstate/common": "^0.7.2",
26
+ "@highstate/k8s": "^0.7.2",
27
+ "@highstate/pulumi": "^0.7.2",
28
28
  "@pulumi/kubernetes": "^4.18.0"
29
29
  },
30
30
  "peerDependencies": {
@@ -33,5 +33,5 @@
33
33
  "devDependencies": {
34
34
  "pkgroll": "^2.5.1"
35
35
  },
36
- "gitHead": "2f5227f7b88cf38946e490fc4cdb96127bd8b174"
36
+ "gitHead": "e177535015e0fa3c74ae8ddc0bc6d31b191d2c54"
37
37
  }