File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
reactive-interaction-gateway-helm-v2
reactive-interaction-gateway Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7676 tolerations : []
7777 containers :
7878 - name : reactive-interaction-gateway
79- image : accenture/reactive-interaction-gateway:3.0.0-alpha.1
79+ image : accenture/reactive-interaction-gateway:3.0.0-alpha.2
8080 imagePullPolicy : IfNotPresent
8181 ports :
8282 - containerPort : 4000
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ icon: https://github.com/Accenture/reactive-interaction-gateway/blob/master/logo
66
77# This is the chart version. This version number should be incremented each time you make changes
88# to the chart and its templates, including the app version.
9- version : 2.1.1
9+ version : 2.1.2
1010
1111# This is the version number of the application being deployed. This version number should be
1212# incremented each time you make changes to the application.
13- appVersion : 3.0.0-alpha.1
13+ appVersion : 3.0.0-alpha.2
1414
1515maintainers :
1616 - name : kevinbader
Original file line number Diff line number Diff line change 11# reactive-interaction-gateway-helm-v2
22
3- ![ Version: 1.0.1] ( https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square ) ![ AppVersion: 3.0.0-alpha.1 ] ( https://img.shields.io/badge/AppVersion-3.0.0-alpha.1 -informational?style=flat-square )
3+ ![ Version: 1.0.1] ( https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square ) ![ AppVersion: 3.0.0-alpha.2 ] ( https://img.shields.io/badge/AppVersion-3.0.0-alpha.2 -informational?style=flat-square )
44
55A Helm v2 chart for Kubernetes
66
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ icon: https://github.com/Accenture/reactive-interaction-gateway/blob/master/logo
66
77# This is the chart version. This version number should be incremented each time you make changes
88# to the chart and its templates, including the app version.
9- version : 2.1.1
9+ version : 2.1.2
1010
1111# This is the version number of the application being deployed. This version number should be
1212# incremented each time you make changes to the application.
13- appVersion : 3.0.0-alpha.1
13+ appVersion : 3.0.0-alpha.2
1414
1515maintainers :
1616 - name : kevinbader
Original file line number Diff line number Diff line change 11# reactive-interaction-gateway
22
3- ![ Version: 1.0.1] ( https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square ) ![ AppVersion: 3.0.0-alpha.1 ] ( https://img.shields.io/badge/AppVersion-3.0.0-alpha.1 -informational?style=flat-square )
3+ ![ Version: 1.0.1] ( https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square ) ![ AppVersion: 3.0.0-alpha.2 ] ( https://img.shields.io/badge/AppVersion-3.0.0-alpha.2 -informational?style=flat-square )
44
55A Helm chart for Kubernetes
66
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ defmodule RIG.MixProject do
77 from backend services to connected frontends (and vice versa).
88 """
99
10- @ rig_version "3.0.0-alpha.1 "
10+ @ rig_version "3.0.0-alpha.2 "
1111
1212 def project do
1313 elixir_version = elixir_version_from_tool_versions_file ( )
You can’t perform that action at this time.
0 commit comments