diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2019-04-18 14:56:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-18 14:56:50 +0000 |
commit | 201670e70e53a3a9b7e2e8536e8e6719a8ebbab8 (patch) | |
tree | dbabc5e56188f200913bcefb75424febaabe9952 | |
parent | 3527b2886a6bdd7b87cdebaa9e48223fdbded572 (diff) | |
parent | 839bd4475d223606c0f1100db3d16b4c66d95286 (diff) |
Merge "Update haproxy to use 1.4.0 docker"
-rw-r--r-- | values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/values.yaml b/values.yaml index 3d13c2b..b2e17af 100644 --- a/values.yaml +++ b/values.yaml @@ -295,7 +295,7 @@ global: # global defaults # application image dockerhubRepository: registry.hub.docker.com -image: aaionap/haproxy:1.2.4 +image: aaionap/haproxy:1.4.0 pullPolicy: Always flavor: small |