Skip to content

Commit

Permalink
Merge pull request #238 from B-urb/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
B-urb authored Oct 14, 2024
2 parents c2a03bd + 0f01ff5 commit 838f822
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions l0/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions l2/providers/Charts/Plane.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export default function createPlaneHelm(namespace: Namespace, config: {
ingress: {
appHost: config.url
},
services: {
postgres: {
local_setup: false
},
Expand All @@ -37,8 +36,7 @@ export default function createPlaneHelm(namespace: Namespace, config: {
},
minio: {
local_setup: false
}
},
},
env: {
pgdb_database: config.dbName,
pgdb_remote_url: config.dbConnectionString,
Expand Down
2 changes: 1 addition & 1 deletion l2/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const versions: Record<string, VersionEntry> = {
versioning: "docker",
},
vaultwarden: {
version: "1.32.1-alpine",
version: "1.32.2-alpine",
depName: "vaultwarden/server",
datasource: "docker",
versioning: "docker",
Expand Down

0 comments on commit 838f822

Please sign in to comment.