Skip to content

Commit

Permalink
Merge branch 'main' of github.com:tuxpeople/k8s-homelab
Browse files Browse the repository at this point in the history
* 'main' of github.com:tuxpeople/k8s-homelab:
  fix(container): update image timberio/vector to v0.36.1 (#2203)
  feat(github-action)!: Update tj-actions/changed-files action to v43
  feat(container)!: Update image gcr.io/k8s-staging-sig-storage/objectstorage-controller to v20240314
  feat(container)!: Update image app-template to v3
  feat(helm): update chart loki to 5.44.1
  feat(helm): update chart k8s-gateway to 2.4.0
  feat(github-release): update k3s-io/k3s to v1.29.2+k3s1
  fix(helm): update cilium
  fix(helm): update chart vpa to 4.4.5
  fix(helm): update chart vector to 0.31.1
  fix(helm): update chart kubernetes-dashboard to 7.1.2
  fix(helm): update chart ingressmonitorcontroller to 2.1.51
  fix(helm): update chart grafana to 7.3.7
  fix(container): update image velero/velero-plugin-for-aws to v1.9.1
  feat(container)!: Update image kube-prometheus-stack to v57
  • Loading branch information
tuxpeople committed Mar 16, 2024
2 parents 3cf85f1 + 68e3421 commit bb7c007
Show file tree
Hide file tree
Showing 37 changed files with 46 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ env.BRANCH_NAME }}
- uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11 # v42
- uses: tj-actions/changed-files@77af4bed286740ef1a6387dc4e4e4dec39f96054 # v43
id: changed-plan
with:
files: ${{ env.PLAN_FILE }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ spec:
value: 192.168.8.100
- name: KUBERNETES_SERVICE_PORT
value: "6443"
image: quay.io/cilium/operator-generic:v1.15.1@sha256:819c7281f5a4f25ee1ce2ec4c76b6fbc69a660c68b7825e9580b1813833fa743
image: quay.io/cilium/operator-generic:v1.15.2@sha256:4dd8f67630f45fcaf58145eb81780b677ef62d57632d7e4442905ad3226a9088
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -687,7 +687,7 @@ spec:
value: 192.168.8.100
- name: KUBERNETES_SERVICE_PORT
value: "6443"
image: quay.io/cilium/cilium:v1.15.1@sha256:351d6685dc6f6ffbcd5451043167cfa8842c6decf80d8c8e426a417c73fb56d4
image: quay.io/cilium/cilium:v1.15.2@sha256:bfeb3f1034282444ae8c498dca94044df2b9c9c8e7ac678e0b43c849f0b31746
imagePullPolicy: IfNotPresent
lifecycle:
postStart:
Expand Down Expand Up @@ -805,7 +805,7 @@ spec:
value: 192.168.8.100
- name: KUBERNETES_SERVICE_PORT
value: "6443"
image: quay.io/cilium/cilium:v1.15.1@sha256:351d6685dc6f6ffbcd5451043167cfa8842c6decf80d8c8e426a417c73fb56d4
image: quay.io/cilium/cilium:v1.15.2@sha256:bfeb3f1034282444ae8c498dca94044df2b9c9c8e7ac678e0b43c849f0b31746
imagePullPolicy: IfNotPresent
name: config
terminationMessagePolicy: FallbackToLogsOnError
Expand All @@ -824,7 +824,7 @@ spec:
value: /run/cilium/cgroupv2
- name: BIN_PATH
value: /opt/cni/bin
image: quay.io/cilium/cilium:v1.15.1@sha256:351d6685dc6f6ffbcd5451043167cfa8842c6decf80d8c8e426a417c73fb56d4
image: quay.io/cilium/cilium:v1.15.2@sha256:bfeb3f1034282444ae8c498dca94044df2b9c9c8e7ac678e0b43c849f0b31746
imagePullPolicy: IfNotPresent
name: mount-cgroup
securityContext:
Expand Down Expand Up @@ -854,7 +854,7 @@ spec:
env:
- name: BIN_PATH
value: /opt/cni/bin
image: quay.io/cilium/cilium:v1.15.1@sha256:351d6685dc6f6ffbcd5451043167cfa8842c6decf80d8c8e426a417c73fb56d4
image: quay.io/cilium/cilium:v1.15.2@sha256:bfeb3f1034282444ae8c498dca94044df2b9c9c8e7ac678e0b43c849f0b31746
imagePullPolicy: IfNotPresent
name: apply-sysctl-overwrites
securityContext:
Expand All @@ -880,7 +880,7 @@ spec:
- /bin/bash
- -c
- --
image: quay.io/cilium/cilium:v1.15.1@sha256:351d6685dc6f6ffbcd5451043167cfa8842c6decf80d8c8e426a417c73fb56d4
image: quay.io/cilium/cilium:v1.15.2@sha256:bfeb3f1034282444ae8c498dca94044df2b9c9c8e7ac678e0b43c849f0b31746
imagePullPolicy: IfNotPresent
name: mount-bpf-fs
securityContext:
Expand All @@ -898,7 +898,7 @@ spec:
echo "Waiting on node-init to run...";
sleep 1;
done
image: quay.io/cilium/cilium:v1.15.1@sha256:351d6685dc6f6ffbcd5451043167cfa8842c6decf80d8c8e426a417c73fb56d4
image: quay.io/cilium/cilium:v1.15.2@sha256:bfeb3f1034282444ae8c498dca94044df2b9c9c8e7ac678e0b43c849f0b31746
imagePullPolicy: IfNotPresent
name: wait-for-node-init
terminationMessagePolicy: FallbackToLogsOnError
Expand All @@ -924,7 +924,7 @@ spec:
value: 192.168.8.100
- name: KUBERNETES_SERVICE_PORT
value: "6443"
image: quay.io/cilium/cilium:v1.15.1@sha256:351d6685dc6f6ffbcd5451043167cfa8842c6decf80d8c8e426a417c73fb56d4
image: quay.io/cilium/cilium:v1.15.2@sha256:bfeb3f1034282444ae8c498dca94044df2b9c9c8e7ac678e0b43c849f0b31746
imagePullPolicy: IfNotPresent
name: clean-cilium-state
resources:
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventory/group_vars/kubernetes/k3s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

# renovate: datasource=github-releases depName=k3s-io/k3s
k3s_release_version: "v1.28.7+k3s1"
k3s_release_version: "v1.29.2+k3s1"
k3s_install_hard_links: true
k3s_become: true
k3s_debug: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
repo: https://helm.cilium.io/
chart: cilium
# renovate: datasource=helm depName=cilium registryUrl=https://helm.cilium.io
version: "1.15.1"
version: "1.15.2"
targetNamespace: kube-system
bootstrap: true
valuesContent: |-
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/code-server/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/dashy/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/drop/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/echo-server/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/headscale/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/jdownloader/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/linkding/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/paperless/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/paperless/redis/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/sharry/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/webtrees/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/kube-system/cilium/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: cilium
version: 1.15.1
version: 1.15.2
sourceRef:
kind: HelmRepository
name: cilium
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ resources:
- https://github.com/kubernetes-sigs/container-object-storage-interface-controller
images:
- name: gcr.io/k8s-staging-sig-storage/objectstorage-controller
newTag: v20240307-v0.1.2-alpha1-8-g7e7b773
newTag: v20240314-v0.1.2-alpha1-8-g7e7b773
2 changes: 1 addition & 1 deletion kubernetes/apps/media/calibre-web/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/plex-trakt-sync/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/podsync/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/tautulli/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/tautulli/exporter/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/monitoring/grafana/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: grafana
version: 7.3.3
version: 7.3.7
sourceRef:
kind: HelmRepository
name: grafana
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: kube-prometheus-stack
version: 56.21.4
version: 57.0.3
sourceRef:
kind: HelmRepository
name: prometheus-community
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: kubernetes-dashboard
version: 7.1.1
version: 7.1.2
sourceRef:
kind: HelmRepository
name: kubernetes-dashboard
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/monitoring/loki/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: loki
version: 5.43.6
version: 5.44.1
sourceRef:
kind: HelmRepository
name: grafana
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/apps/monitoring/vector/agent/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: vector
version: 0.31.0
version: 0.31.1
sourceRef:
kind: HelmRepository
name: vector-charts
Expand All @@ -30,7 +30,7 @@ spec:
values:
image:
repository: timberio/vector
tag: 0.36.0-debian
tag: 0.36.1-debian
role: Agent
customConfig:
data_dir: /vector-data-dir
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/apps/monitoring/vector/aggregator/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: vector
version: 0.31.0
version: 0.31.1
sourceRef:
kind: HelmRepository
name: vector-charts
Expand All @@ -30,7 +30,7 @@ spec:
values:
image:
repository: timberio/vector
tag: 0.36.0-debian
tag: 0.36.1-debian
role: Stateless-Aggregator
customConfig:
data_dir: /vector-data-dir
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/monitoring/vpa/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: vpa
version: 4.4.2
version: 4.4.5
sourceRef:
kind: HelmRepository
name: fairwinds
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: app-template
version: 2.6.0
version: 3.0.4
sourceRef:
kind: HelmRepository
name: bjw-s
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: ingressmonitorcontroller
version: 2.1.50
version: 2.1.51
sourceRef:
kind: HelmRepository
name: stakater
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
chart:
spec:
chart: k8s-gateway
version: 2.3.0
version: 2.4.0
sourceRef:
kind: HelmRepository
name: k8s-gateway
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/storage/velero/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
values:
initContainers:
- name: velero-plugin-for-aws
image: velero/velero-plugin-for-aws:v1.9.0
image: velero/velero-plugin-for-aws:v1.9.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
Expand Down
Loading

0 comments on commit bb7c007

Please sign in to comment.