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:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: cilium
|
chart: cilium
|
||||||
version: 1.15.2
|
version: 1.15.3
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: cilium
|
name: cilium
|
||||||
|
|
|
@ -31,7 +31,7 @@ spec:
|
||||||
app:
|
app:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/mendhak/http-https-echo
|
repository: ghcr.io/mendhak/http-https-echo
|
||||||
tag: "31"
|
tag: "32"
|
||||||
env:
|
env:
|
||||||
HTTP_PORT: &port 8080
|
HTTP_PORT: &port 8080
|
||||||
LOG_WITHOUT_NEWLINE: "true"
|
LOG_WITHOUT_NEWLINE: "true"
|
||||||
|
|
|
@ -37,7 +37,7 @@ spec:
|
||||||
app:
|
app:
|
||||||
image:
|
image:
|
||||||
repository: docker.io/timberio/vector
|
repository: docker.io/timberio/vector
|
||||||
tag: 0.37.0-alpine@sha256:7f4f5c1aec8feaa3ea1bea069e22517788ce9eecee9d5d8af95590cf3e67fc2f
|
tag: 0.36.1-alpine@sha256:cf20f6f0adb57f561df678a70c4a68361885b861882235bfb0a808610bb1b532
|
||||||
env:
|
env:
|
||||||
PROCFS_ROOT: /host/proc
|
PROCFS_ROOT: /host/proc
|
||||||
SYSFS_ROOT: /host/sys
|
SYSFS_ROOT: /host/sys
|
||||||
|
|
|
@ -46,7 +46,7 @@ spec:
|
||||||
app:
|
app:
|
||||||
image:
|
image:
|
||||||
repository: docker.io/timberio/vector
|
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"]
|
args: ["--config", "/etc/vector/vector.yaml"]
|
||||||
pod:
|
pod:
|
||||||
topologySpreadConstraints:
|
topologySpreadConstraints:
|
||||||
|
|
|
@ -68,7 +68,7 @@ spec:
|
||||||
gluetun:
|
gluetun:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/qdm12/gluetun
|
repository: ghcr.io/qdm12/gluetun
|
||||||
tag: latest@sha256:be03a514f4e064421e25988e59b8edb38b05316bb8c7995e123393e28123fbdb
|
tag: latest@sha256:f8972ac7afa0b68a9d84ea9c28a6c623471b41f617290bedd222b4bddbcf589f
|
||||||
env:
|
env:
|
||||||
VPN_SERVICE_PROVIDER: custom
|
VPN_SERVICE_PROVIDER: custom
|
||||||
VPN_TYPE: wireguard
|
VPN_TYPE: wireguard
|
||||||
|
|
|
@ -10,7 +10,7 @@ spec:
|
||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: external-secrets
|
chart: external-secrets
|
||||||
version: 0.9.13
|
version: 0.9.14
|
||||||
interval: 30m
|
interval: 30m
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
|
|
|
@ -8,7 +8,7 @@ releases:
|
||||||
- name: cilium
|
- name: cilium
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
chart: cilium/cilium
|
chart: cilium/cilium
|
||||||
version: 1.15.2
|
version: 1.15.3
|
||||||
values: ["../../../apps/kube-system/cilium/app/helm-values.yaml"]
|
values: ["../../../apps/kube-system/cilium/app/helm-values.yaml"]
|
||||||
wait: true
|
wait: true
|
||||||
- name: spegel
|
- name: spegel
|
||||||
|
|
Loading…
Reference in a new issue