diff --git a/infra/docker/router/Versionfile.prod b/infra/docker/router/Versionfile.prod index 589268e..6261a05 100644 --- a/infra/docker/router/Versionfile.prod +++ b/infra/docker/router/Versionfile.prod @@ -1 +1 @@ -1.3.0 \ No newline at end of file +1.3.1 \ No newline at end of file diff --git a/infra/k8s/router/controller.prod.template.yml b/infra/k8s/router/controller.prod.template.yml index b49d16f..d1347b5 100644 --- a/infra/k8s/router/controller.prod.template.yml +++ b/infra/k8s/router/controller.prod.template.yml @@ -17,7 +17,7 @@ spec: spec: containers: - name: router - image: "gcr.io/{{GCE_PROJECT_ID}}/gophr-router:1.3.0" + image: "gcr.io/{{GCE_PROJECT_ID}}/gophr-router:1.3.1" ports: - containerPort: 3000 volumeMounts: