File tree 6 files changed +8
-8
lines changed
reactive-interaction-gateway
reactive-interaction-gateway-helm-v2 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 76
76
tolerations : []
77
77
containers :
78
78
- 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
80
80
imagePullPolicy : IfNotPresent
81
81
ports :
82
82
- 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
6
6
7
7
# This is the chart version. This version number should be incremented each time you make changes
8
8
# to the chart and its templates, including the app version.
9
- version : 2.1.1
9
+ version : 2.1.2
10
10
11
11
# This is the version number of the application being deployed. This version number should be
12
12
# incremented each time you make changes to the application.
13
- appVersion : 3.0.0-alpha.1
13
+ appVersion : 3.0.0-alpha.2
14
14
15
15
maintainers :
16
16
- name : kevinbader
Original file line number Diff line number Diff line change 1
1
# reactive-interaction-gateway-helm-v2
2
2
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 )
4
4
5
5
A Helm v2 chart for Kubernetes
6
6
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
6
6
7
7
# This is the chart version. This version number should be incremented each time you make changes
8
8
# to the chart and its templates, including the app version.
9
- version : 2.1.1
9
+ version : 2.1.2
10
10
11
11
# This is the version number of the application being deployed. This version number should be
12
12
# incremented each time you make changes to the application.
13
- appVersion : 3.0.0-alpha.1
13
+ appVersion : 3.0.0-alpha.2
14
14
15
15
maintainers :
16
16
- name : kevinbader
Original file line number Diff line number Diff line change 1
1
# reactive-interaction-gateway
2
2
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 )
4
4
5
5
A Helm chart for Kubernetes
6
6
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ defmodule RIG.MixProject do
7
7
from backend services to connected frontends (and vice versa).
8
8
"""
9
9
10
- @ rig_version "3.0.0-alpha.1 "
10
+ @ rig_version "3.0.0-alpha.2 "
11
11
12
12
def project do
13
13
elixir_version = elixir_version_from_tool_versions_file ( )
You can’t perform that action at this time.
0 commit comments