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.35.4
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: d68e2e3ccbd99ba0c64d2bd6de45dcc617ad1ec968941dd6c9de3a6bc740a766
vClusterConfigHash: 6c5636f10d2c7127b5749ea01e83745c71c2b5e7ecd9bd3c8b0f105057784830
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.35.4
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: 8b95e0600571663c69e34a2bfb8cb3591f26efe1425f13bb10b7d83e291ec850
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.35.4
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: 558fc662025fc7a61d5f87f3f00f7c8b2f1dbfb7e281100ddea2faea094ba98e
vClusterConfigHash: fe74e02a23b3be949ad04093d54bbca9075e4916cc75b53157817fb38d0e0120
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.35.4
name: kubernetes
resources:
limits:
Expand Down
Loading