Skip to content

Commit

Permalink
containers: use latest tag for cleanup-bare-metal
Browse files Browse the repository at this point in the history
We don't care about properly versioning the cleanup-bare-metal image,
so let's just use latest. Kubernetes will always pull the image if the
tag is `latest`.
  • Loading branch information
Freax13 committed Oct 28, 2024
1 parent 081bf58 commit 335fa87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/containers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ let

cleanup-bare-metal = dockerTools.buildImage {
name = "cleanup-bare-metal";
tag = "v0.0.1";
tag = "latest";
copyToRoot = with pkgs; [
cacert
];
Expand Down
2 changes: 1 addition & 1 deletion tools/bm-maintenance/deployment_tdx_snp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
serviceAccountName: cleanup-sa
containers:
- name: cleanup
image: ghcr.io/edgelesssys/contrast/cleanup-bare-metal:v0.0.1
image: ghcr.io/edgelesssys/contrast/cleanup-bare-metal
env:
- name: OPTEDGELESS
value: /opt/edgeless
Expand Down

0 comments on commit 335fa87

Please sign in to comment.