Skip to content

Commit

Permalink
Revert "[AN-347] Bump up helm scala sdk and GKE k8s versions to lates…
Browse files Browse the repository at this point in the history
…t (1.30)" (#4825)
  • Loading branch information
LizBaldo authored Jan 22, 2025
1 parent 2bf4e66 commit d600084
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion http/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ gke {
"69.173.112.0/21"
]
# See https://cloud.google.com/kubernetes-engine/docs/release-notes
version = "1.30"
version = "1.28"
nodepoolLockCacheExpiryTime = 1 hour
nodepoolLockCacheMaxSize = 200

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ final class ConfigSpec extends AnyFlatSpec with Matchers {
"69.173.127.240/28",
"69.173.112.0/21"
).map(CidrIP),
KubernetesClusterVersion("1.30"),
KubernetesClusterVersion("1.28"),
1 hour,
200,
AutopilotConfig(AutopilotResource(500, 3, 1), AutopilotResource(500, 3, 1))
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object Dependencies {
val workbenchOauth2V = "0.8-3e0cf25"
val workbenchAzureV = s"0.8-$workbenchLibsHash"

val helmScalaSdkV = "0.0.9.0"
val helmScalaSdkV = "0.0.8.5"

val excludeAkkaHttp = ExclusionRule(organization = "com.typesafe.akka", name = s"akka-http_${scalaV}")
val excludeAkkaStream = ExclusionRule(organization = "com.typesafe.akka", name = s"akka-stream_${scalaV}")
Expand Down

0 comments on commit d600084

Please sign in to comment.