From 49bbcd343fb3904930ec77e02075ad628773ee34 Mon Sep 17 00:00:00 2001
From: tw3rp <rahuldprabhu@gmail.com>
Date: Sun, 5 Aug 2018 15:48:11 -0700
Subject: [PATCH] [version_update] Update the version to the latest

Version mentioned in this example is very old and was causing issues
---
 examples/k8s/dex.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/k8s/dex.yaml b/examples/k8s/dex.yaml
index 03a84b4c..28350127 100644
--- a/examples/k8s/dex.yaml
+++ b/examples/k8s/dex.yaml
@@ -12,7 +12,7 @@ spec:
         app: dex
     spec:
       containers:
-      - image: quay.io/coreos/dex:v2.0.0-beta.1
+      - image: quay.io/coreos/dex:v2.10.0
         name: dex
         command: ["/usr/local/bin/dex", "serve", "/etc/dex/cfg/config.yaml"]
 
-- 
GitLab