Skip to content

Commit

Permalink
fix: image tags update hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowtham1729 committed Nov 3, 2023
1 parent 5c3ae16 commit e858c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/k8s/folio-feed-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ backend:
image:
registry: us-central1-docker.pkg.dev/folio-feed-403709/image-registry
repository: folio-feed-backend
tag: v1.4.1 &backendImageTag
tag: &backendImageTag v1.4.1

replicaCount: 1
autoscaling:
Expand All @@ -26,7 +26,7 @@ frontend:
image:
registry: us-central1-docker.pkg.dev/folio-feed-403709/image-registry
repository: folio-feed-frontend
tag: v1.0.0 &frontendImageTag
tag: frontendImageTag v1.0.0

replicaCount: 1
autoscaling:
Expand Down

0 comments on commit e858c8a

Please sign in to comment.