diff --git a/infrastructure/kube.yaml b/infrastructure/kube.yaml index 89a75a4e..65f6dbbe 100644 --- a/infrastructure/kube.yaml +++ b/infrastructure/kube.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: app - image: registry.gitlab.com/mythic-insight/legendary-doc-site:1.0.2 + image: registry.gitlab.com/mythic-insight/legendary-doc-site:1.0.3 ports: - containerPort: 4000 env: diff --git a/package.json b/package.json index 4fce0bcf..a5875687 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mythic-insight/legendary", - "version": "1.0.2", + "version": "1.0.3", "private": true, "description": "The Legendary Phoenix Boilerplate.", "main": "index.js",