Skip to content

Commit ff56a5a

Browse files
committed
increased RIG version to 3.0.0-alpha.2
1 parent ae84687 commit ff56a5a

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

deployment/kubectl/rig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ spec:
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

deployment/reactive-interaction-gateway-helm-v2/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1515
maintainers:
1616
- name: kevinbader

deployment/reactive-interaction-gateway-helm-v2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
A Helm v2 chart for Kubernetes
66

deployment/reactive-interaction-gateway/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1515
maintainers:
1616
- name: kevinbader

deployment/reactive-interaction-gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
A Helm chart for Kubernetes
66

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)