Merge branch 'main' of git.hsn.dev:jahanson/homelab
This commit is contained in:
commit
a9a417ec67
7 changed files with 7 additions and 7 deletions
|
@ -10,7 +10,7 @@ spec:
|
|||
chart:
|
||||
spec:
|
||||
chart: cilium
|
||||
version: 1.15.2
|
||||
version: 1.15.3
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: cilium
|
||||
|
|
|
@ -31,7 +31,7 @@ spec:
|
|||
app:
|
||||
image:
|
||||
repository: ghcr.io/mendhak/http-https-echo
|
||||
tag: "31"
|
||||
tag: "32"
|
||||
env:
|
||||
HTTP_PORT: &port 8080
|
||||
LOG_WITHOUT_NEWLINE: "true"
|
||||
|
|
|
@ -37,7 +37,7 @@ spec:
|
|||
app:
|
||||
image:
|
||||
repository: docker.io/timberio/vector
|
||||
tag: 0.37.0-alpine@sha256:7f4f5c1aec8feaa3ea1bea069e22517788ce9eecee9d5d8af95590cf3e67fc2f
|
||||
tag: 0.36.1-alpine@sha256:cf20f6f0adb57f561df678a70c4a68361885b861882235bfb0a808610bb1b532
|
||||
env:
|
||||
PROCFS_ROOT: /host/proc
|
||||
SYSFS_ROOT: /host/sys
|
||||
|
|
|
@ -46,7 +46,7 @@ spec:
|
|||
app:
|
||||
image:
|
||||
repository: docker.io/timberio/vector
|
||||
tag: 0.37.0-alpine@sha256:7f4f5c1aec8feaa3ea1bea069e22517788ce9eecee9d5d8af95590cf3e67fc2f
|
||||
tag: 0.36.1-alpine@sha256:cf20f6f0adb57f561df678a70c4a68361885b861882235bfb0a808610bb1b532
|
||||
args: ["--config", "/etc/vector/vector.yaml"]
|
||||
pod:
|
||||
topologySpreadConstraints:
|
||||
|
|
|
@ -68,7 +68,7 @@ spec:
|
|||
gluetun:
|
||||
image:
|
||||
repository: ghcr.io/qdm12/gluetun
|
||||
tag: latest@sha256:be03a514f4e064421e25988e59b8edb38b05316bb8c7995e123393e28123fbdb
|
||||
tag: latest@sha256:f8972ac7afa0b68a9d84ea9c28a6c623471b41f617290bedd222b4bddbcf589f
|
||||
env:
|
||||
VPN_SERVICE_PROVIDER: custom
|
||||
VPN_TYPE: wireguard
|
||||
|
|
|
@ -10,7 +10,7 @@ spec:
|
|||
chart:
|
||||
spec:
|
||||
chart: external-secrets
|
||||
version: 0.9.13
|
||||
version: 0.9.14
|
||||
interval: 30m
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
|
|
|
@ -8,7 +8,7 @@ releases:
|
|||
- name: cilium
|
||||
namespace: kube-system
|
||||
chart: cilium/cilium
|
||||
version: 1.15.2
|
||||
version: 1.15.3
|
||||
values: ["../../../apps/kube-system/cilium/app/helm-values.yaml"]
|
||||
wait: true
|
||||
- name: spegel
|
||||
|
|
Loading…
Reference in a new issue