Skip to content

Commit

Permalink
Merge pull request #372 from Accenture/3.0.0-alpha.2
Browse files Browse the repository at this point in the history
increased RIG version to 3.0.0-alpha.2
  • Loading branch information
mmacai committed May 7, 2021
2 parents ae84687 + ff56a5a commit d49dfa4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deployment/kubectl/rig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
tolerations: []
containers:
- name: reactive-interaction-gateway
image: accenture/reactive-interaction-gateway:3.0.0-alpha.1
image: accenture/reactive-interaction-gateway:3.0.0-alpha.2
imagePullPolicy: IfNotPresent
ports:
- containerPort: 4000
Expand Down
4 changes: 2 additions & 2 deletions deployment/reactive-interaction-gateway-helm-v2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ icon: https://github.com/Accenture/reactive-interaction-gateway/blob/master/logo

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 2.1.1
version: 2.1.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 3.0.0-alpha.1
appVersion: 3.0.0-alpha.2

maintainers:
- name: kevinbader
Expand Down
2 changes: 1 addition & 1 deletion deployment/reactive-interaction-gateway-helm-v2/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# reactive-interaction-gateway-helm-v2

![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)
![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)

A Helm v2 chart for Kubernetes

Expand Down
4 changes: 2 additions & 2 deletions deployment/reactive-interaction-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ icon: https://github.com/Accenture/reactive-interaction-gateway/blob/master/logo

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 2.1.1
version: 2.1.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 3.0.0-alpha.1
appVersion: 3.0.0-alpha.2

maintainers:
- name: kevinbader
Expand Down
2 changes: 1 addition & 1 deletion deployment/reactive-interaction-gateway/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# reactive-interaction-gateway

![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)
![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)

A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule RIG.MixProject do
from backend services to connected frontends (and vice versa).
"""

@rig_version "3.0.0-alpha.1"
@rig_version "3.0.0-alpha.2"

def project do
elixir_version = elixir_version_from_tool_versions_file()
Expand Down

0 comments on commit d49dfa4

Please sign in to comment.