Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# The rule should be that all dashboard.json files are marked as generated; however we have not yet
# migrated all of them, so we are adding them one by one for now. Wildcard rule should be used once
# this is done.
monitoring/dr/dashboard.json linguist-generated
monitoring/kafka-connect/dashboard.json linguist-generated
monitoring/mongodb/dashboard.json linguist-generated
monitoring/redis/dashboard.json linguist-generated
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION="2.13.0"

VERSION_SUFFIX=-preview.2
VERSION_SUFFIX=

VERSION_FULL="${VERSION}${VERSION_SUFFIX}"
12 changes: 6 additions & 6 deletions solution/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ backbeat:
dashboard: backbeat/backbeat-dashboards
image: backbeat
policy: backbeat/backbeat-policies
tag: 9.1.0
tag: 9.1.2
envsubst: BACKBEAT_TAG
busybox:
image: busybox
Expand All @@ -16,7 +16,7 @@ cloudserver:
sourceRegistry: ghcr.io/scality
dashboard: cloudserver/cloudserver-dashboards
image: cloudserver
tag: 9.1.4
tag: 9.1.6
envsubst: CLOUDSERVER_TAG
drctl:
sourceRegistry: ghcr.io/scality
Expand Down Expand Up @@ -80,7 +80,7 @@ mongodb-connector:
pensieve-api:
sourceRegistry: ghcr.io/scality
image: pensieve-api
tag: 1.7.0-preview.1
tag: 1.7.0
envsubst: PENSIEVE_API_TAG
rclone:
sourceRegistry: rclone
Expand All @@ -100,7 +100,7 @@ s3utils:
sourceRegistry: ghcr.io/scality
dashboard: s3utils/s3utils-dashboards
image: s3utils
tag: 1.16.1
tag: 1.16.3
envsubst: S3UTILS_TAG
scuba:
sourceRegistry: ghcr.io/scality
Expand All @@ -113,7 +113,7 @@ sorbet:
policy: sorbet/sorbet-policies
dashboard: sorbet/sorbet-dashboards
image: sorbet
tag: v1.2.0-preview.1
tag: v1.2.0
envsubst: SORBET_TAG
stern: # tail any pod logs with pattern matchin
tag: 1.33.0
Expand All @@ -136,7 +136,7 @@ vault:
zenko-operator:
sourceRegistry: ghcr.io/scality
image: zenko-operator
tag: v1.8.0-preview.2
tag: v1.8.0
envsubst: ZENKO_OPERATOR_TAG
zookeeper:
sourceRegistry: pravega
Expand Down
Loading