Skip to content

Commit

Permalink
update components to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtigyro committed May 28, 2021
1 parent 8d83ea4 commit 93a06f9
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,9 +2,9 @@
set -eu

# default versions
HELMFILE_VER='0.139.4'
HELMFILE_VER='0.139.7'
HELM_PLUGIN_DIFF_VER='3.1.3'
KIND_VERSION='0.11.0'
KIND_VERSION='0.11.1'
KUBECTL_VERSION='1.21.1'

# passed on vars
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.0.3
version: 4.2.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.3.6
version: 2.4.0
<<: *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.7
version: 5.8.9
<<: *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.6
version: 7.6.9
<<: *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.5.4'
HELM_VER='3.6.0'
export KINDADM_KIND_HELM_ENV='v3'
HELM_VER_3='3.5.4'
HELM_VER_3='3.6.0'
HELM_VER_2='2.17.0'

# define vars
Expand Down

0 comments on commit 93a06f9

Please sign in to comment.