UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit e6d85bd1 authored by Michael Martin's avatar Michael Martin
Browse files

Merge branch 'k3d-local-1-31' into 'master'

updated k3d to 1.31 and metallb to latest

See merge request !5631
parents 41cf5659 f3d77ccb
No related branches found
No related tags found
1 merge request!5631updated k3d to 1.31 and metallb to latest
Pipeline #3870463 passed
#!/bin/bash
K3D_VERSION="5.7.3"
DEFAULT_K3S_TAG="v1.30.3-k3s1"
DEFAULT_K3S_TAG="v1.31.4-k3s1"
# get the current script dir
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
......
resources:
- https://raw.githubusercontent.com/metallb/metallb/v0.13.12/config/manifests/metallb-native.yaml
- https://raw.githubusercontent.com/metallb/metallb/v0.14.9/config/manifests/metallb-native.yaml
images:
- name: quay.io/metallb/controller
newName: registry1.dso.mil/ironbank/opensource/metallb/controller
newTag: v0.13.12
newTag: v0.14.9
- name: quay.io/metallb/speaker
newName: registry1.dso.mil/ironbank/opensource/metallb/speaker
newTag: v0.13.12
newTag: v0.14.9
patches:
- target:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment