Skip to content

Commit

Permalink
fix: restore SB 2.1.6 runtime definition
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Feb 20, 2020
1 parent 2e4e795 commit e87fbb6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions deploy/cluster-wide/runtimes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ spec:
---
apiVersion: halkyon.io/v1beta1
kind: Runtime
metadata:
name: spring-boot-2.1.6
spec:
name: "spring-boot"
image: "quay.io/halkyonio/hal-maven-jdk"
executablePattern: "*"
version: "2.1.6.RELEASE"
generator: "https://generator.snowdrop.me/app?springbootversion={{.RuntimeVersion}}&groupid={{.GroupId}}&artifactid={{.ArtifactId}}&version={{.ProjectVersion}}&template={{.ProjectTemplate}}&packagename={{.PackageName}}&outdir={{.ArchiveName}}"
---
apiVersion: halkyon.io/v1beta1
kind: Runtime
metadata:
name: spring-boot-1.5.19
spec:
Expand Down

0 comments on commit e87fbb6

Please sign in to comment.