This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jeessy/ddns-go](https://togithub.com/jeessy2/ddns-go) | patch | `v6.3.1` -> `v6.3.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jeessy2/ddns-go (jeessy/ddns-go)</summary> ### [`v6.3.2`](https://togithub.com/jeessy2/ddns-go/releases/tag/v6.3.2) [Compare Source](https://togithub.com/jeessy2/ddns-go/compare/v6.3.1...v6.3.2) #### Changelog - [`27541d1`](https://togithub.com/jeessy2/ddns-go/commit/27541d1) build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 ([#​1072](https://togithub.com/jeessy2/ddns-go/issues/1072)) - [`da880a7`](https://togithub.com/jeessy2/ddns-go/commit/da880a7) bump golang.org/x/net from 0.23.0 to 0.24.0 ([#​1074](https://togithub.com/jeessy2/ddns-go/issues/1074)) - [`23a8b04`](https://togithub.com/jeessy2/ddns-go/commit/23a8b04) fix(goreleaser): add build for Android ([#​1076](https://togithub.com/jeessy2/ddns-go/issues/1076)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
41 lines
780 B
YAML
41 lines
780 B
YAML
image:
|
|
repository: jeessy/ddns-go
|
|
pullPolicy: IfNotPresent
|
|
tag: v6.3.2@sha256:2e7d5c4be8dab48b6abd5780cfde5037af25fa436f541ddb4b083c0137fee712
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 9876
|
|
protocol: http
|
|
port: 10168
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env: {}
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /root
|
|
portal:
|
|
open:
|
|
enabled: true
|