Skip to content

Commit

Permalink
fix deploy yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
lingdie committed Sep 2, 2024
1 parent 2aacd03 commit 8f59d31
Show file tree
Hide file tree
Showing 2 changed files with 4,422 additions and 10 deletions.
12 changes: 8 additions & 4 deletions controllers/devbox/config/samples/devbox_v1alpha1_runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ spec:
classRef: go
title: go1.22.5
description: go1.22.5
image: ghcr.io/cbluebird/devbox/go1.22.5:9259f1
config:
image: ghcr.io/cbluebird/devbox/go1.22.5:9259f1
category:
- ubuntu
- go
Expand All @@ -33,7 +34,8 @@ spec:
classRef: go
title: go1.23.0
description: go1.23.0
image: ghcr.io/cbluebird/devbox/go1.23.0:9259f1
config:
image: ghcr.io/cbluebird/devbox/go1.23.0:9259f1
category:
- ubuntu
- go
Expand All @@ -46,7 +48,8 @@ spec:
classRef: gin
title: gin
description: gin
image: ghcr.io/cbluebird/devbox/gin:9259f1
config:
image: ghcr.io/cbluebird/devbox/gin:9259f1
category:
- ubuntu
- go
Expand All @@ -60,7 +63,8 @@ spec:
classRef: spring-boot
title: Spring Boot
description: Spring Boot
image: ghcr.io/cbluebird/devbox/spring-boot:9259f1
config:
image: ghcr.io/cbluebird/devbox/spring-boot:9259f1
category:
- ubuntu
- java
Expand Down
Loading

0 comments on commit 8f59d31

Please sign in to comment.