229d3bf4c7
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/beryju/gravity](https://redirect.github.com/BeryJu/gravity) | patch | `cdb34fa` -> `3ee0da3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>BeryJu/gravity (ghcr.io/beryju/gravity)</summary> ### [`v0.28.7`](https://redirect.github.com/BeryJu/gravity/releases/tag/v0.28.7): Release 0.28.7 [Compare Source](https://redirect.github.com/BeryJu/gravity/compare/v0.28.6...v0.28.7) Upgrade to this version of gravity by using this container image: ``` ghcr.io/beryju/gravity:v0.28.7 ``` Upgrade to the current JS API Client using ``` npm i gravity-api@0.28.7 ``` Upgrade to the current Golang API Client using ``` go get beryju.io/gravity@v0.28.7 ``` Upgrade external-dns to use this container image: ``` ghcr.io/beryju/gravity-external-dns:v0.28.7 ``` <!-- Release notes generated using configuration in .github/release.yml at v0.28.7 --> #### What's Changed ##### 👒 Dependencies - build(deps): bump [@​codemirror/legacy-modes](https://redirect.github.com/codemirror/legacy-modes) from 6.5.1 to 6.5.2 in /web by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1871](https://redirect.github.com/BeryJu/gravity/pull/1871) **Full Changelog**: <https://github.com/BeryJu/gravity/compare/v0.28.6...v0.28.7> ### [`v0.28.6`](https://redirect.github.com/BeryJu/gravity/compare/v0.28.1...v0.28.6) [Compare Source](https://redirect.github.com/BeryJu/gravity/compare/v0.28.1...v0.28.6) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
51 lines
1.0 KiB
YAML
51 lines
1.0 KiB
YAML
image:
|
|
repository: ghcr.io/beryju/gravity
|
|
tag: v0.28.7@sha256:3ee0da39afce23486546dc4645f66cfd6f7cf2a9e9866535f1b5e20cdf1f7ffa
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
container:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 8008
|
|
port: 8008
|
|
dns:
|
|
enabled: true
|
|
ports:
|
|
dns-tcp:
|
|
enabled: true
|
|
targetPort: 53
|
|
port: 53
|
|
dns-udp:
|
|
enabled: true
|
|
protocol: udp
|
|
targetPort: 53
|
|
port: 53
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
INSTANCE_IP: "127.0.0.1"
|
|
ADMIN_PASSWORD: "password"
|
|
INSTANCE_IDENTIFIER: "truecharts-dns-gravity"
|
|
BOOTSTRAP_ROLES: "dns;api;etcd;discovery;backup;monitoring;tsdb"
|
|
ADMIN_TOKEN:
|
|
secretKeyRef:
|
|
name: gravity-secret
|
|
key: ADMIN_TOKEN
|
|
INSTANCE_LISTEN: "0.0.0.0"
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|