diff --git a/CHANGELOG.md b/CHANGELOG.md index af74a7d80b3..a71233d1d6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/tests/scalers/nsq/nsq_test.go b/tests/scalers/nsq/nsq_test.go index 7ef808a33e9..a75acc99f78 100644 --- a/tests/scalers/nsq/nsq_test.go +++ b/tests/scalers/nsq/nsq_test.go @@ -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"