Skip to content

Commit

Permalink
rstuf-demo: Update to RSTUF Worker 1.0.0b2
Browse files Browse the repository at this point in the history
Signed-off-by: Kairo Araujo <[email protected]>
  • Loading branch information
Kairo Araujo committed Dec 19, 2024
1 parent bd05b5e commit a5b6e9d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
charts/*/charts
charts/*/*.lock
6 changes: 4 additions & 2 deletions charts/rstuf-demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
apiVersion: v2
name: rstuf-demo
description: RSTUF Demo deploying RSTUF services and infrastructure services. This deployment is not recommended for production.
version: 0.2.1
version: 0.3.0
maintainers:
- name: kairoaraujo

dependencies:
- name: rstuf-api
version: "0.2.1"
repository: "https://repository-service-tuf.github.io/helm-charts"
- name: rstuf-worker
version: "0.2.0"
version: "0.3.0"
repository: "https://repository-service-tuf.github.io/helm-charts"
- name: postgresql
version: "15.5.28"
Expand Down
11 changes: 6 additions & 5 deletions charts/rstuf-demo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,19 @@ rstuf-api:
rstuf-worker:
image:
repository: ghcr.io/repository-service-tuf/repository-service-tuf-worker
tag: latest
tag: dev
backend:
dbServer: "postgresql://postgres:[email protected]/rstuf"
brokerServer: "redis://rstuf-valkey-master.rstuf.svc.cluster.local"
redisServer: "redis://rstuf-valkey-master.rstuf.svc.cluster.local"
storage:
type: "AWSS3"
s3Bucket: "tuf-metadata"
s3KeyId: "s3-keyid"
s3AccessKey: "s3-access-key"
s3Region: "us-east-1"
s3Endpoint: "http://rstuf-localstack.rstuf.svc.cluster.local:4566"
aws:
accessKey: "s3-keyid"
secretKey: "s3-access-key"
region: "us-east-1"
endpoint: "http://rstuf-localstack.rstuf.svc.cluster.local:4566"

valkey:
enabled: true
Expand Down

0 comments on commit a5b6e9d

Please sign in to comment.