File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 "
Original file line number Diff line number Diff line change 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
1313imagePullSecrets : []
1414nameOverride : " "
Original file line number Diff line number Diff 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 "
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replicaCount: 1
77image :
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
1212livenessProbe :
1313 exec :
You can’t perform that action at this time.
0 commit comments