Skip to content

Commit

Permalink
fix nodejs iamge
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed Mar 4, 2024
1 parent 9a668f3 commit 2bdf530
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions controllers/spec/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ package spec
import (
"bytes"
"context"

Check failure on line 22 in controllers/spec/common.go

View workflow job for this annotation

GitHub Actions / unit-tests (1.20.4)

File is not `goimports`-ed (goimports)

// used for template
_ "embed"
"encoding/json"
Expand Down Expand Up @@ -62,7 +61,7 @@ const (
DefaultJavaRunnerImage = DefaultRunnerPrefix + "pulsar-functions-java-runner:" + DefaultRunnerTag
DefaultPythonRunnerImage = DefaultRunnerPrefix + "pulsar-functions-python-runner:" + DefaultRunnerTag
DefaultGoRunnerImage = DefaultRunnerPrefix + "pulsar-functions-go-runner:" + DefaultRunnerTag
DefaultGenericNodejsRunnerImage = DefaultRunnerPrefix + "pulsar-functions-generic-nodejs-runner:" + DefaultGenericRunnerTag
DefaultGenericNodejsRunnerImage = DefaultRunnerPrefix + "pulsar-functions-generic-node-runner:" + DefaultGenericRunnerTag
DefaultGenericPythonRunnerImage = DefaultRunnerPrefix + "pulsar-functions-generic-python-runner:" + DefaultGenericRunnerTag
DefaultGenericRunnerImage = DefaultRunnerPrefix + "pulsar-functions-generic-base-runner:" + DefaultGenericRunnerTag
PulsarAdminExecutableFile = "/pulsar/bin/pulsar-admin"
Expand Down

0 comments on commit 2bdf530

Please sign in to comment.