From 30dd7b6738e6e796cddfde82bae17065e16a7bb0 Mon Sep 17 00:00:00 2001 From: Jiang Huan Date: Fri, 14 Aug 2020 22:17:59 +0800 Subject: [PATCH] update deploy-example tag to 0.12 --- deploy-example/kubernetes-manifest/2_deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-example/kubernetes-manifest/2_deployment.yaml b/deploy-example/kubernetes-manifest/2_deployment.yaml index 1691fc6..cd8985c 100644 --- a/deploy-example/kubernetes-manifest/2_deployment.yaml +++ b/deploy-example/kubernetes-manifest/2_deployment.yaml @@ -28,7 +28,7 @@ spec: serviceAccountName: imagepullsecret-patcher containers: - name: imagepullsecret-patcher - image: "quay.io/titansoft/imagepullsecret-patcher:v0.11" + image: "quay.io/titansoft/imagepullsecret-patcher:v0.12" env: - name: CONFIG_FORCE value: "true"