cb537ff293
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/beryju/gravity](https://redirect.github.com/BeryJu/gravity) | patch | `b6a6e79` → `dea2580` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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.32.2`](https://redirect.github.com/BeryJu/gravity/releases/tag/v0.32.2): Release 0.32.2 [Compare Source](https://redirect.github.com/BeryJu/gravity/compare/v0.32.1...v0.32.2) Upgrade to this version of gravity by using this container image: ``` ghcr.io/beryju/gravity:v0.32.2 ``` Upgrade to the current JS API Client using ``` npm i gravity-api@0.32.2 ``` Upgrade to the current Golang API Client using ``` go get beryju.io/gravity@v0.32.2 ``` Upgrade external-dns to use this container image: ``` ghcr.io/beryju/gravity-external-dns:v0.32.2 ``` <!-- Release notes generated using configuration in .github/release.yml at v0.32.2 --> #### What's Changed ##### 🏕 Features - roles/dns: prevent header overflow by [@​BeryJu](https://redirect.github.com/BeryJu) in [#​2192](https://redirect.github.com/BeryJu/gravity/pull/2192) - roles/dns: add SOA record to webform options by [@​nyaaaaaaatalie](https://redirect.github.com/nyaaaaaaatalie) in [#​2199](https://redirect.github.com/BeryJu/gravity/pull/2199) ##### 👒 Dependencies - build(deps): bump github.com/getsentry/sentry-go from 0.46.1 to 0.46.2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2196](https://redirect.github.com/BeryJu/gravity/pull/2196) - build(deps): bump library/ubuntu from 24.04 to 26.04 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2195](https://redirect.github.com/BeryJu/gravity/pull/2195) - build(deps): bump rollup from 4.60.2 to 4.60.3 in /web by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2194](https://redirect.github.com/BeryJu/gravity/pull/2194) - build(deps): bump axios from 1.15.0 to 1.16.0 in /web by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2197](https://redirect.github.com/BeryJu/gravity/pull/2197) #### New Contributors - [@​nyaaaaaaatalie](https://redirect.github.com/nyaaaaaaatalie) made their first contribution in [#​2199](https://redirect.github.com/BeryJu/gravity/pull/2199) **Full Changelog**: <https://github.com/BeryJu/gravity/compare/v0.32.1...v0.32.2> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9ncmF2aXR5IiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
52 lines
1.1 KiB
YAML
52 lines
1.1 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: ghcr.io/beryju/gravity
|
|
tag: v0.32.2@sha256:dea25808d2fc018c6d93e60af8c73417aaaf6ecffc1728d4c09d5462db0e60e6
|
|
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"
|