Skip to content

Commit

Permalink
chore(infra): pin k3d image version
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Jul 3, 2024
1 parent 3007af9 commit 797905b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/tf/k8s_cluster_k3d/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ locals {

resource "k3d_cluster" "main" {
name = "rivet-${var.namespace}"
image = "docker.io/rancher/k3s:v1.29.6-k3s1"

# Mount repository in to k3d so we can access the built binaries
dynamic "volume" {
Expand Down

0 comments on commit 797905b

Please sign in to comment.