Compare commits

...

14 Commits

Author SHA1 Message Date
renovate[bot]
70cbd7b60d Update Helm release tdarr-exporter to v1.1.1 (#20)
* Update Helm release tdarr-exporter to v1.1.1

* bump chart version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Lebens <alexanderlebens@gmail.com>
2024-03-25 10:16:22 -06:00
renovate[bot]
ba065b36b2 Update ghcr.io/qdm12/gluetun Docker tag to v3.38.0 (#22)
* Update ghcr.io/qdm12/gluetun Docker tag to v3.38.0

* bump chart version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Lebens <alexanderlebens@gmail.com>
2024-03-25 10:15:48 -06:00
renovate[bot]
cfc4d78b9f Update Helm release redis to v18.19.4 (#16)
* Update Helm release redis to v18.19.4

* bump chart version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Lebens <alexanderlebens@gmail.com>
2024-03-25 10:12:55 -06:00
renovate[bot]
34e96804f4 Update ghcr.io/gethomepage/homepage Docker tag to v0.8.10 (#21)
* Update ghcr.io/gethomepage/homepage Docker tag to v0.8.10

* update chart

* remove whitespace

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Lebens <alexanderlebens@gmail.com>
2024-03-25 10:12:28 -06:00
renovate[bot]
3a8354635b Update Helm release tdarr-exporter to v1.1.0 (#17)
* Update Helm release tdarr-exporter to v1.1.0

* increment chart version

* remove trailing whitespace

* remove trailing whitespace

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Lebens <alexanderlebens@gmail.com>
2024-03-22 15:50:34 -06:00
renovate[bot]
fcba2d6011 Update homeassistant/home-assistant Docker tag to v2024.3.3 (#19)
* Update homeassistant/home-assistant Docker tag to v2024.3.3

* update chart version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Lebens <alexanderlebens@gmail.com>
2024-03-22 15:42:11 -06:00
renovate[bot]
8db4555032 Update linuxserver/code-server Docker tag to v4.22.1 (#15)
* Update linuxserver/code-server Docker tag to v4.22.1

* update chart

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Lebens <alexanderlebens@gmail.com>
2024-03-18 01:30:05 -06:00
renovate[bot]
f22b33deba Update homeassistant/home-assistant Docker tag to v2024.3.1 (#14)
* Update homeassistant/home-assistant Docker tag to v2024.3.1

* update chart

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Lebens <alexanderlebens@gmail.com>
2024-03-18 01:28:21 -06:00
f73b754d9c fix values 2024-03-17 01:32:21 -06:00
f2e3dba5e2 remove probes 2024-03-16 09:56:06 -06:00
e89bd04a8d fix env merging 2024-03-16 09:52:14 -06:00
6f2550cf79 change env type 2024-03-16 09:41:49 -06:00
0c94180823 hardcode the exporter port 2024-03-16 09:36:56 -06:00
f59d77f8bc fix metrics switch 2024-03-16 09:34:09 -06:00
15 changed files with 35 additions and 56 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: home-assistant name: home-assistant
version: 0.1.1 version: 0.1.4
description: Chart for Home Assistant description: Chart for Home Assistant
keywords: keywords:
- home-automation - home-automation
@@ -9,4 +9,4 @@ sources:
maintainers: maintainers:
- name: alexlebens - name: alexlebens
icon: https://avatars.githubusercontent.com/u/13844975?s=200&v=4 icon: https://avatars.githubusercontent.com/u/13844975?s=200&v=4
appVersion: v2024.3.0 appVersion: v2024.3.3

View File

@@ -3,7 +3,7 @@ deployment:
strategy: Recreate strategy: Recreate
image: image:
repository: homeassistant/home-assistant repository: homeassistant/home-assistant
tag: 2024.3.0 tag: 2024.3.3
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
TZ: UTC TZ: UTC
@@ -56,7 +56,7 @@ codeserver:
enabled: false enabled: false
image: image:
repository: linuxserver/code-server repository: linuxserver/code-server
tag: 4.22.0 tag: 4.22.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
TZ: UTC TZ: UTC

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: homepage name: homepage
version: 0.0.8 version: 0.0.9
description: Chart for benphelps homepage description: Chart for benphelps homepage
keywords: keywords:
- dashboard - dashboard
@@ -9,4 +9,4 @@ sources:
maintainers: maintainers:
- name: alexlebens - name: alexlebens
icon: https://github.com/benphelps/homepage/blob/de584eae8f12a0d257e554e9511ef19bd2a1232c/public/mstile-150x150.png icon: https://github.com/benphelps/homepage/blob/de584eae8f12a0d257e554e9511ef19bd2a1232c/public/mstile-150x150.png
appVersion: v0.8.9 appVersion: v0.8.10

View File

@@ -3,7 +3,7 @@ deployment:
strategy: Recreate strategy: Recreate
image: image:
repository: ghcr.io/gethomepage/homepage repository: ghcr.io/gethomepage/homepage
tag: v0.8.9 tag: v0.8.10
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
envFrom: envFrom:
@@ -13,7 +13,7 @@ deployment:
cpu: 50m cpu: 50m
limits: limits:
memory: 512Mi memory: 512Mi
cpu: 500m cpu: 500m
service: service:
http: http:
port: 3000 port: 3000

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: outline name: outline
version: 0.0.8 version: 0.0.9
description: Chart for Outline wiki description: Chart for Outline wiki
keywords: keywords:
- wiki - wiki
@@ -14,5 +14,5 @@ icon: https://avatars.githubusercontent.com/u/1765001?s=48&v=4
dependencies: dependencies:
- name: redis - name: redis
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 18.19.2 version: 18.19.4
appVersion: v0.75.2 appVersion: v0.75.2

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: qbittorrent name: qbittorrent
version: 0.0.2 version: 0.0.8
description: Chart for qBittorrent description: Chart for qBittorrent
keywords: keywords:
- downloads - downloads

View File

@@ -49,7 +49,7 @@ spec:
image: "{{.Values.gluetun.image.repository}}:{{.Values.gluetun.image.tag}}" image: "{{.Values.gluetun.image.repository}}:{{.Values.gluetun.image.tag}}"
imagePullPolicy: {{ .Values.gluetun.image.pullPolicy }} imagePullPolicy: {{ .Values.gluetun.image.pullPolicy }}
env: env:
{{- with (concat .Values.global.env .Values.server.env) }} {{- with (concat .Values.global.env .Values.gluetun.env) }}
{{- toYaml . | nindent 12 }} {{- toYaml . | nindent 12 }}
{{- end }} {{- end }}
ports: ports:
@@ -60,33 +60,12 @@ spec:
containerPort: {{ .Values.server.service.http.port }} containerPort: {{ .Values.server.service.http.port }}
protocol: TCP protocol: TCP
- name: metrics - name: metrics
containerPort: {{ .Values.metrics.exporter.env.port }} containerPort: 9022
protocol: TCP protocol: TCP
securityContext: securityContext:
{{- toYaml .Values.gluetun.securityContext | nindent 12 }} {{- toYaml .Values.gluetun.securityContext | nindent 12 }}
resources: resources:
{{- toYaml .Values.gluetun.resources | nindent 12 }} {{- toYaml .Values.gluetun.resources | nindent 12 }}
livenessProbe:
tcpSocket:
port: {{ .Values.gluetun.service.health.port }}
initialDelaySeconds: 0
failureThreshold: 3
timeoutSeconds: 1
periodSeconds: 10
readinessProbe:
tcpSocket:
port: {{ .Values.gluetun.service.health.port }}
initialDelaySeconds: 0
failureThreshold: 3
timeoutSeconds: 1
periodSeconds: 10
startupProbe:
tcpSocket:
port: {{ .Values.gluetun.service.health.port }}
initialDelaySeconds: 0
failureThreshold: 30
timeoutSeconds: 1
periodSeconds: 5
volumeMounts: volumeMounts:
- name: tunnel-device - name: tunnel-device
mountPath: /dev/net/tun mountPath: /dev/net/tun
@@ -99,13 +78,15 @@ spec:
image: "{{ .Values.metrics.exporter.image.repository }}:{{.Values.metrics.exporter.image.tag }}" image: "{{ .Values.metrics.exporter.image.repository }}:{{.Values.metrics.exporter.image.tag }}"
imagePullPolicy: {{ .Values.metrics.exporter.image.pullPolicy }} imagePullPolicy: {{ .Values.metrics.exporter.image.pullPolicy }}
env: env:
{{- with (concat .Values.global.env .Values.server.env) }} {{- with (concat .Values.global.env .Values.metrics.exporter.env) }}
{{- toYaml . | nindent 12 }} {{- toYaml . | nindent 12 }}
{{- end }} {{- end }}
- name: QBITTORRENT_HOST - name: QBITTORRENT_HOST
value: "http://localhost" value: "http://localhost"
- name: QBITTORRENT_PORT - name: QBITTORRENT_PORT
value: "{{ .Values.server.service.http.port }}" value: "{{ .Values.server.service.http.port }}"
- name: EXPORTER_PORT
value: "9022"
{{- end }} {{- end }}
volumes: volumes:

View File

@@ -1,4 +1,4 @@
{{- if and .Values.metrics.enabled .Values.server.metrics.serviceMonitor.enabled }} {{- if and .Values.metrics.enabled .Values.metrics.serviceMonitor.enabled }}
apiVersion: monitoring.coreos.com/v1 apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor kind: ServiceMonitor
metadata: metadata:

View File

@@ -45,7 +45,7 @@ gluetun:
enabled: false enabled: false
image: image:
repository: ghcr.io/qdm12/gluetun repository: ghcr.io/qdm12/gluetun
tag: v3.37.0 tag: v3.38.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
securityContext: securityContext:
privileged: True privileged: True
@@ -80,7 +80,5 @@ metrics:
value: admin value: admin
- name: QBITTORRENT_PASS - name: QBITTORRENT_PASS
value: "" value: ""
- name: EXPORTER_PORT
value: 9022
- name: EXPORTER_LOG_LEVEL - name: EXPORTER_LOG_LEVEL
value: INFO value: INFO

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: tdarr name: tdarr
version: 0.0.3 version: 0.0.5
description: Chart for Tdarr V2 description: Chart for Tdarr V2
keywords: keywords:
- video - video
@@ -12,7 +12,7 @@ maintainers:
- name: alexlebens - name: alexlebens
icon: https://avatars.githubusercontent.com/u/43864057?s=48&v=4 icon: https://avatars.githubusercontent.com/u/43864057?s=48&v=4
dependencies: dependencies:
- name: tdarr-exporter - name: tdarr-exporter
version: 1.0.0 version: 1.1.1
repository: https://homeylab.github.io/helm-charts/ repository: https://homeylab.github.io/helm-charts/
appVersion: "2.17.01" appVersion: "2.17.01"

View File

@@ -55,7 +55,7 @@ server:
size: 100Mi size: 100Mi
node: node:
replicas: 3 replicas: 3
strategy: Recreate strategy: Recreate
image: image:
repository: ghcr.io/haveagitgat/tdarr_node repository: ghcr.io/haveagitgat/tdarr_node
tag: "2.17.01" tag: "2.17.01"

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: tubearchivist name: tubearchivist
version: 0.0.6 version: 0.0.7
description: Chart for Tube Archivist description: Chart for Tube Archivist
keywords: keywords:
- download - download
@@ -14,7 +14,7 @@ maintainers:
icon: https://avatars.githubusercontent.com/u/102734415?s=48&v=4 icon: https://avatars.githubusercontent.com/u/102734415?s=48&v=4
dependencies: dependencies:
- name: redis - name: redis
version: 18.19.2 version: 18.19.4
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
- name: elasticsearch - name: elasticsearch
version: 19.21.2 version: 19.21.2

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: unpackerr name: unpackerr
version: 0.0.1 version: 0.0.2
description: Chart for Unpackerr description: Chart for Unpackerr
keywords: keywords:
- utility - utility

View File

@@ -1,14 +1,14 @@
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: {{ .Release.Name }} name: unpackerr
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/name: unpackerr
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }} app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web app.kubernetes.io/component: web
app.kubernetes.io/part-of: {{ .Release.Name }} app.kubernetes.io/part-of: unpackerr
spec: spec:
revisionHistoryLimit: 3 revisionHistoryLimit: 3
replicas: {{ .Values.deployment.replicas }} replicas: {{ .Values.deployment.replicas }}
@@ -16,18 +16,18 @@ spec:
type: {{ .Values.deployment.strategy }} type: {{ .Values.deployment.strategy }}
selector: selector:
matchLabels: matchLabels:
app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/name: unpackerr
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
template: template:
metadata: metadata:
labels: labels:
app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/name: unpackerr
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
spec: spec:
serviceAccountName: {{ .Release.Name }} serviceAccountName: {{ .Release.Name }}
automountServiceAccountToken: true automountServiceAccountToken: true
containers: containers:
- name: {{ .Release.Name }} - name: unpackerr
image: "{{ .Values.deployment.image.repository }}:{{ .Values.deployment.image.tag }}" image: "{{ .Values.deployment.image.repository }}:{{ .Values.deployment.image.tag }}"
imagePullPolicy: {{ .Values.deployment.image.imagePullPolicy }} imagePullPolicy: {{ .Values.deployment.image.imagePullPolicy }}
env: env:
@@ -40,11 +40,11 @@ spec:
{{- toYaml . | nindent 12 }} {{- toYaml . | nindent 12 }}
{{- end }} {{- end }}
resources: resources:
{{- toYaml .Values.deployment.resources | nindent 12 }} {{- toYaml .Values.deployment.resources | nindent 12 }}
volumeMounts: volumeMounts:
- name: "{{ .Release.Name }}-downloads" - name: unpackerr-downloads
mountPath: {{ .Values.persistence.downloads.mountPath }} mountPath: {{ .Values.persistence.downloads.mountPath }}
volumes: volumes:
- name: "{{ .Release.Name }}-downloads" - name: unpackerr-downloads
persistentVolumeClaim: persistentVolumeClaim:
claimName: {{ .Values.persistence.downloads.claimName }} claimName: {{ .Values.persistence.downloads.claimName }}

View File

@@ -19,4 +19,4 @@ deployment:
persistence: persistence:
downloads: downloads:
mountPath: mountPath:
existingClaim: claimName: