Skip to content

Commit

Permalink
fix changelog and image ref
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Ulmer <[email protected]>
  • Loading branch information
Ulminator committed Oct 15, 2024
1 parent 063ca3d commit 64f31ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,13 @@ To learn more about active deprecations, we recommend checking [GitHub Discussio

## Unreleased

- **General:** Introduce new NSQ Scaler ([#3281](https://github.com/kedacore/keda/issues/3281))

### New

- **General**: Cache miss fallback in validating webhook for ScaledObjects with direct kubernetes client ([#5973](https://github.com/kedacore/keda/issues/5973))
- **CloudEventSource**: Introduce ClusterCloudEventSource ([#3533](https://github.com/kedacore/keda/issues/3533))
- **CloudEventSource**: Provide ClusterCloudEventSource around the management of ScaledJobs resources ([#3523](https://github.com/kedacore/keda/issues/3523))
- **CloudEventSource**: Provide ClusterCloudEventSource around the management of TriggerAuthentication/ClusterTriggerAuthentication resources ([#3524](https://github.com/kedacore/keda/issues/3524))
- **General:** Introduce new NSQ Scaler ([#3281](https://github.com/kedacore/keda/issues/3281))

#### Experimental

Expand Down
2 changes: 1 addition & 1 deletion tests/scalers/nsq/nsq_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec:
template:
spec:
containers:
- image: docker.io/ulminator/tests-nsq:latest
- image: ghcr.io/kedacore/tests-nsq:latest
name: {{.JobName}}
args:
- "--mode=producer"
Expand Down

0 comments on commit 64f31ce

Please sign in to comment.