Skip to content

Commit

Permalink
fix: wrong worker image name
Browse files Browse the repository at this point in the history
Signed-off-by: Kairo Araujo <kairo@dearaujo.nl>
  • Loading branch information
kairoaraujo committed Sep 11, 2024
1 parent 7a39f5b commit 1e8a8c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/rstuf-demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: rstuf-demo
description: RSTUF Demo deploying RSTUF services and infrastructure services. This deployment is not recommended for production.
version: 0.1.1
version: 0.1.2

dependencies:
- name: rstuf-api
Expand Down
2 changes: 1 addition & 1 deletion charts/rstuf-demo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rstuf-api:

rstuf-worker:
image:
repository: ghcr.io/repository-service-tuf/repository-service-tuf-work
repository: ghcr.io/repository-service-tuf/repository-service-tuf-worker
tag: latest
imagePullPolicy: Never
backend:
Expand Down

0 comments on commit 1e8a8c8

Please sign in to comment.