Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
jalim committed Mar 24, 2024
1 parent b542594 commit 9b4a5f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,8 @@
"yaml.schemas": {
"ansible": "./ansible/**/*.yaml",
"kubernetes": "./kubernetes/**/*.yaml"
}
},
"github-actions.workflows.pinned.workflows": [
".github/workflows/renovate.yaml"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ spec:
postBuild:
substitute:
# renovate: datasource=docker depName=ghcr.io/siderolabs/installer
TALOS_VERSION: v1.6.7
TALOS_VERSION: v1.6.6
# renovate: datasource=docker depName=ghcr.io/siderolabs/kubelet
KUBERNETES_VERSION: v1.29.3
KUBERNETES_VERSION: v1.29.2

0 comments on commit 9b4a5f9

Please sign in to comment.