Skip to content

Commit

Permalink
fix: local pkg import paths
Browse files Browse the repository at this point in the history
- replace `vadasambar` -> `keptn-sandbox` because the service has already been moved to `keptn-sandbox`
Signed-off-by: Suraj Banakar <surajrbanakar@gmail.com>
  • Loading branch information
vadasambar committed Sep 19, 2022
1 parent 72e08eb commit cbe0dd1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ci_env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DOCKER_ORGANIZATION="ghcr.io/vadasambar"
DOCKER_ORGANIZATION="ghcr.io/keptn-sandbox"
IMAGE="datadog-service"

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

2 changes: 1 addition & 1 deletion eventhandlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import (

"github.com/DataDog/datadog-api-client-go/api/v1/datadog"
cloudevents "github.com/cloudevents/sdk-go/v2" // make sure to use v2 cloudevents here
"github.com/keptn-sandbox/datadog-service/pkg/utils"
keptnv2 "github.com/keptn/go-utils/pkg/lib/v0_2_0"
logger "github.com/sirupsen/logrus"
"github.com/vadasambar/datadog-service/pkg/utils"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The following table lists the configurable parameters of the datadog-service cha

| Parameter | Description | Default |
| ------------------------ | ----------------------- | -------------- |
| `datadogservice.image.repository` | Container image name | `"ghcr.io/vadasambar/datadog-service"` |
| `datadogservice.image.repository` | Container image name | `"ghcr.io/keptn-sandbox/datadog-service"` |
| `datadogservice.image.pullPolicy` | Kubernetes image pull policy | `"IfNotPresent"` |
| `datadogservice.image.tag` | Container tag | `""` |
| `datadogservice.service.enabled` | Creates a kubernetes service for the datadog-service | `true` |
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import (
cloudevents "github.com/cloudevents/sdk-go/v2" // make sure to use v2 cloudevents here
"github.com/kelseyhightower/envconfig"

"github.com/keptn-sandbox/datadog-service/pkg/utils"
keptnv1 "github.com/keptn/go-utils/pkg/lib"
"github.com/keptn/go-utils/pkg/lib/keptn"
keptnv2 "github.com/keptn/go-utils/pkg/lib/v0_2_0"
logger "github.com/sirupsen/logrus"
"github.com/vadasambar/datadog-service/pkg/utils"
)

var keptnOptions = keptn.KeptnOpts{}
Expand Down

0 comments on commit cbe0dd1

Please sign in to comment.