Skip to content

Commit

Permalink
🔖 Tag new operator version (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersjohnsen authored Sep 9, 2024
1 parent 726bc24 commit e1ee640
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/charts/rig-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,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: 1.0.37
version: 1.0.38

# 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.11.7"
appVersion: "1.11.9"
4 changes: 2 additions & 2 deletions docs/src/constants/versions.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const RIG_VERSION = "1.11.7";
export const RIG_OPERATOR_CHART_VERSION = "1.0.37";
export const RIG_VERSION = "1.11.9";
export const RIG_OPERATOR_CHART_VERSION = "1.0.38";
export const RIG_PLATFORM_CHART_VERSION = "1.0.48";

0 comments on commit e1ee640

Please sign in to comment.