Skip to content

Commit

Permalink
update components to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtigyro committed Sep 18, 2021
1 parent 93a06f9 commit ae4c241
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
set -eu

# default versions
HELMFILE_VER='0.139.7'
HELMFILE_VER='0.140.1'
HELM_PLUGIN_DIFF_VER='3.1.3'
KIND_VERSION='0.11.1'
KUBECTL_VERSION='1.21.1'
KUBECTL_VERSION='1.21.5'

# passed on vars
HELM_VER="$1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
releases:
- name: kubernetes-dashboard
chart: kubernetes-dashboard/kubernetes-dashboard
version: 4.2.0
version: 5.0.0
namespace: kubernetes-dashboard
<<: *common
2 changes: 1 addition & 1 deletion helmfiles/apps/default/metallb/helmfile-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
releases:
- name: metallb
namespace: metallb-system
version: 2.4.0
version: 2.5.4
<<: *bitnami
2 changes: 1 addition & 1 deletion helmfiles/apps/default/metrics-server/helmfile-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
releases:
- name: metrics-server
namespace: metrics-server
version: 5.8.9
version: 5.10.1
<<: *bitnami
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ releases:
namespace: ingress
wait: false
atomic: false
version: 7.6.9
version: 7.6.21
<<: *bitnami
4 changes: 2 additions & 2 deletions kindadm
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
set -eu

# default versions
HELM_VER='3.6.0'
HELM_VER='3.7.0'
export KINDADM_KIND_HELM_ENV='v3'
HELM_VER_3='3.6.0'
HELM_VER_3='3.7.0'
HELM_VER_2='2.17.0'

# define vars
Expand Down

0 comments on commit ae4c241

Please sign in to comment.