Skip to content

Commit

Permalink
upgrade all components
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtigyro committed Jun 6, 2022
1 parent ae4c241 commit 374d928
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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.140.1'
HELM_PLUGIN_DIFF_VER='3.1.3'
KIND_VERSION='0.11.1'
KUBECTL_VERSION='1.21.5'
HELMFILE_VER='0.144.0'
HELM_PLUGIN_DIFF_VER='3.5.0'
KIND_VERSION='0.14.0'
KUBECTL_VERSION='1.24.0'

# 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: 5.0.0
version: 5.4.1
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.5.4
version: 3.0.7
<<: *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.10.1
version: 5.11.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.21
version: 9.2.6
<<: *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.7.0'
HELM_VER='3.9.0'
export KINDADM_KIND_HELM_ENV='v3'
HELM_VER_3='3.7.0'
HELM_VER_3='3.9.0'
HELM_VER_2='2.17.0'

# define vars
Expand Down

0 comments on commit 374d928

Please sign in to comment.