Skip to content

Commit

Permalink
feat: replace SB 2.1.6 by SB 2.1.12 by default
Browse files Browse the repository at this point in the history
Fixes #222
  • Loading branch information
metacosm committed Feb 20, 2020
1 parent a9b21a7 commit 2e4e795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/cluster-wide/runtimes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
apiVersion: halkyon.io/v1beta1
kind: Runtime
metadata:
name: spring-boot-2.1.6
name: spring-boot-2.1.12
spec:
name: "spring-boot"
image: "quay.io/halkyonio/hal-maven-jdk"
executablePattern: "*"
version: "2.1.6.RELEASE"
version: "2.1.12.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
Expand Down

0 comments on commit 2e4e795

Please sign in to comment.