Skip to content

Commit

Permalink
chore(infra): pin k3d image version (#975)
Browse files Browse the repository at this point in the history
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
  • Loading branch information
NathanFlurry committed Jul 3, 2024
1 parent ba02a16 commit 088e05e
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 088e05e

Please sign in to comment.