Skip to content

Commit cfb1f9b

Browse files
authored
Merge pull request #46 from kairoaraujo/update-worker-api
2 parents f735e12 + f9a0717 commit cfb1f9b

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.4
20+
version: 0.2.5
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.0rc1"
26+
appVersion: "1.0.0"

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.0rc1"
11+
tag: "v1.0.0"
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.2
20+
version: 0.4.3
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.0rc1"
26+
appVersion: "1.0.0"

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.0rc1"
10+
tag: "v1.0.0"
1111

1212
livenessProbe:
1313
exec:

0 commit comments

Comments
 (0)