Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump k8s version of k3s from 1.25 to 1.28 #1338

Merged
merged 1 commit into from
Dec 12, 2023
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
4 changes: 2 additions & 2 deletions chart/k8gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ k8gb:
# -- Metrics server address
metricsAddress: "0.0.0.0:8080"
securityContext:
# -- For more options consult https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#securitycontext-v1-core
# -- For more options consult https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#securitycontext-v1-core
runAsNonRoot: true
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
Expand All @@ -63,7 +63,7 @@ externaldns:
# -- external-dns sync interval
interval: "20s"
securityContext:
# -- For more options consult https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#securitycontext-v1-core
# -- For more options consult https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.28/#securitycontext-v1-core
runAsUser: 1000
# -- For ExternalDNS to be able to read Kubernetes and AWS token files
fsGroup: 65534 # For ExternalDNS to be able to read Kubernetes and AWS token files
Expand Down
2 changes: 1 addition & 1 deletion k3d/edge-dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: k3d.io/v1alpha4
kind: Simple
metadata:
name: edgedns
image: docker.io/rancher/k3s:v1.25.2-k3s1
image: docker.io/rancher/k3s:v1.28.3-k3s2
agents: 0
network: k3d-action-bridge-network
ports:
Expand Down
2 changes: 1 addition & 1 deletion k3d/gslb.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: k3d.io/v1alpha4
kind: Simple
metadata:
name: test-gslb$CLUSTER_INDEX
image: docker.io/rancher/k3s:v1.25.2-k3s1
image: docker.io/rancher/k3s:v1.28.3-k3s2
agents: 1
network: k3d-action-bridge-network
ports:
Expand Down
2 changes: 1 addition & 1 deletion k3d/test-gslb1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: k3d.io/v1alpha4
kind: Simple
metadata:
name: test-gslb1
image: docker.io/rancher/k3s:v1.25.2-k3s1
image: docker.io/rancher/k3s:v1.28.3-k3s2
agents: 1
network: k3d-action-bridge-network
ports:
Expand Down
2 changes: 1 addition & 1 deletion k3d/test-gslb2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: k3d.io/v1alpha4
kind: Simple
metadata:
name: test-gslb2
image: docker.io/rancher/k3s:v1.25.2-k3s1
image: docker.io/rancher/k3s:v1.28.3-k3s2
agents: 1
network: k3d-action-bridge-network
ports:
Expand Down
2 changes: 1 addition & 1 deletion k3d/test-gslb3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: k3d.io/v1alpha4
kind: Simple
metadata:
name: test-gslb3
image: docker.io/rancher/k3s:v1.25.2-k3s1
image: docker.io/rancher/k3s:v1.28.3-k3s2
agents: 1
network: k3d-action-bridge-network
ports:
Expand Down
Loading