Skip to content

Commit

Permalink
Merge branch 'main' into fix-gh-bot-user-condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ehumphrey-payments authored Dec 9, 2024
2 parents 96467c4 + 7b82faf commit db9a382
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion docs/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@ Important: Webhooks will be only installed on repos that the account has at leas
**`MEND_RNV_SQLITE_FILE_PATH`**: Optional: Provide a path to persist the database. (eg. '/db/renovate-ce.sqlite', where 'db' is defined as a volume)

> [!IMPORTANT]
> The container running the Renovate EE server service requires read, write, and execute (rwx) permissions for the parent folder of the SQLite file. Additionally, the process inside the container executes with uid=1000 (node) and gid=1000 (node).
> The container running either the Renovate EE server service or the Renovate CE service requires read, write, and execute (rwx) permissions for the parent folder of the SQLite file.
> Additionally, the process inside the container executes with `uid=12021` (ubuntu) and `gid=12021`.
> [!NOTE]
> In versions before `v9`, the process executed with `uid=1000` (node) and `gid=1000`.
The [sqlite3](https://sqlite.org/cli.html) CLI tool is preinstalled in the Renovate CE/EE(server) images, allowing direct interaction with the underlying SQLite database.

Expand Down
4 changes: 2 additions & 2 deletions helm-charts/mend-renovate-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: mend-renovate-ce
version: 8.7.0
appVersion: 8.7.0
version: 9.0.0
appVersion: 9.0.0
description: Mend Renovate Community Edition
home: https://github.com/mend/renovate-ce-ee
sources:
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/mend-renovate-ce/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/mend/renovate-ce
tag: 8.7.0-full
tag: 9.0.0-full
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/mend-renovate-ee/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: mend-renovate-enterprise-edition
version: 2.7.0
appVersion: 8.7.0
version: 3.0.0
appVersion: 9.0.0
description: Mend Renovate Enterprise Edition
home: https://github.com/mend/renovate-ce-ee
sources:
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/mend-renovate-ee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ postgresql:
renovateServer:
image:
repository: ghcr.io/mend/renovate-ee-server
version: 8.7.0@sha256:581b122064a1479dfcded8d500415b4f80de2ed66471432b14874be68e1d02cf
version: 9.0.0@sha256:0dd372fbc242723e1127d7c53bd9107b9782fde978bea7acabc507fe545f7697
pullPolicy: Always

# Number of renovate-ee-server (for SQLite only 1 replica is allowed)
Expand Down Expand Up @@ -238,7 +238,7 @@ renovateServer:
renovateWorker:
image:
repository: ghcr.io/mend/renovate-ee-worker
version: 8.7.0-full@sha256:6767b6dac96dad152361dfed35b053531ff70c948f75e7220b6000c6f49caab4
version: 9.0.0-full@sha256:b388228594cf7adbf0f7715730ec8168dae4a7226328610e68d03867d78bcb87
pullPolicy: Always

# Optional: Sets the maximum execution duration of a Renovate CLI scan in minutes. Defaults to 60.
Expand Down

0 comments on commit db9a382

Please sign in to comment.