Skip to content

Commit

Permalink
update tags to latest in devspace
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham3121 committed Sep 27, 2024
1 parent 44751d5 commit 79c2271
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/grid/devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ images:
target: "backend"
context: ../
tags:
- dev-latest
- dev-${DEVSPACE_TIMESTAMP}
frontend:
image: "${CONTAINER_REGISTRY}/${DOCKER_IMAGE_FRONTEND}"
Expand All @@ -51,6 +52,7 @@ images:
target: "syft-ui-production"
context: ./frontend
tags:
- dev-latest
- dev-${DEVSPACE_TIMESTAMP}
seaweedfs:
image: "${CONTAINER_REGISTRY}/${DOCKER_IMAGE_SEAWEEDFS}"
Expand All @@ -59,6 +61,7 @@ images:
dockerfile: ./seaweedfs/seaweedfs.dockerfile
context: ./seaweedfs
tags:
- dev-latest
- dev-${DEVSPACE_TIMESTAMP}

# This is a list of `deployments` that DevSpace can create for this project
Expand All @@ -72,7 +75,7 @@ deployments:
values:
global:
registry: ${CONTAINER_REGISTRY}
version: dev-${DEVSPACE_TIMESTAMP}
version: dev-latest
# anything that does not need templating should go in helm/examples/dev/base.yaml
# or profile specific values files
valuesFiles:
Expand Down Expand Up @@ -164,6 +167,7 @@ profiles:
dockerfile: ./rathole/rathole.dockerfile
context: ./rathole
tags:
- dev-latest
- dev-${DEVSPACE_TIMESTAMP}
# use rathole client-specific chart values
- op: add
Expand All @@ -184,6 +188,7 @@ profiles:
dockerfile: ./rathole/rathole.dockerfile
context: ./rathole
tags:
- dev-latest
- dev-${DEVSPACE_TIMESTAMP}
# enable rathole `devspace dev` config
- op: add
Expand Down Expand Up @@ -256,6 +261,7 @@ profiles:
dockerfile: ./enclave/attestation/attestation.dockerfile
context: ./enclave/attestation
tags:
- dev-latest
- dev-${DEVSPACE_TIMESTAMP}
- op: add
path: dev.backend.containers
Expand Down

0 comments on commit 79c2271

Please sign in to comment.