Skip to content

Commit

Permalink
loginapp v3.2.2, chart v1.0.6
Browse files Browse the repository at this point in the history
Update dex chart dependency (Dex helm chart repository changed)
  • Loading branch information
fydrah committed Feb 3, 2021
1 parent 475ff1c commit 47312ec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions helm/loginapp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion helm/loginapp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down
2 changes: 1 addition & 1 deletion test/genconf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion test/kubernetes/kind-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 47312ec

Please sign in to comment.