Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deploy/charts/rig-platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,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.60
version: 1.0.61

# 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.6.13"
appVersion: "1.6.14"
2 changes: 1 addition & 1 deletion docs/src/constants/versions.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const RIG_VERSION = "1.12.5";
export const RIG_OPERATOR_CHART_VERSION = "1.0.43";
export const RIG_PLATFORM_CHART_VERSION = "1.0.60";
export const RIG_PLATFORM_CHART_VERSION = "1.0.61";
1 change: 0 additions & 1 deletion proto/rig/api/v1/metrics/metrics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ message Keys {
bool metric_name = 4;
bool all = 5;
}