Add: Image names & tag in all projects

This commit is contained in:
nold 2022-01-08 17:35:06 +01:00
parent 11a2f014b8
commit 89f1739ccc
18 changed files with 86 additions and 23 deletions

View file

@ -8,7 +8,7 @@ installCRDs: true
global:
image:
repository: quay.io/argoproj/argocd
tag: latest
tag: v2.2.2
# imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 999
@ -172,7 +172,7 @@ repoServer:
initContainers:
- name: copy-cmp-server
image: quay.io/argoproj/argocd:latest
image: quay.io/argoproj/argocd:v2.2.2
command:
- cp
- -n

View file

@ -1,3 +1,7 @@
image:
repository: ghcr.io/k8s-at-home/bazarr
tag: v0.9.9
ingress:
main:
enabled: true

View file

@ -1,3 +1,7 @@
image:
repository: ghcr.io/k8s-at-home/lidarr
tag: v1.0.0.2255
ingress:
main:
enabled: true

View file

@ -1,3 +1,7 @@
image:
repository: ghcr.io/linuxserver/ombi
tag: version-v4.0.1430
ingress:
main:
enabled: true

View file

@ -1,3 +1,7 @@
image:
repository: ghcr.io/k8s-at-home/radarr
tag: v3.2.2.5080
ingress:
main:
enabled: true

View file

@ -1,5 +1,7 @@
#image:
# tag: version-3.0.6.1265
image:
repository: ghcr.io/k8s-at-home/sonarr
tag: v3.0.6.1342
ingress:
main:

View file

@ -1,3 +1,7 @@
image:
repository: golift/unpackerr
tag: 0.9.7
env:
UN_FOLDER_0_PATH: /downloads
UN_FOLDER_0_DELETE_AFTER: "0"

View file

@ -1,3 +1,7 @@
image:
repository: spx01/blocky
tag: v0.15
env:
TZ: Europe/Amsterdam

View file

@ -1,3 +1,7 @@
image:
repository: linuxserver/deluge
tag: version-2.0.3-2201906121747ubuntu18.04.1
ingress:
main:
enabled: true

View file

@ -1,3 +1,7 @@
image:
repository: ghcr.io/linuxserver/pyload
tag: version-7867da43
ingress:
main:
enabled: true

View file

@ -1,3 +1,7 @@
image:
repository: tzahi12345/youtubedl-material
tag: "4.2"
ingress:
main:
enabled: true

View file

@ -1,5 +1,7 @@
# Gitea
image:
repository: gitea/gitea
tag: 1.15.8
rootless: true
statefulset:

View file

@ -1,14 +1,23 @@
loki:
enabled: true
image:
repository: grafana/loki
tag: 2.4.1
promtail:
enabled: true
fluent-bit:
enabled: true
image:
repository: grafana/fluent-bit-plugin-loki
tag: 2.1.0-amd64
grafana:
enabled: true
image:
repository: grafana/grafana
tag: 8.3.3
admin:
existingSecret: "loki-stack-grafana"
@ -62,20 +71,5 @@ grafana:
server:
root_url: https://grafana.dc
auth.generic_oauth:
name: Authentik
enabled: true
allow_sign_up: true
client_id: 779461ddc18a79dba69cf2eef895a20d59b21d59
#client_secret: IN ENV
scopes: "openid profile email"
#email_attribute_name: email:primary
role_attribute_path: "contains(groups[*], 'Grafana Admins') && 'Admin' || contains(groups[*], 'Grafana Editors') && 'Editor' || 'Viewer'"
auth_url: https://auth.dc/application/o/authorize/
token_url: https://auth.dc/application/o/token/
api_url: https://auth.dc/application/o/userinfo/
# meh.. but for now...
tls_skip_verify_insecure: true
prometheus:
enabled: false

View file

@ -6,6 +6,10 @@ kubeStateMetrics:
nodeExporter:
enabled: true
image:
repository: quay.io/prometheus/node-exporter
tag: v1.3.0
hostNetwork: true
hostPID: true
hostRootfs: true
@ -19,6 +23,9 @@ nodeExporter:
server:
enabled: true
image:
repository: quay.io/prometheus/prometheus
tag: v2.31.1
persistentVolume:
enabled: true
@ -31,10 +38,10 @@ extraScrapeConfigs: |
scrape_interval: 10s
static_configs:
- targets: ['192.168.1.1:9100']
- job_name: 'borg'
scrape_interval: 120s
static_configs:
- targets: ['192.168.1.111:9942']
# - job_name: 'borg'
# scrape_interval: 120s
# static_configs:
# - targets: ['192.168.1.111:9942']
# - job_name: 'octoprint'
# scrape_interval: 5s
# metrics_path: '/plugin/prometheus_exporter/metrics'

View file

@ -1,3 +1,7 @@
image:
repository: homeassistant/home-assistant
tag: 2021.6.3
additionalContainers:
addon-homematic:
name: addon-homematic

View file

@ -1,3 +1,7 @@
image:
repository: b4bz/homer
tag: 21.03.2
ingress:
main:
enabled: true

View file

@ -1,3 +1,8 @@
image:
registry: docker.io
repository: bitnami/minio
tag: 2021.12.29-debian-10-r0
defaultBuckets: "public, drone, temp"
auth:
existingSecret: minio-auth

View file

@ -3,10 +3,15 @@ global:
tlsDisable: true
psp:
enable: true
injector:
enabled: false
server:
enabled: true
image:
repository: "hashicorp/vault"
tag: "1.9.0"
auditStorage:
accessMode: ReadWriteOnce
annotations: {}
@ -27,6 +32,7 @@ server:
enabled: false
ha:
enabled: false
ingress:
annotations:
cert-manager.io/cluster-issuer: vault-issuer
@ -41,9 +47,11 @@ server:
- hosts:
- vault.dc
secretName: vault-tls
networkPolicy:
egress: []
enabled: true
standalone:
enabled: true
config: |
@ -57,5 +65,6 @@ server:
storage "file" {
path = "/vault/data"
}
ui:
enabled: true