feat: CI version bump, some 1.23 cleanups, basic Cilium config
This commit is contained in:
parent
9fe008efcb
commit
faad64738c
@ -9,7 +9,7 @@ fi
|
||||
export WORKDIR=/tmp/kubezero
|
||||
export HOSTFS=/host
|
||||
export CHARTS=/charts
|
||||
export VERSION=v1.23
|
||||
export VERSION=$(kubeadm version --output json | jq -r .clientVersion.gitVersion)
|
||||
|
||||
export KUBECONFIG="${HOSTFS}/root/.kube/config"
|
||||
|
||||
|
@ -16,7 +16,7 @@ users:
|
||||
- name: kubernetes-admin
|
||||
user:
|
||||
exec:
|
||||
apiVersion: client.authentication.k8s.io/v1alpha1
|
||||
apiVersion: client.authentication.k8s.io/v1beta1
|
||||
command: aws-iam-authenticator
|
||||
args:
|
||||
- "token"
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
name: kubezero-ci
|
||||
description: KubeZero umbrella chart for all things CI
|
||||
type: application
|
||||
version: 0.5.4
|
||||
version: 0.5.5
|
||||
home: https://kubezero.com
|
||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||
keywords:
|
||||
@ -22,7 +22,7 @@ dependencies:
|
||||
repository: https://gocd.github.io/helm-chart
|
||||
condition: gocd.enabled
|
||||
- name: gitea
|
||||
version: 5.0.5
|
||||
version: 5.0.9
|
||||
repository: https://dl.gitea.io/charts/
|
||||
condition: gitea.enabled
|
||||
- name: jenkins
|
||||
|
@ -17,7 +17,7 @@ gitea:
|
||||
enabled: false
|
||||
|
||||
image:
|
||||
tag: 1.16.8
|
||||
tag: 1.17.0
|
||||
rootless: true
|
||||
|
||||
securityContext:
|
||||
|
@ -33,6 +33,27 @@ cilium:
|
||||
#-- Ensure this is false if multus is enabled
|
||||
exclusive: false
|
||||
|
||||
cluster:
|
||||
# This should match the second octet + 1 of clusterPoolIPv4PodCIDRList,
|
||||
# to prevent IP space overlap and easy tracking
|
||||
id: 1
|
||||
name: default
|
||||
|
||||
ipam:
|
||||
operator:
|
||||
clusterPoolIPv4PodCIDRList:
|
||||
- 10.0.0.0/16
|
||||
|
||||
hostServices:
|
||||
enabled: true
|
||||
|
||||
# Does this conflict with Calico in parallel ?
|
||||
nodePort:
|
||||
enabled: true
|
||||
|
||||
# Keep it simple for now
|
||||
l7Proxy: false
|
||||
|
||||
cgroup:
|
||||
autoMount:
|
||||
enabled: false
|
||||
|
Loading…
Reference in New Issue
Block a user