Skip to content

Commit

Permalink
Updating init tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayja committed Apr 10, 2024
1 parent d612203 commit 3ee87e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions api/v1/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ const (
AerospikeInitContainerName = "aerospike-init"
AerospikeInitContainerRegistryEnvVar = "AEROSPIKE_KUBERNETES_INIT_REGISTRY"
AerospikeInitContainerDefaultRegistry = "docker.io"
AerospikeInitContainerDefaultRegistryNamespace = "tanmayj10"
AerospikeInitContainerDefaultRepoAndTag = "aerospike-kubernetes-init:2.1.0-dev3"
AerospikeInitContainerDefaultRegistryNamespace = "aerospike"
AerospikeInitContainerDefaultRepoAndTag = "aerospike-kubernetes-init:2.2.0-dev2"
AerospikeAppLabel = "app"
AerospikeCustomResourceLabel = "aerospike.com/cr"
AerospikeRackIDLabel = "aerospike.com/rack-id"
Expand Down
4 changes: 1 addition & 3 deletions test/cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -992,9 +992,7 @@ func UpdateClusterTest(ctx goctx.Context) {
namespaceConfig["replication-factor"] = 3
aeroCluster.Spec.AerospikeConfig.Value["namespaces"].([]interface{})[len(nsList)-1] = namespaceConfig

err = k8sClient.Update(
ctx, aeroCluster,
)
err = updateCluster(k8sClient, ctx, aeroCluster)
Expect(err).ToNot(HaveOccurred())

By("Scaling up along with modifying Namespace storage Dynamically")
Expand Down

0 comments on commit 3ee87e1

Please sign in to comment.