Skip to content

Commit a5dbe02

Browse files
authored
Merge pull request #38 from kairoaraujo/rstuf-api-worker-updates
RSTUF API and Worker v1.0.0rc1
2 parents d12fc02 + 301bc36 commit a5dbe02

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

charts/rstuf-api/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ type: application
1717
# This is the chart version. This version number should be incremented each time you make changes
1818
# to the chart and its templates, including the app version.
1919
# Versions are expected to follow Semantic Versioning (https://semver.org/)
20-
version: 0.2.3
20+
version: 0.2.4
2121

2222
# This is the version number of the application being deployed. This version number should be
2323
# incremented each time you make changes to the application. Versions are not expected to
2424
# follow Semantic Versioning. They should reflect the version the application is using.
2525
# It is recommended to use it with quotes.
26-
appVersion: "1.0.0b3"
26+
appVersion: "1.0.0rc1"

charts/rstuf-api/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
repository: ghcr.io/repository-service-tuf/repository-service-tuf-api
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: "v1.0.0b3"
11+
tag: "v1.0.0rc1"
1212

1313
imagePullSecrets: []
1414
nameOverride: ""

charts/rstuf-worker/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ type: application
1717
# This is the chart version. This version number should be incremented each time you make changes
1818
# to the chart and its templates, including the app version.
1919
# Versions are expected to follow Semantic Versioning (https://semver.org/)
20-
version: 0.4.1
20+
version: 0.4.2
2121

2222
# This is the version number of the application being deployed. This version number should be
2323
# incremented each time you make changes to the application. Versions are not expected to
2424
# follow Semantic Versioning. They should reflect the version the application is using.
2525
# It is recommended to use it with quotes.
26-
appVersion: "1.0.0b3"
26+
appVersion: "1.0.0rc1"

charts/rstuf-worker/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replicaCount: 1
77
image:
88
repository: ghcr.io/repository-service-tuf/repository-service-tuf-worker
99
pullPolicy: IfNotPresent
10-
tag: "v1.0.0b3"
10+
tag: "v1.0.0rc1"
1111

1212
livenessProbe:
1313
exec:

0 commit comments

Comments
 (0)