Skip to content

Commit

Permalink
Update helm charts to use Rafiki version v1.0.0-alpha.3 (#15)
Browse files Browse the repository at this point in the history
* Update helm charts to use Rafiki version v1.0.0-alpha.3

* Update helm charts to use Rafiki version v1.0.0-alpha.3

* Update helm charts to use Rafiki version v1.0.0-alpha.3

* Update helm charts to use Rafiki version v1.0.0-alpha.3

* Update helm charts to use Rafiki version v1.0.0-alpha.3

* Update helm charts to use Rafiki version v1.0.0-alpha.3
  • Loading branch information
rashmibharambe authored Oct 23, 2023
1 parent 6facd47 commit f74822f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/rafiki-auth/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.0
version: 0.3.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 'v1.0.0-alpha.2'
appVersion: 'v1.0.0-alpha.3'
2 changes: 1 addition & 1 deletion charts/rafiki-auth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ workers:
cleanup: 1
image:
repository: ghcr.io/interledger/rafiki-auth
tag: 'v1.0.0-alpha.2'
tag: 'v1.0.0-alpha.3'
digest: ''
pullPolicy: IfNotPresent
rollingUpdate:
Expand Down
4 changes: 2 additions & 2 deletions charts/rafiki-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.0
version: 0.3.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 'v1.0.0-alpha.2'
appVersion: 'v1.0.0-alpha.3'
2 changes: 1 addition & 1 deletion charts/rafiki-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ idempotency:
keyLock: 2000
image:
repository: ghcr.io/interledger/rafiki-backend
tag: 'v1.0.0-alpha.2'
tag: 'v1.0.0-alpha.3'
digest: ''
pullPolicy: IfNotPresent
rollingUpdate:
Expand Down
4 changes: 2 additions & 2 deletions charts/rafiki-frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.0
version: 0.3.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 'v1.0.0-alpha.2'
appVersion: 'v1.0.0-alpha.3'
2 changes: 1 addition & 1 deletion charts/rafiki-frontend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ serviceUrls:
port: 3010
image:
repository: ghcr.io/interledger/rafiki-frontend
tag: 'v1.0.0-alpha.2'
tag: 'v1.0.0-alpha.3'
digest: ''
pullPolicy: IfNotPresent
rollingUpdate:
Expand Down

0 comments on commit f74822f

Please sign in to comment.