Merge branch 'master' of https://git.fascinated.cc/Fascinated/homelab-argocd
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 45s

This commit is contained in:
Lee 2024-10-27 11:05:26 +00:00
commit 9e2adbcb12
6 changed files with 8 additions and 8 deletions

@ -16,7 +16,7 @@ spec:
spec: spec:
containers: containers:
- name: flyimg-container - name: flyimg-container
image: flyimg/flyimg:1.4.13 image: flyimg/flyimg:1.4.15
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false
ports: ports:
@ -26,8 +26,8 @@ spec:
cpu: 50m cpu: 50m
memory: 100Mi memory: 100Mi
limits: limits:
cpu: 1000m # 1 vCPU cpu: 2000m
memory: 200Mi memory: 512Mi
volumeMounts: volumeMounts:
- name: flyimg-storage - name: flyimg-storage
mountPath: /var/www/html/web/uploads mountPath: /var/www/html/web/uploads

@ -18,7 +18,7 @@ spec:
chart: chart:
spec: spec:
chart: cert-manager chart: cert-manager
version: "1.15.3" version: "v1.16.1"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: cert-manager name: cert-manager

@ -8,7 +8,7 @@ spec:
interval: 30m interval: 30m
url: https://github.com/traefik/traefik-helm-chart.git url: https://github.com/traefik/traefik-helm-chart.git
ref: ref:
tag: v32.0.0 tag: v32.1.1
ignore: | ignore: |
# exclude all # exclude all
/* /*

@ -18,7 +18,7 @@ spec:
chart: chart:
spec: spec:
chart: kube-prometheus-stack chart: kube-prometheus-stack
version: "63.1.0" version: "65.3.1"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: monitoring name: monitoring

@ -18,7 +18,7 @@ spec:
chart: chart:
spec: spec:
chart: spegel chart: spegel
version: "v0.0.24" version: "v0.0.27"
interval: 5m interval: 5m
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository

@ -18,7 +18,7 @@ spec:
chart: chart:
spec: spec:
chart: traefik chart: traefik
version: "32.0.0" version: "32.1.1"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: traefik name: traefik