Skip to content

Commit

Permalink
build fix (#891)
Browse files Browse the repository at this point in the history
* build fix

Signed-off-by: jasmingacic <jasmin.gacic@gmail.com>

* remove line break from println

Signed-off-by: jasmingacic <jasmin.gacic@gmail.com>
Co-authored-by: Abdallah Abedraba <aabedraba@gmail.com>
  • Loading branch information
jasmingacic and Abdallah Abedraba authored Oct 19, 2022
1 parent 8c2e7b8 commit 1c499fd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions cmd/kusk/cmd/manifest_data.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion cmd/kusk/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ func NewVersionCommand(writer io.Writer, version string) *cobra.Command {
}

if outdated {
fmt.Println(kuskui.Red("\nℹ️ Outdated Kusk version in your cluster."), "\nPlease run the following command to update your cluster \n\n kusk cluster upgrade\n")
fmt.Println(kuskui.Red("\nℹ️ Outdated Kusk version in your cluster."), "\nPlease run the following command to update your cluster \n\n kusk cluster upgrade")
fmt.Println()
}
return nil
},
Expand Down
2 changes: 1 addition & 1 deletion cmd/kusk/manifests/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
app.kubernetes.io/name: kusk-gateway-dashboard
spec:
containers:
- image: kubeshop/kusk-gateway-dashboard:v1.2.0
- image: kubeshop/kusk-gateway-dashboard:v1.2.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ patchesStrategicMerge:
images:
- name: kusk-gateway
newName: kubeshop/kusk-gateway
newTag: v1.3.8
newTag: v1.3.9
- name: kusk-gateway:dev
newName: kubeshop/kusk-gateway
newTag: latest

0 comments on commit 1c499fd

Please sign in to comment.