Skip to content

Commit f720eb2

Browse files
committed
Fix default image tag
1 parent de28a70 commit f720eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/ibm-mqadvanced-server-prod/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ image:
1919
# repository is the container repository to use, which must contain IBM MQ Advanced
2020
repository: ibm-mqadvanced-server
2121
# tag is the tag to use for the container repository
22-
tag: 9.0.4.0
22+
tag: 9.0.4.0-x86_64
2323
# pullSecret is the secret to use when pulling the image from a private registry
2424
pullSecret:
2525
# pullPolicy is either IfNotPresent or Always (https://kubernetes.io/docs/concepts/containers/images/)

0 commit comments

Comments
 (0)