feat: Upgrade CAPI/CAPV/CAIP and dependencies
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2023-10-05 11:29:31 +02:00
parent 0509a7cb8a
commit bf3d7ed239
2 changed files with 10 additions and 10 deletions

View File

@ -73,7 +73,7 @@ components:
cert-manager:
helm:
version: 1.11.0
version: 1.13.1
chart: jetstack/cert-manager
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
# chart_values: !unsafe |
@ -83,16 +83,16 @@ components:
management:
version:
# Must match the version referenced at `dependencies.static_binaries[.filename==clusterctl].url`
base: v1.4.0
base: v1.5.1
# Must match the version referenced at `components.cert-manager.helm.version`
cert_manager: v1.11.0
infrastructure_vsphere: v1.6.0
ipam_incluster: v0.1.0-alpha.2
cert_manager: v1.13.1
infrastructure_vsphere: v1.8.1
ipam_incluster: v0.1.0-alpha.3
# Refer to `https://console.cloud.google.com/gcr/images/cloud-provider-vsphere/GLOBAL/cpi/release/manager` for available tags
cpi_vsphere: v1.26.2
cpi_vsphere: v1.27.0
workload:
version:
calico: v3.25.0
calico: v3.26.2
k8s: v1.27.1
node_template:
url: https://{{ repo_username }}:{{ repo_password }}@sn.itch.fyi/Repository/rel/ubuntu-2204-kube-v1.27.1.ova
@ -245,7 +245,7 @@ components:
pinniped:
helm:
version: 1.3.4 # (= Pinniped v0.26.0)
version: 1.3.7 # (= Pinniped v0.26.0)
chart: bitnami/pinniped
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
chart_values: !unsafe |
@ -303,7 +303,7 @@ dependencies:
static_binaries:
- filename: clusterctl
url: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.4.0/clusterctl-linux-amd64
url: https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.5.1/clusterctl-linux-amd64
- filename: govc
url: https://github.com/vmware/govmomi/releases/download/v0.29.0/govc_Linux_x86_64.tar.gz
archive: compressed

View File

@ -21,7 +21,7 @@ downstream:
defaultDataPath: /mnt/blockstorage
pinniped:
version: 1.3.4 # (= Pinniped v0.26.0)
version: 1.3.7 # (= Pinniped v0.26.0)
chart: bitnami/pinniped
namespace: pinniped-concierge
parse_logic: helm template . | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'