Compare commits

..

1 commit

Author SHA1 Message Date
c1b665fac2 Update chart coder to 2.17.2 2024-11-12 19:34:03 +00:00
37 changed files with 76 additions and 88 deletions

51
.vscode/settings.json vendored
View file

@ -1,41 +1,32 @@
{ {
"ansible.validation.lint.arguments": "-c .ansible-lint", "ansible.validation.lint.arguments": "-c .ansible-lint",
"files.associations": { "files.associations": {
"*.json5": "jsonc", "*.json5": "jsonc",
"**/ansible/**/*.yaml": "ansible", "**/ansible/**/*.yaml": "ansible",
"**/ansible/**/*.sops.yaml": "yaml", "**/ansible/**/*.sops.yaml": "yaml",
"**/ansible/**/inventory/**/*.yaml": "yaml", "**/ansible/**/inventory/**/*.yaml": "yaml",
"**/kubernetes/**/*.sops.toml": "plaintext", "**/kubernetes/**/*.sops.toml": "plaintext"
"*.hujson": "jsonc"
}, },
"material-icon-theme.folders.associations": { "material-icon-theme.folders.associations": {
".taskfiles": "utils", ".taskfiles": "utils",
"bootstrap": "import", "bootstrap": "import",
"charts": "kubernetes", "charts": "kubernetes",
"hack": "scripts", "hack": "scripts",
"repositories": "database", "repositories": "database",
"vars": "other", "vars": "other",
// namespaces // namespaces
"cert-manager": "guard", "cert-manager": "guard",
"external-secrets": "keys", "external-secrets": "keys",
"kube-system": "kubernetes", "kube-system": "kubernetes",
"monitoring": "event", "monitoring": "event",
"networking": "connection", "networking": "connection",
"rook-ceph": "dump" "rook-ceph": "dump",
}, },
"yaml.schemaStore.enable": true, "yaml.schemaStore.enable": true,
"yaml.schemas": { "yaml.schemas": {
"ansible": "ansible/**/*.yaml", "ansible": "ansible/**/*.yaml",
"kubernetes": "kubernetes/**/*.yaml" "kubernetes": "kubernetes/**/*.yaml"
}, },
"json.schemas": [
{
"fileMatch": ["*.hujson"],
"schema": {
"allowTrailingCommas": true
}
}
],
"editor.fontFamily": "FiraCode Nerd Font", "editor.fontFamily": "FiraCode Nerd Font",
"editor.fontLigatures": true, "editor.fontLigatures": true,
"editor.bracketPairColorization.enabled": true, "editor.bracketPairColorization.enabled": true,
@ -44,7 +35,9 @@
"editor.guides.highlightActiveBracketPair": true, "editor.guides.highlightActiveBracketPair": true,
"editor.hover.delay": 1500, "editor.hover.delay": 1500,
"editor.stickyScroll.enabled": false, "editor.stickyScroll.enabled": false,
"editor.rulers": [100], "editor.rulers": [
100
],
"explorer.autoReveal": false, "explorer.autoReveal": false,
"files.trimTrailingWhitespace": true, "files.trimTrailingWhitespace": true,
"ansible.python.interpreterPath": "/usr/bin/python3", "ansible.python.interpreterPath": "/usr/bin/python3",
@ -53,5 +46,5 @@
"prettier.quoteProps": "preserve", "prettier.quoteProps": "preserve",
"[jsonc]": { "[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode"
} },
} }

View file

@ -35,7 +35,7 @@ spec:
app: app:
image: image:
repository: docker.io/ollama/ollama repository: docker.io/ollama/ollama
tag: 0.4.2 tag: 0.4.1
env: env:
- name: OLLAMA_HOST - name: OLLAMA_HOST
value: 0.0.0.0 value: 0.0.0.0

View file

@ -33,7 +33,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/open-webui/open-webui repository: ghcr.io/open-webui/open-webui
tag: v0.4.0 tag: 0.3.35
env: env:
- name: OLLAMA_BASE_URL - name: OLLAMA_BASE_URL
value: http://ollama.ai.svc.cluster.local:11434 value: http://ollama.ai.svc.cluster.local:11434

View file

@ -40,7 +40,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/jellyfin/jellyfin repository: ghcr.io/jellyfin/jellyfin
tag: 10.10.3@sha256:17c3a8d9dddb97789b5f37112840ebf96566442c14d4754193a6c2eb154bc221 tag: 10.10.1@sha256:12b7aa2c8086e5566badc35370fab41b8cc8774dc3a80b07a1d6eb14f282b816
env: env:
DOTNET_SYSTEM_IO_DISABLEFILELOCKING: "true" DOTNET_SYSTEM_IO_DISABLEFILELOCKING: "true"
JELLYFIN_FFmpeg__probesize: 50000000 JELLYFIN_FFmpeg__probesize: 50000000

View file

@ -36,7 +36,7 @@ spec:
app: app:
image: image:
repository: fallenbagel/jellyseerr repository: fallenbagel/jellyseerr
tag: 2.1.0 tag: 2.0.1
env: env:
TZ: America/Chicago TZ: America/Chicago
LOG_LEVEL: "info" LOG_LEVEL: "info"

View file

@ -31,7 +31,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/onedr0p/radarr-develop repository: ghcr.io/onedr0p/radarr-develop
tag: 5.15.1.9463 tag: 5.15.0.9412
env: env:
RADARR__APP__INSTANCENAME: Radarr-Anime RADARR__APP__INSTANCENAME: Radarr-Anime
RADARR__APP__THEME: dark RADARR__APP__THEME: dark

View file

@ -31,7 +31,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/onedr0p/sonarr-develop repository: ghcr.io/onedr0p/sonarr-develop
tag: 4.0.10.2656 tag: 4.0.10.2624
env: env:
SONARR__APP__INSTANCENAME: Sonarr-Anime SONARR__APP__INSTANCENAME: Sonarr-Anime
SONARR__APP__THEME: dark SONARR__APP__THEME: dark

View file

@ -30,7 +30,7 @@ spec:
runner-register: runner-register:
image: image:
repository: code.forgejo.org/forgejo/runner repository: code.forgejo.org/forgejo/runner
tag: 5.0.0 tag: 4.0.1
command: command:
- "forgejo-runner" - "forgejo-runner"
- "register" - "register"
@ -72,7 +72,7 @@ spec:
app: app:
image: image:
repository: code.forgejo.org/forgejo/runner repository: code.forgejo.org/forgejo/runner
tag: 5.0.0 tag: 4.0.1
command: command:
- "sh" - "sh"
- "-c" - "-c"

View file

@ -30,7 +30,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/dragonflydb/operator repository: ghcr.io/dragonflydb/operator
tag: v1.1.8 tag: v1.1.7
command: ["/manager"] command: ["/manager"]
args: args:
- --health-probe-bind-address=:8081 - --health-probe-bind-address=:8081

View file

@ -4,6 +4,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
# renovate: datasource=github-releases depName=dragonflydb/dragonfly-operator # renovate: datasource=github-releases depName=dragonflydb/dragonfly-operator
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/v1.1.8/manifests/crd.yaml - https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/v1.1.7/manifests/crd.yaml
- ./helmrelease.yaml - ./helmrelease.yaml
- ./rbac.yaml - ./rbac.yaml

View file

@ -5,7 +5,7 @@ kind: Dragonfly
metadata: metadata:
name: dragonfly name: dragonfly
spec: spec:
image: ghcr.io/dragonflydb/dragonfly:v1.25.1 image: ghcr.io/dragonflydb/dragonfly:v1.24.0
replicas: 3 replicas: 3
env: env:
- name: MAX_MEMORY - name: MAX_MEMORY

View file

@ -5,7 +5,7 @@ kind: EMQX
metadata: metadata:
name: emqx name: emqx
spec: spec:
image: public.ecr.aws/emqx/emqx:5.8.2 image: public.ecr.aws/emqx/emqx:5.8.1
config: config:
mode: Merge mode: Merge
coreTemplate: coreTemplate:

View file

@ -31,7 +31,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/autobrr/autobrr repository: ghcr.io/autobrr/autobrr
tag: v1.50.0@sha256:6a6f23570ab6b418318ab12bf2558712714e2f243cf18b139afa414f8417e97d tag: v1.49.0@sha256:dc2195ccabf8438a8f8eb0581c5e6d2a40c061754e57552bc4f67f1b20a71970
env: env:
AUTOBRR__CHECK_FOR_UPDATES: "false" AUTOBRR__CHECK_FOR_UPDATES: "false"
AUTOBRR__HOST: 0.0.0.0 AUTOBRR__HOST: 0.0.0.0

View file

@ -36,7 +36,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/onedr0p/home-assistant repository: ghcr.io/onedr0p/home-assistant
tag: 2024.11.2@sha256:58df3d1169fb02ef2fb6f6cb2f2423abeb2142f89f3c0fd447cc983d63825c56 tag: 2024.11.1@sha256:a3dd7577c28771702b21f817ad86600056467c2c7f45d261a1e7241910ddc2e2
env: env:
TZ: America/Chicago TZ: America/Chicago
envFrom: envFrom:
@ -54,7 +54,7 @@ spec:
code-server: code-server:
image: image:
repository: ghcr.io/coder/code-server repository: ghcr.io/coder/code-server
tag: 4.95.3@sha256:6d74583d68179cbb6ddadc2518b450d2ac3eaec2d342474fe1941e03371cd2cf tag: 4.95.1@sha256:d9bc7797d997e1b199e333676732e075bac4bae276dc0fe1baece2e313edfa09
args: [ args: [
"--auth", "none", "--auth", "none",
"--user-data-dir", "/config/.vscode", "--user-data-dir", "/config/.vscode",

View file

@ -31,7 +31,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/linkwarden/linkwarden repository: ghcr.io/linkwarden/linkwarden
tag: v2.8.3@sha256:7f80a03d688c3e5d9ec6b34f5b65cd861ff8c9eb08d12932dc8fc7482991f238 tag: v2.7.1@sha256:bbd22798ee726184d4571ea4f4d831d57475c86c4965c2bb1c3c2d3de88c728a
env: env:
TIMEZONE: "America/Chicago" TIMEZONE: "America/Chicago"
NEXTAUTH_URL: "https://{{ .Release.Name }}.jahanson.tech/api/v1/auth" NEXTAUTH_URL: "https://{{ .Release.Name }}.jahanson.tech/api/v1/auth"

View file

@ -38,7 +38,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/onedr0p/plex repository: ghcr.io/onedr0p/plex
tag: 1.41.2.9200-c6bbc1b53@sha256:47c6f3d85f4e739210860934a0bb24126170fa2f6a602fb909467f17a035c311 tag: 1.41.1.9057-af5eaea7a@sha256:5926b77196bb7c9f75b52f431d0483abea0fef1f576b7201592b385449201456
env: env:
TZ: America/Chicago TZ: America/Chicago
PLEX_ADVERTISE_URL: https://plex.hsn.dev:443,http://10.1.1.39:32400 PLEX_ADVERTISE_URL: https://plex.hsn.dev:443,http://10.1.1.39:32400

View file

@ -33,7 +33,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/taxel/plextraktsync repository: ghcr.io/taxel/plextraktsync
tag: 0.32.2 tag: 0.32.1
args: args:
- sync - sync
env: env:

View file

@ -31,7 +31,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/onedr0p/prowlarr-develop repository: ghcr.io/onedr0p/prowlarr-develop
tag: 1.26.1.4844@sha256:dd6ab1a0c8f2d780b990f1034f2da6ffb0b4d3e3ca6042b656f691f06d4c9397 tag: 1.26.0.4833@sha256:face4aa669a4eb68b041dcf73ed4848cfe8f673826ef3032398a5e267eb1eac0
env: env:
# Ref: https://github.com/Radarr/Radarr/issues/7030#issuecomment-1039689518 # Ref: https://github.com/Radarr/Radarr/issues/7030#issuecomment-1039689518
# Ref: https://github.com/dotnet/runtime/issues/9336 # Ref: https://github.com/dotnet/runtime/issues/9336

View file

@ -31,7 +31,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/onedr0p/radarr-develop repository: ghcr.io/onedr0p/radarr-develop
tag: 5.15.1.9463 tag: 5.15.0.9412
env: env:
RADARR__APP__INSTANCENAME: Radarr RADARR__APP__INSTANCENAME: Radarr
RADARR__APP__THEME: dark RADARR__APP__THEME: dark

View file

@ -34,7 +34,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/recyclarr/recyclarr repository: ghcr.io/recyclarr/recyclarr
tag: 7.4.0@sha256:619c3b8920a179f2c578acd0f54e9a068f57c049aff840469eed66e93a4be2cf tag: 7.3.0@sha256:2aaa0205a93171b93a159e4665004ccee1a5aacd60359fb8d7683db0ae7e774b
env: env:
# Ref: https://github.com/Radarr/Radarr/issues/7030#issuecomment-1039689518 # Ref: https://github.com/Radarr/Radarr/issues/7030#issuecomment-1039689518
# Ref: https://github.com/dotnet/runtime/issues/9336 # Ref: https://github.com/dotnet/runtime/issues/9336

View file

@ -38,7 +38,7 @@ spec:
app: app:
image: image:
repository: quay.io/redlib/redlib repository: quay.io/redlib/redlib
tag: latest@sha256:7ee73f84c5678eb2039ff73e458df46dd4ff307f7ba086b6e666af62ce771c29 tag: latest@sha256:42db7afd24d3e55ceccb38f6e91ecfd44d78f381a04848bb4de67dae1836a3e4
env: env:
REDLIB_DEFAULT_SHOW_NSFW: on REDLIB_DEFAULT_SHOW_NSFW: on
REDLIB_DEFAULT_WIDE: on REDLIB_DEFAULT_WIDE: on

View file

@ -32,7 +32,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/koush/scrypted repository: ghcr.io/koush/scrypted
tag: v0.123.31-jammy-nvidia tag: v0.123.1-jammy-nvidia
probes: probes:
liveness: liveness:
enabled: true enabled: true

View file

@ -31,7 +31,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/onedr0p/sonarr-develop repository: ghcr.io/onedr0p/sonarr-develop
tag: 4.0.10.2656 tag: 4.0.10.2624
env: env:
SONARR__APP__INSTANCENAME: Sonarr SONARR__APP__INSTANCENAME: Sonarr
SONARR__APP__THEME: dark SONARR__APP__THEME: dark

View file

@ -31,7 +31,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/stirling-tools/s-pdf repository: ghcr.io/stirling-tools/s-pdf
tag: 0.33.1@sha256:d30bf0b2826f0e71cf6fe1b806d918db6d90121ac70b3384569e3b49edf51b3f tag: 0.31.1@sha256:fefbcbdc851bfdb29e172df03d8ac280efdd3eada92b16c46b0fc15932152c6c
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
TZ: America/Chicago TZ: America/Chicago

View file

@ -36,7 +36,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/zwave-js/zwave-js-ui repository: ghcr.io/zwave-js/zwave-js-ui
tag: 9.27.2@sha256:ac7e66f98c39fe56b6ddb5d2e9cfced8246f74658278b82f6f60bee15206ae73 tag: 9.26.0@sha256:dd945bf63aca8c31763d90addf36db1f0d809c232b806d193173c329c03a183f
env: env:
TZ: America/Chicago TZ: America/Chicago
PORT: &port 80 PORT: &port 80

View file

@ -7,7 +7,7 @@ spec:
# nodeName: nenya # nodeName: nenya
containers: containers:
- name: fstrim - name: fstrim
image: ghcr.io/onedr0p/kubanetics:2024.11.0 image: ghcr.io/onedr0p/kubanetics:2024.10.7
securityContext: securityContext:
privileged: true privileged: true
command: ["/bin/bash", "-c", "while true; do sleep 10; done"] command: ["/bin/bash", "-c", "while true; do sleep 10; done"]

View file

@ -33,7 +33,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/onedr0p/kubanetics repository: ghcr.io/onedr0p/kubanetics
tag: 2024.11.0@sha256:12ef95790aeaad654e50d3174fab7250fb4bc60513220c0e53bc71ea4aba99e4 tag: 2024.10.7@sha256:f1abb7d38bb45b2eeace4eba1c44763134d6e88c377deb9928f93c5d042ea9af
env: env:
SCRIPT_NAME: fstrim.sh SCRIPT_NAME: fstrim.sh
probes: probes:

View file

@ -36,7 +36,7 @@ spec:
app: app:
image: image:
repository: docker.io/cloudflare/cloudflared repository: docker.io/cloudflare/cloudflared
tag: 2024.11.1@sha256:665dda65335e35a782ed9319aa63e8404f88b34d2644d30adf3e91253604ffa0 tag: 2024.11.0@sha256:2c78df02e1f23ab19d4c636921f05b9ebec163b887e946f98e22e56254a5540f
env: env:
NO_AUTOUPDATE: "true" NO_AUTOUPDATE: "true"
TUNNEL_CRED_FILE: /etc/cloudflared/creds/credentials.json TUNNEL_CRED_FILE: /etc/cloudflared/creds/credentials.json

View file

@ -35,7 +35,7 @@ spec:
app: app:
image: image:
repository: ghcr.io/onedr0p/kubanetics repository: ghcr.io/onedr0p/kubanetics
tag: 2024.11.0 tag: 2024.10.7
env: env:
SCRIPT_NAME: alertmanager-silencer.sh SCRIPT_NAME: alertmanager-silencer.sh
ALERTMANAGER_URL: http://alertmanager.observability.svc.cluster.local:9093 ALERTMANAGER_URL: http://alertmanager.observability.svc.cluster.local:9093

View file

@ -252,7 +252,7 @@ spec:
victoria-alert: victoria-alert:
# renovate: depName="VictoriaMetrics - vmalert" # renovate: depName="VictoriaMetrics - vmalert"
gnetId: 14950 gnetId: 14950
revision: 13 revision: 12
datasource: Prometheus datasource: Prometheus
victoria-operator: victoria-operator:
# renovate: depName="VictoriaMetrics - operator" # renovate: depName="VictoriaMetrics - operator"

View file

@ -35,8 +35,8 @@ spec:
skipRecheck: true, skipRecheck: true,
sonarr: ["http://sonarr.default.svc.cluster.local/?apikey={{ .SONARR_API_KEY }}"], sonarr: ["http://sonarr.default.svc.cluster.local/?apikey={{ .SONARR_API_KEY }}"],
torrentDir: "/qbittorrent/qBittorrent/BT_backup", torrentDir: "/qbittorrent/qBittorrent/BT_backup",
torznab: [] // torznab: []
/* torznab: [ torznab: [
6, // ANT 6, // ANT
8, // BLU 8, // BLU
9, // TL 9, // TL
@ -44,7 +44,6 @@ spec:
12, // FNP 12, // FNP
14, // TD 14, // TD
].map(i => `http://prowlarr.default.svc.cluster.local/$${i}/api?apikey={{ .PROWLARR_API_KEY }}`), ].map(i => `http://prowlarr.default.svc.cluster.local/$${i}/api?apikey={{ .PROWLARR_API_KEY }}`),
*/
}; };
dataFrom: dataFrom:
- extract: - extract:

View file

@ -43,7 +43,7 @@ spec:
app: app:
image: image:
repository: jesec/flood repository: jesec/flood
tag: master@sha256:7b0f2b863434946260621b037d293130acb9f5d9248071408c641b858ffacccf tag: master@sha256:8a18a3509a6c1557b769873a1ef85dcd5fa4cbce1a939be2c6c87f97eb79de45
envFrom: envFrom:
- secretRef: - secretRef:
name: flood-secret name: flood-secret

View file

@ -34,7 +34,7 @@ spec:
nameOverride: qbittorrent nameOverride: qbittorrent
image: image:
repository: ghcr.io/onedr0p/qbittorrent-beta repository: ghcr.io/onedr0p/qbittorrent-beta
tag: 5.0.2@sha256:adfd625f9cc7226eabad8aa117a551d42d5818c914850ef7fa3be60111383107 tag: 5.0.1@sha256:684422cab9fe3cba04812cf4207398bb72aa0f0283c92fddecd833648ac3f7bf
env: env:
UMASK: "022" UMASK: "022"
QBT_WEBUI_PORT: &port 80 QBT_WEBUI_PORT: &port 80

View file

@ -39,7 +39,7 @@ spec:
tagging: &container tagging: &container
image: image:
repository: ghcr.io/buroa/qbtools repository: ghcr.io/buroa/qbtools
tag: v0.19.8@sha256:6d24270a3b4e31bfa8bcfc21ace625a27c9c71f789ef49d8454dacddbf87e123 tag: v0.19.7@sha256:ceb38f6794b10a8f1147dbc8a4df24857e0dae72341eaf2d435796937d77ba3a
env: env:
TZ: *timeZone TZ: *timeZone
POD_NAMESPACE: POD_NAMESPACE:

View file

@ -12,4 +12,4 @@ spec:
operation: copy operation: copy
url: oci://ghcr.io/grafana/helm-charts/grafana url: oci://ghcr.io/grafana/helm-charts/grafana
ref: ref:
tag: 8.6.0 tag: 8.5.12

View file

@ -23,9 +23,8 @@
"(^|/)\\.taskfiles/.+\\.ya?ml(?:\\.j2)?$" "(^|/)\\.taskfiles/.+\\.ya?ml(?:\\.j2)?$"
] ]
}, },
"customManagers": [ "regexManagers": [
{ {
"customType": "regex",
"description": [ "description": [
"Process CRD dependencies - Chart and Github Release are the same version" "Process CRD dependencies - Chart and Github Release are the same version"
], ],
@ -36,17 +35,15 @@
"datasourceTemplate": "helm" "datasourceTemplate": "helm"
}, },
{ {
"customType": "regex",
"description": ["Generic Docker image Regex manager"], "description": ["Generic Docker image Regex manager"],
"fileMatch": ["infrastructure/.+\\.ya?ml$", "infrastructure/.+\\.tf$"], "fileMatch": ["infrastructure/.+\\.ya?ml$", "infrastructure/.+\\.tf$"],
"matchStrings": [ "matchStrings": [
"# renovate: docker-image( versioning=(?<versioning>.*=?))?\\\n .*[:|=] \"?(?<depName>.*?):(?<currentValue>[^\"\\n]*=?)\"?" "# renovate: docker-image( versioning=(?<versioning>.*=?))?\n .*[:|=] \"?(?<depName>.*?):(?<currentValue>[^\"\n]*=?)\"?"
], ],
"datasourceTemplate": "docker", "datasourceTemplate": "docker",
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}" "versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
}, },
{ {
"customType": "regex",
"description": ["Raw GitHub URL Regex manager"], "description": ["Raw GitHub URL Regex manager"],
"fileMatch": ["infrastructure/.+\\.ya?ml$", "kubernetes/.+\\.ya?ml$"], "fileMatch": ["infrastructure/.+\\.ya?ml$", "kubernetes/.+\\.ya?ml$"],
"matchStrings": [ "matchStrings": [
@ -72,24 +69,24 @@
{ {
"description": "Flux Group", "description": "Flux Group",
"groupName": "Flux", "groupName": "Flux",
"matchPackagePatterns": ["^flux", "^ghcr.io/fluxcd/"],
"matchDatasources": ["docker", "github-tags"], "matchDatasources": ["docker", "github-tags"],
"versioning": "semver", "versioning": "semver",
"group": { "group": {
"commitMessageTopic": "{{{groupName}}} group" "commitMessageTopic": "{{{groupName}}} group"
}, },
"separateMinorPatch": true, "separateMinorPatch": true
"matchPackageNames": ["/^flux/", "/^ghcr.io/fluxcd//"]
}, },
{ {
"description": "Mastodon images", "description": "Mastodon images",
"groupName": "Mastodon", "groupName": "Mastodon",
"matchPackagePatterns": ["mastodon", "^ghcr.io/mastodon/"],
"matchDatasources": ["docker", "github-tags"], "matchDatasources": ["docker", "github-tags"],
"versioning": "semver", "versioning": "semver",
"group": { "group": {
"commitMessageTopic": "{{{groupName}}} group" "commitMessageTopic": "{{{groupName}}} group"
}, },
"separateMinorPatch": true, "separateMinorPatch": true
"matchPackageNames": ["/mastodon/", "/^ghcr.io/mastodon//"]
}, },
{ {
"description": "1Password Connect images", "description": "1Password Connect images",
@ -107,12 +104,12 @@
{ {
"description": "Rook-Ceph image and chart", "description": "Rook-Ceph image and chart",
"groupName": "Rook Ceph", "groupName": "Rook Ceph",
"matchPackagePatterns": ["rook.ceph"],
"matchDatasources": ["docker", "helm"], "matchDatasources": ["docker", "helm"],
"group": { "group": {
"commitMessageTopic": "{{{groupName}}} group" "commitMessageTopic": "{{{groupName}}} group"
}, },
"separateMinorPatch": true, "separateMinorPatch": true
"matchPackageNames": ["/rook.ceph/"]
}, },
{ {
"description": "Cilium image and chart", "description": "Cilium image and chart",
@ -131,7 +128,10 @@
{ {
"description": "External Snapshotter charts", "description": "External Snapshotter charts",
"groupName": "External Snapshotter", "groupName": "External Snapshotter",
"matchPackageNames": ["snapshot-controller", "snapshot-validation-webhook"], "matchPackageNames": [
"snapshot-controller",
"snapshot-validation-webhook"
],
"matchDatasources": ["helm"], "matchDatasources": ["helm"],
"group": { "group": {
"commitMessageTopic": "{{{groupName}}} group" "commitMessageTopic": "{{{groupName}}} group"
@ -141,22 +141,23 @@
{ {
"description": "Thanos image and chart - versions do not match", "description": "Thanos image and chart - versions do not match",
"groupName": "Thanos", "groupName": "Thanos",
"matchPackagePatterns": ["quay.io/thanos/thanos", "thanos"],
"matchDatasources": ["docker", "github-releases", "helm"], "matchDatasources": ["docker", "github-releases", "helm"],
"matchUpdateTypes": ["minor", "patch"], "matchUpdateTypes": ["minor", "patch"],
"group": { "group": {
"commitMessageTopic": "{{{groupName}}} group" "commitMessageTopic": "{{{groupName}}} group"
}, }
"matchPackageNames": ["/quay.io/thanos/thanos/", "/thanos/"]
}, },
{ {
"description": "Vector image and chart - versions do not match", "description": "Vector image and chart - versions do not match",
"groupName": "Vector", "groupName": "Vector",
"matchPackagePatterns": ["vector"],
"matchDatasources": ["docker", "github-releases", "helm"], "matchDatasources": ["docker", "github-releases", "helm"],
"matchUpdateTypes": ["minor", "patch"], "matchUpdateTypes": ["minor", "patch"],
"group": { "group": {
"commitMessageTopic": "{{{groupName}}} group" "commitMessageTopic": "{{{groupName}}} group"
}, }
"matchPackageNames": ["/vector/"]
} }
// Version strategies
] ]
} }

View file

@ -3,11 +3,6 @@
pkgs.mkShell { pkgs.mkShell {
# Enable experimental features without having to specify the argument # Enable experimental features without having to specify the argument
NIX_CONFIG = "experimental-features = nix-command flakes"; NIX_CONFIG = "experimental-features = nix-command flakes";
shellHook = ''
export TMP=$(mktemp -d "/tmp/nix-shell-XXXXXX")
export TEMP=$TMP
export TMPDIR=$TMP
'';
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [
fluxcd fluxcd