Files
truecharts/charts/stable/gravity/values.yaml
T
TrueCharts Bot a162d8f13c chore(helm): update image ghcr.io/beryju/gravity v0.21.1 → v0.22.0 (#30797)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/beryju/gravity](https://redirect.github.com/BeryJu/gravity) |
minor | `4c0745f` -> `5b683dd` |

---

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

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

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

    ghcr.io/beryju/gravity:v0.22.0

Upgrade to the current JS API Client using

    npm i gravity-api@0.22.0

Upgrade to the current Golang API Client using

    go get beryju.io/gravity@v0.22.0

#### What's Changed

- build(deps): bump rollup from 4.30.0 to 4.30.1 in /web by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/BeryJu/gravity/pull/1425](https://redirect.github.com/BeryJu/gravity/pull/1425)
- build(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/BeryJu/gravity/pull/1424](https://redirect.github.com/BeryJu/gravity/pull/1424)
- build(deps): bump docker/build-push-action from 6.10.0 to 6.11.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/BeryJu/gravity/pull/1428](https://redirect.github.com/BeryJu/gravity/pull/1428)
- build(deps): bump library/node from 23.5 to 23.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/BeryJu/gravity/pull/1427](https://redirect.github.com/BeryJu/gravity/pull/1427)
- dns: add missing filters for type and UID by
[@&#8203;BeryJu](https://redirect.github.com/BeryJu) in
[https://github.com/BeryJu/gravity/pull/1429](https://redirect.github.com/BeryJu/gravity/pull/1429)
- web: general quality of life improvements by
[@&#8203;BeryJu](https://redirect.github.com/BeryJu) in
[https://github.com/BeryJu/gravity/pull/1426](https://redirect.github.com/BeryJu/gravity/pull/1426)

**Full Changelog**:
https://github.com/BeryJu/gravity/compare/v0.21.1...v0.22.0

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-01-11 03:06:59 +01:00

55 lines
1.1 KiB
YAML

image:
repository: ghcr.io/beryju/gravity
tag: v0.22.0@sha256:5b683ddd60150c56616e1e4cf71d367dabecc274b98bb34794c205ddf7f03d2f
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