diff --git a/deployment/kubectl/rig.yaml b/deployment/kubectl/rig.yaml index 82cc4a82..2fdcb876 100644 --- a/deployment/kubectl/rig.yaml +++ b/deployment/kubectl/rig.yaml @@ -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 diff --git a/deployment/reactive-interaction-gateway-helm-v2/Chart.yaml b/deployment/reactive-interaction-gateway-helm-v2/Chart.yaml index 93281980..771b8c70 100644 --- a/deployment/reactive-interaction-gateway-helm-v2/Chart.yaml +++ b/deployment/reactive-interaction-gateway-helm-v2/Chart.yaml @@ -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 diff --git a/deployment/reactive-interaction-gateway-helm-v2/README.md b/deployment/reactive-interaction-gateway-helm-v2/README.md index 004a369c..09ba5107 100644 --- a/deployment/reactive-interaction-gateway-helm-v2/README.md +++ b/deployment/reactive-interaction-gateway-helm-v2/README.md @@ -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 diff --git a/deployment/reactive-interaction-gateway/Chart.yaml b/deployment/reactive-interaction-gateway/Chart.yaml index 2fcbc0e5..2c608361 100644 --- a/deployment/reactive-interaction-gateway/Chart.yaml +++ b/deployment/reactive-interaction-gateway/Chart.yaml @@ -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 diff --git a/deployment/reactive-interaction-gateway/README.md b/deployment/reactive-interaction-gateway/README.md index 501281f4..3fdbca34 100644 --- a/deployment/reactive-interaction-gateway/README.md +++ b/deployment/reactive-interaction-gateway/README.md @@ -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 diff --git a/mix.exs b/mix.exs index a716d184..1088c7dd 100644 --- a/mix.exs +++ b/mix.exs @@ -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()