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.0
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: 14e09341fceaee17c86b9364287217a458bc5beb7bc058260c6f5d20f6217df5
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.0
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: 21a86a6d4b95051738ed8c5401d6b8a10da6a53220a728b7ac59201369398ef5
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.0
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: e108b316db1774f2627b5590e49e54cecdc123e197264e5b18e9c2f5acd125e8
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.0
name: kubernetes
resources:
limits:
Expand Down
Loading