Skip to content

Commit

Permalink
Update version to v1.2.0 (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: obol-platform <[email protected]>
  • Loading branch information
github-actions[bot] and obol-platform authored Dec 9, 2024
1 parent ced94a4 commit 371023d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/charon-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,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.4
version: 0.2.5

# 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: "1.1.1"
appVersion: "1.2.0"
2 changes: 1 addition & 1 deletion charts/charon-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ clusterThreshold: 3
image:
repository: obolnetwork/charon
pullPolicy: IfNotPresent
tag: v1.1.1
tag: v1.2.0

# -- Credentials to fetch images from private registry
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
Expand Down
4 changes: 2 additions & 2 deletions charts/charon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,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.3.5
version: 0.3.6

# 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: "1.1.1"
appVersion: "1.2.0"
2 changes: 1 addition & 1 deletion charts/charon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
image:
repository: obolnetwork/charon
pullPolicy: IfNotPresent
tag: v1.1.1
tag: v1.2.0

# -- Credentials to fetch images from private registry
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
Expand Down

0 comments on commit 371023d

Please sign in to comment.