Skip to content

Commit

Permalink
fix: label for api (#2356)
Browse files Browse the repository at this point in the history
  • Loading branch information
jokestax authored Jan 7, 2025
1 parent b3a7515 commit 8eedadf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/go-git/go-git/v5 v5.12.0
github.com/google/go-github/v52 v52.0.0
github.com/hashicorp/vault/api v1.15.0
github.com/konstructio/kubefirst-api v0.121.0
github.com/konstructio/kubefirst-api v0.122.0
github.com/kubefirst/metrics-client v0.3.0
github.com/minio/minio-go/v7 v7.0.81
github.com/muesli/termenv v0.15.3-0.20240618155329-98d742f6907a
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,8 @@ github.com/klauspost/cpuid/v2 v2.2.4/go.mod h1:RVVoqg1df56z8g3pUjL/3lE5UfnlrJX8t
github.com/klauspost/cpuid/v2 v2.2.8 h1:+StwCXwm9PdpiEkPyzBXIy+M9KUb4ODm0Zarf1kS5BM=
github.com/klauspost/cpuid/v2 v2.2.8/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws=
github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/konstructio/kubefirst-api v0.121.0 h1:eqQ2M6HzsZIqJJXvI7aLLZcZNACrQxb23aSL00ZJHtQ=
github.com/konstructio/kubefirst-api v0.121.0/go.mod h1:iwyRPrwlVwA49XEvHfvTlvbldmDQR0NGDcPZVyIeDT4=
github.com/konstructio/kubefirst-api v0.122.0 h1:8XzoqJDBdgKHsDUsKSTWrBDDSR66bl/tj+eFgNlQoWs=
github.com/konstructio/kubefirst-api v0.122.0/go.mod h1:iwyRPrwlVwA49XEvHfvTlvbldmDQR0NGDcPZVyIeDT4=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
github.com/kr/pretty v0.3.0/go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NBk=
Expand Down
2 changes: 1 addition & 1 deletion internal/launch/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ Kubefirst console has already been deployed. To start over, run` + "`" + `kubefi
apiDeployment, err := k8s.ReturnDeploymentObject(
kcfg.Clientset,
"app.kubernetes.io/name",
"api",
"kubefirst-api",
"kubefirst",
240,
)
Expand Down

0 comments on commit 8eedadf

Please sign in to comment.