Skip to content

Commit

Permalink
automatic image update: ghcr.io/public-transport/example-deployment:v…
Browse files Browse the repository at this point in the history
…1_ccaeaf9_2023-12-29T16.03.55Z
  • Loading branch information
fluxcdbot committed Dec 29, 2023
1 parent 7f61ede commit 4ac93bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/apps/example-app/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
# [MODIFY] change this to your docker image name (including registry), and replace "example-app" in the comment afterwards with the app identifier you picked above
repositoryWithRegistry: "ghcr.io/public-transport/example-deployment" # {"$imagepolicy": "flux-system:example-app-image-policy:name"}
# [MODIFY] change this to your docker tag, and replace "example-app" in the comment afterwards with the app identifier you picked above
tag: "v1_0b2bd0d_2023-09-18T02.06.31Z" # {"$imagepolicy": "flux-system:example-app-image-policy:tag"}
tag: "v1_ccaeaf9_2023-12-29T16.03.55Z" # {"$imagepolicy": "flux-system:example-app-image-policy:tag"}
exposedPort: 3000 # [MODIFY] change this to the port exposed by your docker container
environment: # [MODIFY] define all non-confidential environment variables for your container here
PORT: 3000
Expand Down

0 comments on commit 4ac93bf

Please sign in to comment.