3b8ff7fb91
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [sourcegraph/server](https://sourcegraph.com/) ([source](https://togithub.com/sourcegraph/sourcegraph)) | patch | `5.5.2463` -> `5.5.3738` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>sourcegraph/sourcegraph (sourcegraph/server)</summary> ### [`v5.5.3738`](https://togithub.com/sourcegraph/sourcegraph/releases/tag/v5.5.3738): Sourcegraph 5.5.3738 [Compare Source](https://togithub.com/sourcegraph/sourcegraph/compare/v5.5.2463...v5.5.3738) Sourcegraph 5.5.3738 is now available! *Note: we've updated our versioning conventions. Please see our [releases](https://handbook.sourcegraph.com/departments/engineering/dev/process/releases/#sourcegraph-releases) page for more information or reach out at [help.sourcegraph.com](https://help.sourcegraph.com).* - [Changelog](https://sourcegraph.com/docs/CHANGELOG#553738) - [Update](https://sourcegraph.com/docs/admin/updates) - [Release post](https://sourcegraph.com/blog/release/August-2024) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNy4xIiwidXBkYXRlZEluVmVyIjoiMzguMTcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
43 lines
871 B
YAML
43 lines
871 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: sourcegraph/server
|
|
tag: 5.5.3738@sha256:083f46c8908788661aa57a437a710aa123075b03afa878aa2b3ae255143d128b
|
|
persistence:
|
|
applicationdatastoragepath:
|
|
enabled: true
|
|
mountPath: /var/opt/sourcegraph
|
|
configstoragepath:
|
|
enabled: true
|
|
mountPath: /etc/sourcegraph
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
adminconsolepo:
|
|
enabled: true
|
|
ports:
|
|
adminconsolepo:
|
|
enabled: true
|
|
port: 2633
|
|
protocol: tcp
|
|
targetPort: 2633
|
|
grafanaport:
|
|
enabled: true
|
|
ports:
|
|
grafanaport:
|
|
enabled: true
|
|
port: 3370
|
|
protocol: tcp
|
|
targetPort: 3370
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 7080
|
|
protocol: http
|
|
targetPort: 7080
|