Skip to content

Commit

Permalink
pin
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerred committed Feb 16, 2024
1 parent c2c8303 commit e6345c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cdk8s/dist/lamport.k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2462,7 +2462,7 @@ spec:
value: "10"
- name: BUILDKIT_MAX_PARALLELISM
value: "24"
image: earthly/satellite
image: earthly/satellite:v0.8.3
imagePullPolicy: Always
name: main
ports:
Expand Down
2 changes: 1 addition & 1 deletion cdk8s/src/services/dev/earthly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function createEarthlyDeployment(chart: Chart) {

deployment.addContainer(
withCommonLinuxServerProps({
image: "earthly/satellite",
image: "earthly/satellite:v0.8.3",
portNumber: 8372,
securityContext: {
privileged: true,
Expand Down

0 comments on commit e6345c7

Please sign in to comment.