mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-08-23 22:26:29 +00:00
Rename cue module
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
module: "github.com/stefanprodan/podinfo/cuelang"
|
||||
module: "github.com/stefanprodan/podinfo/cue"
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
module github.com/stefanprodan/podinfo/cuelang
|
||||
module github.com/stefanprodan/podinfo/cue
|
||||
|
||||
go 1.17
|
||||
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
podinfo "github.com/stefanprodan/podinfo/cuelang/podinfo"
|
||||
podinfo "github.com/stefanprodan/podinfo/cue/podinfo"
|
||||
)
|
||||
|
||||
resources: (podinfo.#Application & {
|
||||
@@ -14,7 +14,7 @@ resources: (podinfo.#Application & {
|
||||
}
|
||||
image: {
|
||||
repository: "ghcr.io/stefanprodan/podinfo"
|
||||
tag: "6.0.3"
|
||||
tag: "6.1.1"
|
||||
}
|
||||
service: {
|
||||
grpcPort: 6666
|
||||
|
||||
Reference in New Issue
Block a user