Files
truecharts/charts/stable/gravity/values.yaml
T
TrueCharts Bot ef6a00e315 chore(helm): update image ghcr.io/beryju/gravity v0.26.3 → v0.26.5 (#31968)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/beryju/gravity](https://redirect.github.com/BeryJu/gravity) |
patch | `d872f4f` -> `cc9e95f` |

---

> [!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.26.5`](https://redirect.github.com/BeryJu/gravity/releases/tag/v0.26.5):
Release 0.26.5

[Compare
Source](https://redirect.github.com/BeryJu/gravity/compare/v0.26.4...v0.26.5)

Upgrade to this version of gravity by using this container image:

    ghcr.io/beryju/gravity:v0.26.5

Upgrade to the current JS API Client using

    npm i gravity-api@0.26.5

Upgrade to the current Golang API Client using

    go get beryju.io/gravity@v0.26.5

#### What's Changed

- dhcp: delete leases of a scope when the scope is deleted by
[@&#8203;BeryJu](https://redirect.github.com/BeryJu) in
[https://github.com/BeryJu/gravity/pull/1500](https://redirect.github.com/BeryJu/gravity/pull/1500)
- web: fix empty IP address causing sorting to fail by
[@&#8203;BeryJu](https://redirect.github.com/BeryJu) in
[https://github.com/BeryJu/gravity/pull/1501](https://redirect.github.com/BeryJu/gravity/pull/1501)
- web: fix dns table chart with multiple nodes by
[@&#8203;BeryJu](https://redirect.github.com/BeryJu) in
[https://github.com/BeryJu/gravity/pull/1502](https://redirect.github.com/BeryJu/gravity/pull/1502)

**Full Changelog**:
https://github.com/BeryJu/gravity/compare/v0.26.4...v0.26.5

###
[`v0.26.4`](https://redirect.github.com/BeryJu/gravity/releases/tag/v0.26.4):
Release 0.26.4

[Compare
Source](https://redirect.github.com/BeryJu/gravity/compare/v0.26.3...v0.26.4)

Upgrade to this version of gravity by using this container image:

    ghcr.io/beryju/gravity:v0.26.4

Upgrade to the current JS API Client using

    npm i gravity-api@0.26.4

Upgrade to the current Golang API Client using

    go get beryju.io/gravity@v0.26.4

**Full Changelog**:
https://github.com/BeryJu/gravity/compare/v0.26.3...v0.26.4

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-12 03:52:43 +01:00

55 lines
1.1 KiB
YAML

image:
repository: ghcr.io/beryju/gravity
tag: v0.26.5@sha256:cc9e95fdf1f1be31e00b859f444eba26be83200a3cfaa4e7a843290ebb741b7a
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"
portal:
open:
enabled: true