Skip to content

Commit

Permalink
fix(redis): Updates redis to version 5 and non custom version (#1952)
Browse files Browse the repository at this point in the history
* fix(redis): Updates redis to version 5 and non custom version

* feat(redis): Update redis to 6.2

Bumps from 5 version
  • Loading branch information
jasonmcintosh authored Jun 22, 2022
1 parent 3d2ea95 commit 351eb22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public boolean runsOnJvm() {
}

public String getArtifactId(DeploymentConfiguration deploymentConfiguration) {
return "us-docker.pkg.dev/spinnaker-community/redis/redis-cluster:v2";
return "redis:6.2";
}

@Override
Expand Down

0 comments on commit 351eb22

Please sign in to comment.