Skip to content

Commit

Permalink
Update kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Jan 18, 2024
1 parent 3d82f69 commit 98cb22d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<a href="https://typelevel.org/cats/"><img src="https://typelevel.org/cats/img/cats-badge.svg" height="40px" align="right" alt="Cats friendly" /></a>

![Kubernetes version](https://img.shields.io/badge/Kubernetes-v1.29.0-blue?style=flat-square&logo=kubernetes&logoColor=white)
![Kubernetes version](https://img.shields.io/badge/Kubernetes-v1.29.1-blue?style=flat-square&logo=kubernetes&logoColor=white)
[![scala-k8s-objects Scala version support](https://index.scala-lang.org/hnaderi/scala-k8s/scala-k8s-objects/latest-by-scala-version.svg?style=flat-square)](https://index.scala-lang.org/hnaderi/scala-k8s/scala-k8s-objects)
[![javadoc](https://javadoc.io/badge2/dev.hnaderi/scala-k8s-docs_3/scaladoc.svg?style=flat-square)](https://javadoc.io/doc/dev.hnaderi/scala-k8s-docs_3)
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/hnaderi/scala-k8s/ci.yml?style=flat-square">
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ThisBuild / githubWorkflowAddedJobs += WorkflowJob(
scalas = Nil,
javas = Nil
)
ThisBuild / kubernetesVersion := "1.29.0"
ThisBuild / kubernetesVersion := "1.29.1"
ThisBuild / jsEnv := {
import org.scalajs.jsenv.nodejs.NodeJSEnv
new NodeJSEnv(NodeJSEnv.Config().withArgs(List("--max-old-space-size=6144")))
Expand Down

0 comments on commit 98cb22d

Please sign in to comment.