Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add kube prometheus stack #248

Merged
merged 38 commits into from
Feb 1, 2025
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
05c09ad
initial setup
Jan 20, 2025
f157656
barman
Jan 20, 2025
5a90afb
feat(container): update ghcr.io/onedr0p/actions-runner ( 2.321.0 → 2.…
renovate[bot] Jan 26, 2025
a9f2ecb
fix(container): update ghcr.io/onedr0p/prowlarr-develop ( 1.30.1.4928…
renovate[bot] Jan 26, 2025
c6af0f8
fix(container): update ghcr.io/onedr0p/home-assistant ( 2025.1.2 → 20…
renovate[bot] Jan 26, 2025
8e760b7
fix(container): update ghcr.io/coder/code-server ( 4.96.2 → 4.96.4 ) …
renovate[bot] Jan 26, 2025
bf5114b
feat(helm): update external-secrets ( 0.12.1 → 0.13.0 ) (#224)
renovate[bot] Jan 26, 2025
51dce08
chore(mise): upgrade dependencies (#219)
github-actions[bot] Jan 26, 2025
6325cae
fix(helm): update grafana ( 8.8.4 → 8.8.5 ) (#223)
renovate[bot] Jan 26, 2025
5a1f4c9
fix(helm): update cilium ( 1.16.5 → 1.16.6 ) (#221)
renovate[bot] Jan 26, 2025
778e92e
fix(helm): update coredns ( 1.37.2 → 1.37.3 ) (#222)
renovate[bot] Jan 26, 2025
1f21bf6
fix(container): update ghcr.io/onedr0p/sonarr-develop ( 4.0.12.2866 →…
renovate[bot] Jan 26, 2025
433adc0
fix(container): update jellyfin/jellyfin ( 10.10.3 → 10.10.5 ) (#230)
renovate[bot] Jan 26, 2025
de2f8f9
get rid of templates dir
Jan 26, 2025
cecf967
disable db
Jan 26, 2025
7b5d53d
rework postgres (#231)
RonaldPhilipsen Jan 26, 2025
72547d5
do not reference 16
Jan 26, 2025
f688de1
feat(helm): update coredns ( 1.37.3 → 1.38.1 ) (#232)
renovate[bot] Jan 27, 2025
28f6b89
chore(mise): upgrade dependencies (#233)
github-actions[bot] Jan 29, 2025
b967361
chore(mise): upgrade dependencies (#242)
github-actions[bot] Jan 30, 2025
2a07e47
feat(helm): update coredns ( 1.38.1 → 1.39.0 ) (#241)
renovate[bot] Jan 30, 2025
65c828c
fix(helm): update openebs ( 4.1.2 → 4.1.3 ) (#240)
renovate[bot] Jan 30, 2025
4e97635
fix(helm): update external-dns ( 1.15.0 → 1.15.1 ) (#239)
renovate[bot] Jan 30, 2025
67d4fef
chore(container): update ghcr.io/onedr0p/sonarr-develop ( b2b3e30 → 6…
renovate[bot] Jan 30, 2025
9afb6e2
chore(container): update ghcr.io/onedr0p/sabnzbd ( 4188d3c → fd85776 …
renovate[bot] Jan 30, 2025
da7744d
chore(container): update ghcr.io/onedr0p/radarr-develop ( 64364aa → f…
renovate[bot] Jan 30, 2025
e6935aa
chore(container): update ghcr.io/onedr0p/prowlarr-develop ( 1cf5d5e →…
renovate[bot] Jan 30, 2025
a21d88c
chore(container): update ghcr.io/onedr0p/home-assistant ( 0d20c91 → 6…
renovate[bot] Jan 30, 2025
23fd847
Update flux-diff.yaml
RonaldPhilipsen Jan 30, 2025
b77c2de
fix(container): update ghcr.io/siderolabs/installer ( v1.9.2 → v1.9.3 )
renovate[bot] Jan 30, 2025
c3f82fd
chore(mise): upgrade dependencies (#243)
github-actions[bot] Feb 1, 2025
d81683a
feat(helm): update intel-device-plugins-operator ( 0.31.1 → 0.32.0 ) …
renovate[bot] Feb 1, 2025
e7e80ec
feat(helm): update intel-device-plugins-gpu ( 0.31.1 → 0.32.0 ) (#245)
renovate[bot] Feb 1, 2025
fc1dec5
fix(helm): update grafana ( 8.8.5 → 8.8.6 ) (#244)
renovate[bot] Feb 1, 2025
efa51c6
fix(container): update docker.io/cloudflare/cloudflared ( 2025.1.0 → …
renovate[bot] Feb 1, 2025
0dfca03
fix(container): update ghcr.io/onedr0p/sonarr-develop ( 4.0.12.2892 →…
renovate[bot] Feb 1, 2025
a944532
add kube-prometheis-stack
Feb 1, 2025
41b7b0f
Merge branch 'main' into add-kube-prometheus-stack
RonaldPhilipsen Feb 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
barman
  • Loading branch information
Ronald Philipsen authored and Ronald Philipsen committed Feb 1, 2025
commit f157656d234925982a2bca0aed9b97748858f32d
12 changes: 1 addition & 11 deletions kubernetes/apps/database/cloudnative-pg/cluster/cluster16.yaml
Original file line number Diff line number Diff line change
@@ -48,14 +48,4 @@ spec:
secretAccessKey:
name: cloudnative-pg-secret
key: AWS_SECRET_ACCESS_KEY
# Note: previousCluster needs to be set to the name of the previous
# cluster when recovering from an existing cnpg cluster
bootstrap:
recovery:
source: &previousCluster postgres16-v1
#Note: externalClusters is needed when recovering from an existing cnpg cluster
externalClusters:
- name: *previousCluster
barmanObjectStore:
<<: *barmanObjectStore
serverName: *previousCluster