diff --git a/helm/loginapp/Chart.yaml b/helm/loginapp/Chart.yaml index 122ce20..7c26ed5 100644 --- a/helm/loginapp/Chart.yaml +++ b/helm/loginapp/Chart.yaml @@ -14,13 +14,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: v1.0.5 +version: v1.0.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v3.2.1 +appVersion: v3.2.2 dependencies: - name: dex - version: "2.10.0" - repository: "https://kubernetes-charts.storage.googleapis.com" + version: "2.15.3" + repository: "https://wiremind.github.com/wiremind-helm-charts" condition: dex.enabled diff --git a/helm/loginapp/values.yaml b/helm/loginapp/values.yaml index 866d5f3..f074505 100644 --- a/helm/loginapp/values.yaml +++ b/helm/loginapp/values.yaml @@ -4,7 +4,7 @@ replicas: 1 -image: quay.io/fydrah/loginapp:v3.2.1 +image: quay.io/fydrah/loginapp:v3.2.2 imagePullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/test/genconf.sh b/test/genconf.sh index c872298..388d3a5 100755 --- a/test/genconf.sh +++ b/test/genconf.sh @@ -3,7 +3,7 @@ # /!\ For testing purpose only CURR_DIR=$(dirname $0) -NODE_IP=$(docker inspect loginapp-control-plane -f '{{ .NetworkSettings.Networks.bridge.IPAddress }}') +NODE_IP=$(docker inspect loginapp-control-plane -f '{{ .NetworkSettings.Networks.kind.IPAddress }}') mkdir -p ${CURR_DIR}/generated/ssl ${CURR_DIR}/kubernetes/generated ${CURR_DIR}/helm/generated diff --git a/test/kubernetes/kind-cluster.yaml b/test/kubernetes/kind-cluster.yaml index 98eeffc..eac295a 100644 --- a/test/kubernetes/kind-cluster.yaml +++ b/test/kubernetes/kind-cluster.yaml @@ -2,4 +2,4 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - image: kindest/node:v1.17.0 + image: kindest/node:v1.19.1