Skip to content
Open
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 class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ parameters:
k8s:
registry: ghcr.io
image: loft-sh/kubernetes
tag: v1.32.13
tag: v1.36.1
syncer:
registry: ghcr.io
image: loft-sh/vcluster-oss
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
template:
metadata:
annotations:
vClusterConfigHash: 61b1a4ec47d734342cfe91f19e59b3fbeda2a77c1fe2ccbf7b22d1da72dc70f8
vClusterConfigHash: aab74b607c35d92bf9a768398cf754cd81be5acb65731bce0a18ae42778db598
labels:
app: vcluster
release: defaults
Expand Down Expand Up @@ -107,7 +107,7 @@ spec:
- /binaries/
command:
- cp
image: ghcr.io/loft-sh/kubernetes:v1.32.13
image: ghcr.io/loft-sh/kubernetes:v1.36.1
name: kubernetes
resources:
limits:
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
template:
metadata:
annotations:
vClusterConfigHash: 3856fb8d1b6d0bc23d25d5a76cfbc209cf1bd5cebdd6af59eba0dc725d6936c8
vClusterConfigHash: 462c989aafc77f0702b2dc48719da251c9b269390fb676f66003a66cbb9ae5f8
labels:
app: vcluster
release: oidc
Expand Down Expand Up @@ -108,7 +108,7 @@ spec:
- /binaries/
command:
- cp
image: ghcr.io/loft-sh/kubernetes:v1.32.13
image: ghcr.io/loft-sh/kubernetes:v1.36.1
name: kubernetes
resources:
limits:
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
template:
metadata:
annotations:
vClusterConfigHash: e6ff78ecfae4ddfca68b762f5560bb60a1dd12dbc52d2cf30f5aa43236fdbe37
vClusterConfigHash: fa9caadc0eea231134c4c7af1a9487559892da5e9fa17b9b53c9cd555f2b26e2
labels:
app: vcluster
release: openshift
Expand Down Expand Up @@ -107,7 +107,7 @@ spec:
- /binaries/
command:
- cp
image: ghcr.io/loft-sh/kubernetes:v1.32.13
image: ghcr.io/loft-sh/kubernetes:v1.36.1
name: kubernetes
resources:
limits:
Expand Down
Loading