Skip to content

Commit

Permalink
cloud: fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
augustfengd committed Sep 4, 2024
1 parent 55783a0 commit e405057
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/toolchain/dagger.cue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dagger.#Plan & {

actions: build: {
toolchain: {
_cue: core.#Pull & {source: "cuelang/cue:0.9.2"}
_cue: core.#Pull & {source: "cuelang/cue:0.10.0"}
_jsonnet: {
archive: core.#HTTPFetch & {
source: "https://github.com/google/go-jsonnet/releases/download/v0.19.1/go-jsonnet_0.19.1_Linux_x86_64.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion cue.lib/kubernetes/traefik.cue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ traefik: {
middlewares: [...string] | *[] // NOTE: only support zero or one for now; abstract later.
services: [...{
name: string
port: string // int's don't work with the generated traefik cue files.
port?: string // int's don't work with the generated traefik cue files.
kind: *"Service" | "TraefikService"
}]
}]
Expand Down
2 changes: 1 addition & 1 deletion cue.mod/module.cue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module: "github.com/augustfengd/augustfeng.app"

language: {
version: "v0.9.2"
version: "v0.10.0"
}

0 comments on commit e405057

Please sign in to comment.