chore(release): 2.10.0 [skip ci]
This commit is contained in:
parent
110c38c939
commit
3180ebb926
6 changed files with 21 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
defmodule Legendary.Admin.MixProject do
|
||||
use Mix.Project
|
||||
|
||||
@version "2.9.0"
|
||||
@version "2.10.0"
|
||||
|
||||
def project do
|
||||
[
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
defmodule Legendary.Content.MixProject do
|
||||
use Mix.Project
|
||||
|
||||
@version "2.9.0"
|
||||
@version "2.10.0"
|
||||
|
||||
def project do
|
||||
[
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
defmodule Legendary.Core.MixProject do
|
||||
use Mix.Project
|
||||
|
||||
@version "2.9.0"
|
||||
@version "2.10.0"
|
||||
|
||||
def project do
|
||||
[
|
||||
|
|
|
@ -20,7 +20,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: app
|
||||
image: registry.gitlab.com/mythic-insight/legendary-doc-site:2.9.0
|
||||
image: registry.gitlab.com/mythic-insight/legendary-doc-site:2.10.0
|
||||
command: ["elixir"]
|
||||
args:
|
||||
- "--name"
|
||||
|
@ -78,6 +78,21 @@ spec:
|
|||
secretKeyRef:
|
||||
name: legendary-doc-site
|
||||
key: smtp-password
|
||||
- name: SMTP_HOST
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: legendary
|
||||
key: smtp-host
|
||||
- name: SMTP_USERNAME
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: legendary
|
||||
key: smtp-username
|
||||
- name: SMTP_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: legendary
|
||||
key: smtp-password
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -1,7 +1,7 @@
|
|||
defmodule Legendary.Mixfile do
|
||||
use Mix.Project
|
||||
|
||||
@version "2.9.0"
|
||||
@version "2.10.0"
|
||||
|
||||
def project do
|
||||
[
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mythic-insight/legendary",
|
||||
"version": "2.9.0",
|
||||
"version": "2.10.0",
|
||||
"private": true,
|
||||
"description": "The Legendary Phoenix Boilerplate.",
|
||||
"main": "index.js",
|
||||
|
|
Loading…
Reference in a new issue