Skip to content

Commit

Permalink
Bump k8s to v1.25.2 (#961)
Browse files Browse the repository at this point in the history
Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
  • Loading branch information
jkremser authored Oct 5, 2022
1 parent 3685674 commit 84ea55b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions chart/k8gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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.22/#securitycontext-v1-core
# -- For more options consult https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#securitycontext-v1-core
runAsNonRoot: true
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
Expand All @@ -50,8 +50,8 @@ externaldns:
image: k8s.gcr.io/external-dns/external-dns:v0.9.0
# -- external-dns sync interval
interval: "20s"
securityContext: # For more options consult https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#securitycontext-v1-core
# -- For more options consult https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.22/#securitycontext-v1-core
securityContext:
# -- For more options consult https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#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
4 changes: 2 additions & 2 deletions 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.22.6-k3s1
image: docker.io/rancher/k3s:v1.25.2-k3s1
agents: 0
network: k3d-action-bridge-network
ports:
Expand All @@ -17,6 +17,6 @@ options:
disableLoadbalancer: true
k3s:
extraArgs:
- arg: --no-deploy=traefik,servicelb,metrics-server,local-storage
- arg: --disable=traefik,servicelb,metrics-server,local-storage
nodeFilters:
- server:*
4 changes: 2 additions & 2 deletions 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.22.6-k3s1
image: docker.io/rancher/k3s:v1.25.2-k3s1
agents: 1
network: k3d-action-bridge-network
ports:
Expand All @@ -26,6 +26,6 @@ options:
disableLoadbalancer: true
k3s:
extraArgs:
- arg: --no-deploy=traefik,servicelb,metrics-server,local-storage
- arg: --disable=traefik,servicelb,metrics-server,local-storage
nodeFilters:
- server:*
4 changes: 2 additions & 2 deletions 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.22.6-k3s1
image: docker.io/rancher/k3s:v1.25.2-k3s1
agents: 1
network: k3d-action-bridge-network
ports:
Expand All @@ -29,6 +29,6 @@ options:
disableLoadbalancer: true
k3s:
extraArgs:
- arg: --no-deploy=traefik,servicelb,metrics-server,local-storage
- arg: --disable=traefik,servicelb,metrics-server,local-storage
nodeFilters:
- server:*
4 changes: 2 additions & 2 deletions 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.22.6-k3s1
image: docker.io/rancher/k3s:v1.25.2-k3s1
agents: 1
network: k3d-action-bridge-network
ports:
Expand All @@ -26,6 +26,6 @@ options:
disableLoadbalancer: true
k3s:
extraArgs:
- arg: --no-deploy=traefik,servicelb,metrics-server,local-storage
- arg: --disable=traefik,servicelb,metrics-server,local-storage
nodeFilters:
- server:*
4 changes: 2 additions & 2 deletions 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.22.6-k3s1
image: docker.io/rancher/k3s:v1.25.2-k3s1
agents: 1
network: k3d-action-bridge-network
ports:
Expand All @@ -26,6 +26,6 @@ options:
disableLoadbalancer: true
k3s:
extraArgs:
- arg: --no-deploy=traefik,servicelb,metrics-server,local-storage
- arg: --disable=traefik,servicelb,metrics-server,local-storage
nodeFilters:
- server:*

0 comments on commit 84ea55b

Please sign in to comment.