Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion kubernetes/base/infra/argocd/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
sources:
- repoURL: https://argoproj.github.io/argo-helm
chart: argo-cd
targetRevision: 10.4.0
targetRevision: 10.4.2
helm:
releaseName: argocd
valueFiles:
Expand Down
8 changes: 4 additions & 4 deletions kubernetes/bootstrap/helmfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ version: 1.6.0
dependencies:
- name: argo-cd
repository: https://argoproj.github.io/argo-helm
version: 10.4.0
version: 10.4.2
- name: cilium
repository: https://helm.cilium.io/
version: 1.20.1
- name: hcloud-cloud-controller-manager
repository: https://charts.hetzner.cloud
version: 1.35.0
digest: sha256:faad95328ed8b144f9d64134d426ee054b2df253dc72a6f242c9f8f508335935
generated: "2026-08-18T18:49:25.568706229Z"
version: 1.36.0
digest: sha256:d52b512cb585787865a91f04ec5e39e69e28405f08f20eafc016154d535b0bc8
generated: "2026-08-31T01:53:49.973699702Z"
4 changes: 2 additions & 2 deletions kubernetes/bootstrap/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ releases:
- name: hccm
namespace: kube-system
chart: hcloud/hcloud-cloud-controller-manager
version: "1.35.0"
version: "1.36.0"
wait: true
values:
- values/ccm.yaml
Expand All @@ -35,7 +35,7 @@ releases:
chart: argo/argo-cd
needs:
- kube-system/hccm
version: 10.4.0
version: 10.4.2
namespace: argocd
cleanupOnFail: true
createNamespace: true
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/components/hcloud-ccm/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
sources:
- repoURL: https://charts.hetzner.cloud
chart: hcloud-cloud-controller-manager
targetRevision: 1.35.0
targetRevision: 1.36.0
helm:
releaseName: hccm
valueFiles:
Expand Down