From f720eb2338fb144971481bfb7adbcfb24c9e1830 Mon Sep 17 00:00:00 2001 From: Arthur Barr Date: Tue, 31 Oct 2017 16:25:19 +0000 Subject: [PATCH] Fix default image tag --- charts/ibm-mqadvanced-server-prod/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ibm-mqadvanced-server-prod/values.yaml b/charts/ibm-mqadvanced-server-prod/values.yaml index c28eb41..d55bd22 100644 --- a/charts/ibm-mqadvanced-server-prod/values.yaml +++ b/charts/ibm-mqadvanced-server-prod/values.yaml @@ -19,7 +19,7 @@ image: # repository is the container repository to use, which must contain IBM MQ Advanced repository: ibm-mqadvanced-server # tag is the tag to use for the container repository - tag: 9.0.4.0 + tag: 9.0.4.0-x86_64 # pullSecret is the secret to use when pulling the image from a private registry pullSecret: # pullPolicy is either IfNotPresent or Always (https://kubernetes.io/docs/concepts/containers/images/)