chore(release): 1.4.0 [skip ci]

This commit is contained in:
semantic-release-bot 2021-02-26 22:20:48 +00:00
parent 50b56e369b
commit 57b5dfef1c
2 changed files with 7 additions and 2 deletions

View file

@ -20,7 +20,7 @@ spec:
spec: spec:
containers: containers:
- name: app - name: app
image: registry.gitlab.com/mythic-insight/legendary:1.3.4 image: registry.gitlab.com/mythic-insight/legendary:1.4.0
ports: ports:
- containerPort: 4000 - containerPort: 4000
env: env:
@ -55,6 +55,7 @@ metadata:
namespace: legendary namespace: legendary
annotations: annotations:
kubernetes.io/ingress.class: nginx kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt
spec: spec:
rules: rules:
- host: legendary-demo.mythicinsight.com - host: legendary-demo.mythicinsight.com
@ -67,3 +68,7 @@ spec:
number: 80 number: 80
path: / path: /
pathType: Prefix pathType: Prefix
tls:
- hosts:
- legendary-demo.mythicinsight.com
secretName: legendary-demo-cert

View file

@ -1,6 +1,6 @@
{ {
"name": "@mythic-insight/legendary", "name": "@mythic-insight/legendary",
"version": "1.3.4", "version": "1.4.0",
"private": true, "private": true,
"description": "The Legendary Phoenix Boilerplate.", "description": "The Legendary Phoenix Boilerplate.",
"main": "index.js", "main": "index.js",