Skip to content
This repository has been archived by the owner on Dec 28, 2019. It is now read-only.

Commit

Permalink
update to use new gateway image
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandawsonuk committed Dec 10, 2018
1 parent fccaaba commit b217ea3
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

#IDE metadata
**.idea/**
.idea/
*.iml
2 changes: 1 addition & 1 deletion ttc-example/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Kubernetes
name: ttc-example
version: 0.1.0
version: 0.1.1
Binary file removed ttc-example/charts/infrastructure-0.2.2.tgz
Binary file not shown.
Binary file added ttc-example/charts/infrastructure-0.4.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion ttc-example/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- name: ttc-rb-english-campaign
version: 0.1.0-SNAPSHOT
- name: infrastructure
version: 0.2.2
version: 0.4.0
- alias: rabbitmq
name: rabbitmq-ha
version: 1.6.2
2 changes: 1 addition & 1 deletion ttc-example/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ttc-connectors-reward:
ttc-query-campaign:
image:
repository: activiti/ttc-query-campaign
tag: 7.0.0.Beta3
tag: ProcessVariable
pullPolicy: Always

ttc-rb-english-campaign:
Expand Down

0 comments on commit b217ea3

Please sign in to comment.